27 lines
1.2 KiB
XML
27 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
|
|
<defs>
|
|
<linearGradient id="brainGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Background circle -->
|
|
<circle cx="16" cy="16" r="15" fill="url(#brainGrad)" stroke="#4a5568" stroke-width="1"/>
|
|
|
|
<!-- Brain shape -->
|
|
<path d="M8 14c0-3 2-5 5-5s5 2 5 5c1-1 3 0 3 2s-1 3-2 3c0 2-2 4-4 4s-4-2-4-4c-1 0-2-1-2-3s2-3 3-2z"
|
|
fill="#ffffff" opacity="0.9"/>
|
|
|
|
<!-- Brain details -->
|
|
<path d="M10 16c1 0 2 1 2 2s-1 2-2 2" fill="none" stroke="#667eea" stroke-width="1" opacity="0.7"/>
|
|
<path d="M14 15c1 0 2 1 2 2" fill="none" stroke="#667eea" stroke-width="1" opacity="0.7"/>
|
|
<path d="M18 16c0 1-1 2-2 2" fill="none" stroke="#667eea" stroke-width="1" opacity="0.7"/>
|
|
|
|
<!-- Sparkle effects -->
|
|
<circle cx="12" cy="12" r="1" fill="#ffd700" opacity="0.8"/>
|
|
<circle cx="20" cy="14" r="0.5" fill="#ffd700" opacity="0.6"/>
|
|
<circle cx="10" cy="20" r="0.7" fill="#ffd700" opacity="0.7"/>
|
|
</svg>
|