mirror of
https://github.com/olehomelchenko/astrolabe-nvc.git
synced 2025-12-21 21:22:23 +00:00
22 lines
1010 B
XML
22 lines
1010 B
XML
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
|
|
<rect width="100" height="100" fill="#2c3e50" />
|
|
|
|
<circle cx="50" cy="50" r="40" fill="#f1c40f" stroke="#e67e22" stroke-width="2"/>
|
|
|
|
<circle cx="50" cy="50" r="35" fill="none" stroke="#2c3e50" stroke-width="1" stroke-dasharray="2 3"/>
|
|
|
|
<line x1="50" y1="10" x2="50" y2="18" stroke="#2c3e50" stroke-width="1.5"/>
|
|
<line x1="90" y1="50" x2="82" y2="50" stroke="#2c3e50" stroke-width="1.5"/>
|
|
<line x1="50" y1="90" x2="50" y2="82" stroke="#2c3e50" stroke-width="1.5"/>
|
|
<line x1="10" y1="50" x2="18" y2="50" stroke="#2c3e50" stroke-width="1.5"/>
|
|
|
|
<path d="M 50 50 L 50 18 L 47 23 L 53 23 Z" fill="#c0392b"/>
|
|
<circle cx="68" cy="32" r="3" fill="#2980b9"/>
|
|
<line x1="50" y1="50" x2="68" y2="32" stroke="#c0392b" stroke-width="1"/>
|
|
|
|
<rect x="15" y="48.5" width="70" height="3" fill="#2c3e50" fill-opacity="0.6"/>
|
|
|
|
<circle cx="50" cy="50" r="3" fill="#e67e22" stroke="#2c3e50" stroke-width="1"/>
|
|
|
|
</svg> |