Files
SuperTinyIcons/images/svg/rss.svg
baybal 7328a061d6 RSS icon changed to a single path (#79)
* Use arcs to save space on path arcs and be more true to original geometry

* Use single path for equal width rectangles

* Deleted unneeded commas

* reduce path count by using stroke linecap

* use single path instead of 4 rects, use fill rule to forego entering M for every rect

* Using arcs

* Fix typos

* Changed side for OSI icon

* Changed size for windows logo

* Changed size for ghost logo

* Shrunk digidentity to two paths. Some times an arc is cheaper on bytes than a circle element

* Concatenated paths

* RSS icon shrunk to a single path of 4 arcs

* An incomparably more geometrically correct version that is just few bytes longer and GZIP friendly

* Forgot aria label
2017-11-29 10:12:48 +00:00

1 line
304 B
XML

<svg xmlns="http://www.w3.org/2000/svg" aria-label="RSS" role="img" viewBox="0 0 512 512"><rect width="512" height="512" fill="orange" rx="15%"/><path fill="none" stroke="#fff" stroke-width="68" d="M56 89a367 367 0 0 1 367 367m-133 0A235 235 0 0 0 56 222m34 167a32 32 0 0 1 66 0 32 32 0 0 1-66 0"/></svg>