Files
SuperTinyIcons/tiny/windows.svg
baybal f001e1d2b0 Update to previous request (#58)
* 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
2017-11-27 10:08:10 +00:00

5 lines
278 B
XML

<svg role="img" aria-label="Windows" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#fff">
<rect fill="#00adef" height="512" rx="15%" width="512"/>
<path fill-rule="evenodd" d="M210 441l270 39V28L24 92v323l209 29V243H24v21h209V63l-23 3v198h270v-21H210"/>
</svg>