12 lines
671 B
XML
12 lines
671 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<rect width="64" height="64" rx="8" fill="#0a0a14"/>
|
|
<!-- Lightning bolt striking head -->
|
|
<!-- Head -->
|
|
<circle cx="32" cy="42" r="14" fill="none" stroke="#9988aa" stroke-width="2.5"/>
|
|
<!-- Lightning bolt -->
|
|
<path d="M38 6 L26 28 L34 28 L22 56 L44 24 L36 24 Z" fill="#cc88ff" stroke="#aa44ee" stroke-width="1.5" stroke-linejoin="round"/>
|
|
<!-- Impact sparks -->
|
|
<line x1="42" y1="30" x2="48" y2="26" stroke="#cc88ff" stroke-width="2" stroke-linecap="round" opacity="0.7"/>
|
|
<line x1="44" y1="36" x2="52" y2="36" stroke="#cc88ff" stroke-width="2" stroke-linecap="round" opacity="0.5"/>
|
|
</svg>
|