10 lines
523 B
XML
10 lines
523 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="6" fill="#1a1d27"/>
|
|
<circle cx="7" cy="16" r="4" fill="#5b8dee"/>
|
|
<circle cx="25" cy="8" r="4" fill="#4ecca3"/>
|
|
<circle cx="25" cy="24" r="4" fill="#f4a261"/>
|
|
<line x1="11" y1="14" x2="21" y2="10" stroke="#5b8dee" stroke-width="1.5"/>
|
|
<line x1="11" y1="18" x2="21" y2="22" stroke="#5b8dee" stroke-width="1.5"/>
|
|
<line x1="21" y1="10" x2="21" y2="22" stroke="#7b82a6" stroke-width="1" stroke-dasharray="2,2"/>
|
|
</svg>
|