8 lines
500 B
XML
8 lines
500 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
|
|
<circle cx="8" cy="18" r="3" fill="none" stroke="currentColor" stroke-width="1.5"/>
|
|
<circle cx="16" cy="18" r="3" fill="none" stroke="currentColor" stroke-width="1.5"/>
|
|
<path d="M8 15.5L12 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
|
|
<path d="M16 15.5L12 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
|
|
<circle cx="12" cy="6" r="1" fill="currentColor"/>
|
|
</svg>
|