16 lines
604 B
XML
16 lines
604 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="VibeDNS">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#2a86d8"/>
|
|
<stop offset="100%" stop-color="#14508c"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="13" fill="url(#g)"/>
|
|
<g fill="none" stroke="#fff" stroke-width="3.2" stroke-linecap="round">
|
|
<circle cx="32" cy="32" r="16"/>
|
|
<ellipse cx="32" cy="32" rx="7" ry="16"/>
|
|
<path d="M16.6 27h30.8M16.6 37h30.8"/>
|
|
</g>
|
|
<circle cx="32" cy="32" r="4.2" fill="#fff"/>
|
|
</svg>
|