Files
SuperTinyIcons/tiny/ghost.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

4 lines
276 B
XML

<svg role="img" aria-label="Ghost" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#e8e9eb" rx="15%" height="512" width="512"/>
<path stroke="#3d515b" stroke-width="72" d="M75 111h220H75zm289 0h72-72zM75 256h364H75zm0 142h144H75zm220 0h144-144z"/>
</svg>