Guest User

Untitled

a guest
Apr 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. -go to icomoon.io
  2. -click icomoon app
  3. -scroll to down
  4. - click add icons from library
  5. - then choose encrypto
  6. - then select the icons
  7. - then click generate svg and download
  8. - copy svg icon from svg folder and also copy symbol-defs.svg which will be saved as sprite.svg
  9. in html
  10. <svg>
  11. <use xlink:href="img/sprite.svg#icon__name"></use>
  12. </svg>
  13.  
  14. NOTE: It will work only on web server/localhost.
Add Comment
Please, Sign In to add comment