rss-icon.svg 569 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <svg xmlns="http://www.w3.org/2000/svg"
  3. id="RSSicon"
  4. viewBox="0 0 8 8" width="256" height="256">
  5. <title>RSS feed icon</title>
  6. <style type="text/css">
  7. .button {stroke: none; fill: orange;}
  8. .symbol {stroke: none; fill: white;}
  9. </style>
  10. <rect class="button" width="8" height="8" rx="1.5" />
  11. <circle class="symbol" cx="2" cy="6" r="1" />
  12. <path class="symbol" d="m 1,4 a 3,3 0 0 1 3,3 h 1 a 4,4 0 0 0 -4,-4 z" />
  13. <path class="symbol" d="m 1,2 a 5,5 0 0 1 5,5 h 1 a 6,6 0 0 0 -6,-6 z" />
  14. </svg>