Skip to content

Instantly share code, notes, and snippets.

@dmjcomdem
Last active February 10, 2017 14:34
Show Gist options
  • Save dmjcomdem/bfb30c1000903c3bfa2dd42861d26f41 to your computer and use it in GitHub Desktop.
Save dmjcomdem/bfb30c1000903c3bfa2dd42861d26f41 to your computer and use it in GitHub Desktop.
svg-template.svg
<svg shape-rendering="crispEdges"
width="100%" height="100%" viewBox="0 0 30 30" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
<use xlink:href="#name-icon"></use>
</svg>
<svg class="icon" width="100%" height="100%" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" shape-rendering="crispEdges">
<use xlink:href="#name-icon"></use>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment