Skip to content

Instantly share code, notes, and snippets.

@noamr
Created January 12, 2016 19:39
Show Gist options
  • Save noamr/07a44f39eebeb17b4197 to your computer and use it in GitHub Desktop.
Save noamr/07a44f39eebeb17b4197 to your computer and use it in GitHub Desktop.
burger svg
<!DOCTYPE html>
<html>
<body>
<svg style="stroke:black; stroke-width: 4; overflow: visible; height: 32px; width: 32px">
<g style="stroke-linecap: round">
<line x2="100%" />
<line y1="50%" y2="50%" x2="100%" />
<line y1="100%" y2="100%" x2="100%" />
</g>
</svg>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment