12 lines
636 B
XML
12 lines
636 B
XML
|
|
<svg width="192" height="192" viewBox="0 0 192 192" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<rect width="192" height="192" rx="40" fill="url(#gradient)"/>
|
||
|
|
<path d="M48 96L80 64L112 96L144 64" stroke="white" stroke-width="12" stroke-linecap="round" stroke-linejoin="round"/>
|
||
|
|
<path d="M48 128L80 96L112 128L144 96" stroke="white" stroke-width="12" stroke-linecap="round" stroke-linejoin="round"/>
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="gradient" x1="0" y1="0" x2="192" y2="192" gradientUnits="userSpaceOnUse">
|
||
|
|
<stop stop-color="#f97316"/>
|
||
|
|
<stop offset="1" stop-color="#dc2626"/>
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
</svg>
|