55 lines
3.0 KiB
XML
55 lines
3.0 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
|
|
<defs>
|
|
<radialGradient id="bgGlow" cx="50%" cy="50%" r="50%">
|
|
<stop offset="0%" stop-color="#0a2e23"/>
|
|
<stop offset="100%" stop-color="#090e10"/>
|
|
</radialGradient>
|
|
<filter id="neonMint" x="-50%" y="-50%" width="200%" height="200%">
|
|
<feDropShadow dx="0" dy="0" stdDeviation="6" flood-color="#0fffa3" flood-opacity="0.8"/>
|
|
</filter>
|
|
<filter id="neonSun" x="-50%" y="-50%" width="200%" height="200%">
|
|
<feDropShadow dx="0" dy="0" stdDeviation="5" flood-color="#ffb142" flood-opacity="0.9"/>
|
|
</filter>
|
|
</defs>
|
|
|
|
<!-- Background Base -->
|
|
<rect width="200" height="200" rx="30" fill="url(#bgGlow)"/>
|
|
|
|
<!-- Cyberpunk soft coding runic rings in background -->
|
|
<circle cx="100" cy="100" r="80" fill="none" stroke="#0fffa3" stroke-width="1" opacity="0.1" filter="url(#neonMint)"/>
|
|
<circle cx="100" cy="100" r="85" fill="none" stroke="#0fffa3" stroke-width="0.5" stroke-dasharray="4 8" opacity="0.2"/>
|
|
|
|
<!-- Lizard Gentle Head Shape -->
|
|
<path d="M 100 30 C 160 30, 180 80, 150 140 C 120 180, 80 180, 50 140 C 20 80, 40 30, 100 30 Z" fill="#1b2a26" />
|
|
<path d="M 100 40 C 150 40, 160 80, 140 130 C 120 160, 80 160, 60 130 C 40 80, 50 40, 100 40 Z" fill="#243831" />
|
|
|
|
<!-- Code-scale back-ridges (Cyber implants but cute) -->
|
|
<path d="M 60 15 L 75 35 M 100 10 L 100 30 M 140 15 L 125 35" stroke="#0fffa3" stroke-width="4" stroke-linecap="round" filter="url(#neonMint)"/>
|
|
|
|
<!-- Big Lovely Lizard Eyes mapped to sides -->
|
|
<ellipse cx="45" cy="85" rx="20" ry="30" fill="#090e10" transform="rotate(-15 45 85)"/>
|
|
<ellipse cx="155" cy="85" rx="20" ry="30" fill="#090e10" transform="rotate(15 155 85)"/>
|
|
|
|
<!-- Neon Glowing Pupils -->
|
|
<circle cx="45" cy="85" r="10" fill="#0fffa3" filter="url(#neonMint)"/>
|
|
<circle cx="155" cy="85" r="10" fill="#0fffa3" filter="url(#neonMint)"/>
|
|
<circle cx="42" cy="78" r="4" fill="#ffffff" opacity="0.9"/>
|
|
<circle cx="152" cy="78" r="4" fill="#ffffff" opacity="0.9"/>
|
|
|
|
<!-- Adorable Snout & Neural Nose-bridge -->
|
|
<path d="M 100 45 L 100 100" stroke="#ffb142" stroke-width="2" opacity="0.5" filter="url(#neonSun)"/>
|
|
<circle cx="100" cy="100" r="4" fill="#ffb142" filter="url(#neonSun)"/>
|
|
|
|
<path d="M 80 145 C 90 155, 110 155, 120 145" fill="none" stroke="#0fffa3" stroke-width="3" stroke-linecap="round" filter="url(#neonMint)"/>
|
|
|
|
<!-- Cute little cheek blushes in neon -->
|
|
<ellipse cx="65" cy="115" rx="8" ry="4" fill="#ffb142" opacity="0.6" filter="url(#neonSun)"/>
|
|
<ellipse cx="135" cy="115" rx="8" ry="4" fill="#ffb142" opacity="0.6" filter="url(#neonSun)"/>
|
|
|
|
<!-- Floating Brackets (Coder vibe) -->
|
|
<text x="15" y="150" fill="#0fffa3" font-size="24" font-family="monospace" opacity="0.5" filter="url(#neonMint)">{</text>
|
|
<text x="170" y="60" fill="#0fffa3" font-size="24" font-family="monospace" opacity="0.5" filter="url(#neonMint)">}</text>
|
|
<text x="160" y="160" fill="#ffb142" font-size="18" font-family="monospace" opacity="0.5" filter="url(#neonSun)"></></text>
|
|
|
|
</svg>
|