11 lines
454 B
XML
11 lines
454 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
|
<defs>
|
|
<linearGradient id="g" x1="8" y1="8" x2="56" y2="56" gradientUnits="userSpaceOnUse">
|
|
<stop offset="0" stop-color="#6D7CFF"/>
|
|
<stop offset="1" stop-color="#2FE6FF"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="6" y="6" width="52" height="52" rx="16" fill="url(#g)"/>
|
|
<path d="M34.6 15.5L20.8 34.5H30l-0.9 14 14.1-19.2h-9.1l0.5-13.8Z" fill="white"/>
|
|
</svg>
|