12 lines
440 B
XML
12 lines
440 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#6FA8FF" />
|
|
<stop offset="100%" stop-color="#2F63EB" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="40" height="40" rx="9" fill="#0A1428" />
|
|
<polygon points="10,7 18,7 15,32 7,32" fill="#F5F7FB" />
|
|
<polygon points="14,32 33,32 28,24 18,24" fill="url(#g)" />
|
|
</svg>
|