Skip to content

Instantly share code, notes, and snippets.

@jeromecoupe
Created October 3, 2019 08:06
Show Gist options
  • Save jeromecoupe/a6320e78949ca3bf148fd03aa9a35bbf to your computer and use it in GitHub Desktop.
Save jeromecoupe/a6320e78949ca3bf148fd03aa9a35bbf to your computer and use it in GitHub Desktop.
SVG icon
Display the source blob
Display the rendered blob
Raw
<svg class="burgericon" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect class="burgericon__top" x="2" y="6" width="20" height="2" fill="black"/>
<rect class="burgericon__middle" x="2" y="11" width="20" height="2" fill="black"/>
<rect class="burgericon__bottom" x="2" y="16" width="20" height="2" fill="black"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment