8 lines
337 B
XML
8 lines
337 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<rect width="100" height="100" rx="20" fill="#646cff"/>
|
|
<path d="M50 25 L70 35 L70 55 L50 65 L30 55 L30 35 Z" fill="none" stroke="white" stroke-width="4"/>
|
|
<circle cx="50" cy="45" r="8" fill="white"/>
|
|
<rect x="48" y="45" width="4" height="10" fill="white"/>
|
|
</svg>
|
|
|