-
-
Save MrVladevoit/124e6056911fa45aab8b43e0af80b9b9 to your computer and use it in GitHub Desktop.
svg-sprite html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- icon --> | |
<svg class="icon icon-name"> | |
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="images/sprite/sprite.svg#name"></use> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment