13 lines
538 B
XML
13 lines
538 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="#e9a93a"/>
|
|
<stop offset="1" stop-color="#b9781a"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="512" height="512" rx="112" fill="url(#g)"/>
|
|
<path d="M96 300 L188 300 L228 172 L292 360 L332 256 L360 300 L416 300"
|
|
fill="none" stroke="#fff" stroke-width="30"
|
|
stroke-linecap="round" stroke-linejoin="round"/>
|
|
</svg>
|