12 lines
647 B
XML
12 lines
647 B
XML
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect width="512" height="512" rx="100" fill="url(#gradient)"/>
|
|
<path d="M128 256L213 171L298 256L384 171" stroke="white" stroke-width="32" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<path d="M128 341L213 256L298 341L384 256" stroke="white" stroke-width="32" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<defs>
|
|
<linearGradient id="gradient" x1="0" y1="0" x2="512" y2="512" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#f97316"/>
|
|
<stop offset="1" stop-color="#dc2626"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|