8 lines
399 B
XML
8 lines
399 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="6" fill="#2563eb"/>
|
|
<polygon points="16,7 29,13 16,19 3,13" fill="white"/>
|
|
<path d="M9.5,15.5 L9.5,22 Q16,26 22.5,22 L22.5,15.5" fill="white"/>
|
|
<line x1="29" y1="13" x2="29" y2="20.5" stroke="white" stroke-width="2" stroke-linecap="round"/>
|
|
<circle cx="29" cy="22" r="1.8" fill="white"/>
|
|
</svg>
|