2024-11-19 22:50:22 +11:00
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="35 36 130 128">
|
2024-11-18 16:38:34 +11:00
|
|
|
<!-- outline around oval -->
|
2024-11-20 16:02:44 +11:00
|
|
|
<ellipse cx="100" cy="100" rx="60" ry="45" fill="none" stroke="#778fe6" stroke-width="8"/>
|
2024-11-18 16:38:34 +11:00
|
|
|
<!-- Blue oval background -->
|
2024-11-20 16:02:44 +11:00
|
|
|
<ellipse cx="100" cy="100" rx="56" ry="41" fill="#425ad6"/>
|
2024-11-18 16:38:34 +11:00
|
|
|
<!-- Yellow lightning bolt -->
|
2024-11-20 16:02:44 +11:00
|
|
|
<path d="M90 40 L130 40 L100 85 L130 85 L70 160 L90 105 L70 105 Z" fill="#f59e0b" stroke="white" stroke-width="2"/>
|
|
|
|
</svg>
|