7 lines
287 B
XML
7 lines
287 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
||
|
|
<!-- outer circle -->
|
||
|
|
<circle cx="32" cy="32" r="28" stroke="#6C3FC5" stroke-width="3" fill="#EDE7F6"/>
|
||
|
|
<!-- lightning bolt -->
|
||
|
|
<polygon points="36,10 22,34 31,34 28,54 42,30 33,30" fill="#6C3FC5"/>
|
||
|
|
</svg>
|