11 lines
553 B
XML
11 lines
553 B
XML
|
|
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<rect width="32" height="32" rx="8" fill="url(#gradient)"/>
|
||
|
|
<path d="M16 8C16 8 10 12 10 16C10 20 14 24 16 24C18 24 22 20 22 16C22 12 16 8 16 8Z" fill="white" fill-opacity="0.9"/>
|
||
|
|
<circle cx="16" cy="16" r="3" fill="#0F1C2E"/>
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="gradient" x1="0" y1="0" x2="32" y2="32" gradientUnits="userSpaceOnUse">
|
||
|
|
<stop stop-color="#0F1C2E"/>
|
||
|
|
<stop offset="1" stop-color="#1D3B5A"/>
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
</svg>
|