mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 10:12:34 +00:00
14 lines
692 B
XML
14 lines
692 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
|
<!-- single-color mark: inherits currentColor, works light or dark -->
|
|
<g stroke="currentColor" fill="currentColor">
|
|
<circle cx="32" cy="8.5" r="3" fill="none" stroke-width="2.4"/>
|
|
<circle cx="32" cy="32" r="22" fill="none" stroke-width="3.2"/>
|
|
<g transform="rotate(-32 32 32)" stroke="none">
|
|
<path d="M 13.5 32 L 20 29.4 L 44 29.4 L 50.5 32 L 44 34.6 L 20 34.6 Z"/>
|
|
</g>
|
|
<g transform="translate(50.7 20.3)" stroke="none">
|
|
<path d="M 0 -6.6 C 0.95 -2.2 2.2 -0.95 6.6 0 C 2.2 0.95 0.95 2.2 0 6.6 C -0.95 2.2 -2.2 0.95 -6.6 0 C -2.2 -0.95 -0.95 -2.2 0 -6.6 Z"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|