1
0
tiptoi-Planeten/icon.svg

39 lines
1.3 KiB
XML
Raw Normal View History

2020-04-26 22:21:29 +02:00
<!--
Teil des Projektes 'Unsere Acht Planeten', veröffentlicht 2020 von Philipp
Matthias Schäfer (philipp.matthias.schaefer@posteo.de) unter der
CC-BY-NC-SA 3.0 Unported Lizenz.
-->
<svg width="100"
height="100"
viewBox="-1 -1 2 2"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<path fill="none" stroke="black" stroke-width="0.05"
transform="rotate(20)"
d="M -0.7 0 A 0.7 0.3 0 1 1 0.7 0"/>
<circle r="0.5"/>
<path fill="none" stroke="white" stroke-width="0.1"
transform="rotate(20)"
d="M -0.65 0 A 0.65 0.25 0 1 0 0.65 0"/>
<path fill="none" stroke="black" stroke-width="0.05"
transform="rotate(20)"
d="M -0.7 0 A 0.7 0.3 0 1 0 0.7 0"/>
<path fill="white"
transform="rotate(40)
translate(0 -0.1)"
d="M 0 0
A 0.2 0.7 0 0 1 -0.2 -0.7
L 0.2 -0.7
A 0.2 0.7 0 0 1 0 0"/>
<path transform="rotate(40)
translate(0 -0.15)"
d="M 0 0
A 0.15 0.7 0 0 1 -0.15 -0.7
L 0.15 -0.7
A 0.15 0.7 0 0 1 0 0"/>
<path transform="rotate(40)
translate(0 -0.15)"
fill="none" stroke="white" stroke-width="0.05"
d="M -0.1 -0.15 L 0.1 -0.15"/>
</svg>