atom-logo.svg 649 B

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