1234567891011121314151617 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- http://intertwingly.net/blog/2010/04/15/HTML-to-Atom -->
- <svg xmlns="http://www.w3.org/2000/svg" stroke-width="2" width="100" height="100" viewBox="-52 -53 100 100">
- <g fill="none">
- <ellipse stroke="#66899a" rx="6" ry="44"/>
- <ellipse stroke="#e1d85d" rx="6" ry="44" transform="rotate(-66)"/>
- <ellipse stroke="#80a3cf" rx="6" ry="44" transform="rotate(66)"/>
- <circle stroke="#4b541f" r="44"/>
- </g>
- <g fill="#66899a" stroke="white">
- <circle fill="#80a3cf" r="13"/>
- <circle cy="-44" r="9"/>
- <circle cx="-40" cy="18" r="9"/>
- <circle cx="40" cy="18" r="9"/>
- </g>
- </svg>
|