9 lines
553 B
XML
9 lines
553 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
|
<!-- Стилизованный логотип в духе MikroTik: квадрат с голубой буквой M -->
|
|
<rect x="2" y="2" width="60" height="60" rx="10" fill="#0b0e14" stroke="#1b78ff" stroke-width="2"/>
|
|
<path d="M12 48 V20 L24 36 L32 24 L40 36 L52 20 V48"
|
|
stroke="#1b78ff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
<circle cx="32" cy="52" r="2.4" fill="#1b78ff"/>
|
|
</svg>
|