DEV Community

StuartCreed
StuartCreed

Posted on • Updated on

SVG hamburger


<svg width="27px" height="15px" style="fill:white">
<rect width="27px" height="3px" rx="1.5px"></rect>
<rect y="6px" width="27px" height="3px" rx="1.5px"></rect>
<rect y="12px" width="27px" height="3px" rx="1.5px"></rect>
</svg>

Top comments (0)