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.

14 lines
1.1 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 "#010101">
  5. ]>
  6. <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
  7. <rect x="4" y="20" width="14" height="10" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:2.5;;stroke-linejoin:round"/>
  8. <path d="M18 25 C28,23 22,12 31,10" style="fill:none;;stroke:&stroke_color;;stroke-width:2.5"/>
  9. <path d="M18 25 L31,25" style="fill:none;;stroke:&stroke_color;;stroke-width:2.5"/>
  10. <path d="M18 25 C28,27 22,37 31,40" style="fill:none;;stroke:&stroke_color;;stroke-width:2.5"/>
  11. <rect x="31" y="5" width="14" height="10" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:2.5;;stroke-linejoin:round"/>
  12. <rect x="31" y="20" width="14" height="10" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:2.5;;stroke-linejoin:round"/>
  13. <rect x="31" y="35" width="14" height="10" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:2.5;;stroke-linejoin:round"/>
  14. </svg>