Skip to content

Instantly share code, notes, and snippets.

@openarun
Forked from philsinatra/svg-hamburger
Last active August 20, 2022 22:07
Show Gist options
  • Save openarun/0f2efaa3657a87cc220affd57ba76ee0 to your computer and use it in GitHub Desktop.
Save openarun/0f2efaa3657a87cc220affd57ba76ee0 to your computer and use it in GitHub Desktop.
SVG Hamburger
Display the source blob
Display the rendered blob
Raw
<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false" style=""><rect x="4" y="7.5" width="16" height="1.5" fill="white"></rect><rect x="4" y="15" width="16" height="1.5" fill="white"></rect><rect x="4" y="22.5" width="16" height="1.5" fill="white"></rect></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment