container_4.svg 649 B

12345678910
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="100" width="100">
  3. <ellipse cx="50" cy="20" rx="35" ry="10" style="stroke-width:5; stroke:#222222; fill:#00FF00; fill-opacity: 0.5;"/>
  4. <ellipse cx="50" cy="80" rx="35" ry="10" style="stroke-width:2; stroke:#222222; fill:#00FF00"/>
  5. <path style="fill:#00FF00;fill-opacity:0.5;stroke:#222222;stroke-width:3;" d="m 15,22 c 6,5 16,8 36,8 20,0 30,-4 34,-8 l 0,59 C 82,87 67,90 50,90 34,90 18,87 15,81 z"/>
  6. <path style="fill:none;stroke:#222222;stroke-width:3.5" d="m 15,21 c 0,0 0,0 0,61 7,6 22,8 37,8 14,0 27,-2 33,-9 0,0 0,-58 0,-60"/>
  7. </svg>