Skip to content

Instantly share code, notes, and snippets.

@Thibaut-B
Last active November 8, 2016 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Thibaut-B/060e7e644688ccdadfaa7527c1505222 to your computer and use it in GitHub Desktop.
Save Thibaut-B/060e7e644688ccdadfaa7527c1505222 to your computer and use it in GitHub Desktop.
SVG Sprites
<svg width="16" height="16">
<use xlink:href="sprite.svg#github"></use>
</svg>
svg {
fill: currentColor;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment