13 lines
531 B
XML
13 lines
531 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 192">
|
|
<defs>
|
|
<linearGradient id="spice" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#f97316"/>
|
|
<stop offset="100%" style="stop-color:#ea580c"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="192" height="192" rx="38" fill="#18181b"/>
|
|
<path d="M96 38 L144 67 L144 125 L96 154 L48 125 L48 67 Z" fill="url(#spice)"/>
|
|
<circle cx="96" cy="96" r="23" fill="#18181b"/>
|
|
<circle cx="96" cy="96" r="12" fill="url(#spice)"/>
|
|
</svg>
|