Created
August 27, 2017 10:29
-
-
Save Semdevmaster/2bb2a914ad2da4ea99ca4ffcbf41f8bc to your computer and use it in GitHub Desktop.
insert svg icon in 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
| <svg class="icon icon--home"> | |
| <use xlink:href="home.svg#home"></use> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment