12 lines
511 B
XML
12 lines
511 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 32">
|
|
<defs>
|
|
<linearGradient id="gpTeam2" x1="0" y1="0" x2="1" y2="0">
|
|
<stop offset="0" stop-color="#7c3aed"/>
|
|
<stop offset="1" stop-color="#ec4899"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="96" height="32" rx="8" fill="#050814"/>
|
|
<path d="M12 22L22 10h8l-8 12z" fill="url(#gpTeam2)"/>
|
|
<rect x="40" y="9" width="10" height="14" rx="3" fill="#e5e7eb"/>
|
|
<rect x="56" y="11" width="12" height="10" rx="3" fill="#e5e7eb"/>
|
|
</svg> |