Skip to content

Instantly share code, notes, and snippets.

@bernhard-hofmann
Last active October 12, 2015 11:28
Show Gist options
  • Save bernhard-hofmann/4020368 to your computer and use it in GitHub Desktop.
Save bernhard-hofmann/4020368 to your computer and use it in GitHub Desktop.
A little graph icon done in SVG.
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45" viewBox="0 0 45 45">
<rect x="5" y="33" width="10" height="12" fill="blue" stroke="grey" stroke-width="1" />
<rect x="15" y="21" width="10" height="24" fill="lightgrey" stroke="grey" stroke-width="1" />
<rect x="25" y="12" width="10" height="33" fill="lightgrey" stroke="grey" stroke-width="1" />
<rect x="35" y="0" width="10" height="45" fill="lightgrey" stroke="grey" stroke-width="1" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment