not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

28 lines
1.4 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
<!ENTITY fill_color "#FFFFFF">
<!ENTITY stroke_color "#000000">
]>
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
<defs>
<mask id="Mask" maskUnits="userSpaceOnUse"
x="0" y="0" width="50" height="50">
<path d="M33 5 C15,0 15,50 33,45 C-5,55 -5,-5 33 5 z" style="fill:#FFFFFF;;stroke:none;;stroke-width:3.5"/>
<circle cx="20" cy="33" r="4" style="fill:none;;stroke:#000000;;stroke-width:1.5"/>
<circle cx="20" cy="19" r="3" style="fill:none;;stroke:#000000;;stroke-width:1.5"/>
</mask>
</defs>
<g transform="translate(-9.2,15.8)">
<g transform="rotate(-30)">
<circle cx="25" cy="25" r="21" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:3.0"/>
<path d="M33 5 C15,0 15,50 33,45 C-5,55 -5,-5 33 5 z" style="fill:&stroke_color;;stroke:none;;stroke-width:3.5" mask="url(#Mask)"/>
<circle cx="20" cy="33" r="4" style="fill:none;;stroke:&fill_color;;stroke-width:1.5"/>
<circle cx="20" cy="19" r="3" style="fill:none;;stroke:&fill_color;;stroke-width:1.5"/>
<circle cx="27" cy="12" r="2" style="fill:none;;stroke:&stroke_color;;stroke-width:1"/>
<circle cx="26" cy="26" r="2.5" style="fill:none;;stroke:&stroke_color;;stroke-width:1.25"/>
<circle cx="28" cy="38" r="1.5" style="fill:none;;stroke:&stroke_color;;stroke-width:.75"/>
</g>
</g>
</svg>