mirror of
https://github.com/chaoming/hugo-saasify-theme.git
synced 2025-04-25 07:11:53 +02:00
17 lines
517 B
XML
17 lines
517 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
|
||
|
<!-- outline around oval -->
|
||
|
<ellipse cx="100" cy="100" rx="60" ry="45"
|
||
|
fill="none"
|
||
|
stroke="#68b6e6"
|
||
|
stroke-width="8"/>
|
||
|
|
||
|
<!-- Blue oval background -->
|
||
|
<ellipse cx="100" cy="100" rx="56" ry="41"
|
||
|
fill="#2563eb"/>
|
||
|
|
||
|
<!-- Yellow lightning bolt -->
|
||
|
<path d="M90 40 L130 40 L100 85 L130 85 L70 160 L90 105 L70 105 Z"
|
||
|
fill="#fbbf24"
|
||
|
stroke="white"
|
||
|
stroke-width="2"/>
|
||
|
</svg>
|