Skip to content

Instantly share code, notes, and snippets.

@ps-team
Created March 15, 2016 11:53
Show Gist options
  • Save ps-team/59f17eb8ab9700ca6aff to your computer and use it in GitHub Desktop.
Save ps-team/59f17eb8ab9700ca6aff to your computer and use it in GitHub Desktop.
<body>
<!-- svg use case, twitter icon -->
<svg xmlns="http://www.w3.org/2000/svg" class="icon-twitter">
<use xlink:href="#icon-twitter"></use>
</svg>
<!-- svg use case, instagram icon -->
<svg xmlns="http://www.w3.org/2000/svg" class="icon-instagram">
<use xlink:href="#icon-instagram"></use>
</svg>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment