18 lines
650 B
XML
18 lines
650 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#FF2E88"/>
|
|
<stop offset="1" stop-color="#FF7A00"/>
|
|
</linearGradient>
|
|
<filter id="s" x="-20%" y="-20%" width="140%" height="140%">
|
|
<feDropShadow dx="0" dy="10" stdDeviation="12" flood-color="#000" flood-opacity="0.35"/>
|
|
</filter>
|
|
</defs>
|
|
<g filter="url(#s)">
|
|
<path fill="url(#g)" d="M256 456s-148-88-196-176C18 208 36 132 106 104c48-19 100-6 138 34 38-40 90-53 138-34 70 28 88 104 46 176-48 88-196 176-196 176z"/>
|
|
</g>
|
|
</svg>
|
|
|
|
|
|
|