12 lines
505 B
XML
12 lines
505 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="f" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0" stop-color="#fff5c8"/>
|
|
<stop offset="0.5" stop-color="#ffbe5b"/>
|
|
<stop offset="1" stop-color="#ff6d3a"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<path d="M32 8 C44 18 48 31 45 42 C42 53 22 53 19 42 C16 31 20 18 32 8Z" fill="url(#f)"/>
|
|
<path d="M32 18 C38 24 39 32 37 37 C35 42 29 42 27 37 C25 32 26 24 32 18Z" fill="#fffad9" opacity="0.7"/>
|
|
</svg>
|