12 lines
477 B
XML
12 lines
477 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#2563eb"/>
|
|
<stop offset="100%" stop-color="#34d399"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="18" fill="url(#g)"/>
|
|
<path d="M18 32.5 32 21l14 11.5V46H18z" fill="#fff"/>
|
|
<path d="m42 16 2.5 5 5.5.8-4 3.8.9 5.4-4.9-2.8-4.9 2.8.9-5.4-4-3.8 5.5-.8z" fill="#f59e0b"/>
|
|
</svg>
|