13 lines
577 B
XML
13 lines
577 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 32">
|
|
<defs>
|
|
<linearGradient id="gpTeam1" x1="0" y1="0" x2="1" y2="0">
|
|
<stop offset="0" stop-color="#1f5fff"/>
|
|
<stop offset="1" stop-color="#23c4ff"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="96" height="32" rx="8" fill="#050814"/>
|
|
<path d="M10 22L18 10h8l-8 12z" fill="url(#gpTeam1)"/>
|
|
<rect x="32" y="10" width="6" height="12" rx="2" fill="#e5e7eb"/>
|
|
<rect x="44" y="8" width="6" height="16" rx="2" fill="#e5e7eb"/>
|
|
<rect x="56" y="10" width="6" height="12" rx="2" fill="#e5e7eb"/>
|
|
</svg> |