12 lines
421 B
XML
12 lines
421 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="g" x1="8" x2="56" y1="16" y2="48">
|
|
<stop stop-color="#3f79ff"/>
|
|
<stop offset=".55" stop-color="#20e8ff"/>
|
|
<stop offset="1" stop-color="#2cf29c"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="14" fill="#03111d"/>
|
|
<path d="M12 20h8l12 23 12-23h8L36 50h-8L12 20Z" fill="url(#g)"/>
|
|
</svg>
|