2
0
Files
dot/icon.svg
2026-04-03 12:43:35 +00:00

25 lines
1.3 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="256" height="256">
<defs>
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1a1a2e"/>
<stop offset="100%" style="stop-color:#16213e"/>
</linearGradient>
</defs>
<!-- background circle -->
<circle cx="128" cy="128" r="120" fill="url(#bg)"/>
<!-- outer ring -->
<circle cx="128" cy="128" r="120" fill="none" stroke="#e0e0e0" stroke-width="3" opacity="0.3"/>
<!-- the dot -->
<circle cx="128" cy="128" r="24" fill="#e0e0e0"/>
<!-- prompt cursor: > -->
<text x="68" y="142" font-family="monospace" font-size="48" font-weight="bold" fill="#e0e0e0" opacity="0.4"></text>
<!-- three config dots orbiting -->
<circle cx="128" cy="52" r="6" fill="#e0e0e0" opacity="0.5"/>
<circle cx="193" cy="166" r="6" fill="#e0e0e0" opacity="0.5"/>
<circle cx="63" cy="166" r="6" fill="#e0e0e0" opacity="0.5"/>
<!-- connecting lines (subtle) -->
<line x1="128" y1="58" x2="128" y2="104" stroke="#e0e0e0" stroke-width="1.5" opacity="0.2"/>
<line x1="188" y1="163" x2="149" y2="141" stroke="#e0e0e0" stroke-width="1.5" opacity="0.2"/>
<line x1="68" y1="163" x2="107" y2="141" stroke="#e0e0e0" stroke-width="1.5" opacity="0.2"/>
</svg>