12 lines
506 B
XML
12 lines
506 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-label="meshnet">
|
|
<rect width="32" height="32" rx="7" fill="#0d1117"/>
|
|
<g stroke="#58a6ff" stroke-width="1.8" stroke-linecap="round">
|
|
<line x1="16" y1="7" x2="7" y2="24"/>
|
|
<line x1="16" y1="7" x2="25" y2="24"/>
|
|
<line x1="7" y1="24" x2="25" y2="24"/>
|
|
</g>
|
|
<circle cx="16" cy="7" r="3.2" fill="#58a6ff"/>
|
|
<circle cx="7" cy="24" r="3.2" fill="#3fb950"/>
|
|
<circle cx="25" cy="24" r="3.2" fill="#58a6ff"/>
|
|
</svg>
|