14 lines
457 B
XML
14 lines
457 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="magentIconGlow" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#ff6b2b"/>
|
|
<stop offset="100%" stop-color="#ffa84b"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="14" fill="#0e1624"/>
|
|
<path
|
|
d="M18 50V14h8l6 11 6-11h8v36h-8V32l-6 10-6-10v18h-8z"
|
|
fill="url(#magentIconGlow)"
|
|
/>
|
|
</svg>
|