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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
  3. <!ENTITY fill_color "#FFFFFF">
  4. <!ENTITY stroke_color "#000000">
  5. ]>
  6. <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
  7. <defs>
  8. <mask id="Mask" maskUnits="userSpaceOnUse"
  9. x="0" y="0" width="50" height="50">
  10. <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"/>
  11. <circle cx="20" cy="33" r="4" style="fill:none;;stroke:#000000;;stroke-width:1.5"/>
  12. <circle cx="20" cy="19" r="3" style="fill:none;;stroke:#000000;;stroke-width:1.5"/>
  13. </mask>
  14. </defs>
  15. <g transform="translate(-9.2,15.8)">
  16. <g transform="rotate(-30)">
  17. <circle cx="25" cy="25" r="21" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:3.0"/>
  18. <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)"/>
  19. <circle cx="20" cy="33" r="4" style="fill:none;;stroke:&fill_color;;stroke-width:1.5"/>
  20. <circle cx="20" cy="19" r="3" style="fill:none;;stroke:&fill_color;;stroke-width:1.5"/>
  21. <circle cx="27" cy="12" r="2" style="fill:none;;stroke:&stroke_color;;stroke-width:1"/>
  22. <circle cx="26" cy="26" r="2.5" style="fill:none;;stroke:&stroke_color;;stroke-width:1.25"/>
  23. <circle cx="28" cy="38" r="1.5" style="fill:none;;stroke:&stroke_color;;stroke-width:.75"/>
  24. </g>
  25. </g>
  26. </svg>