1

I am trying to use font awesome for many aspects of web project, so there comes a problem about how to add new SVG icons to font awesome css files. My develop environment is ASP with Visual Studio 2012, and operation system is windows 10. Is there any clear instructions or manual for adding SVG icon which drawing by myself to font awesome? Thanks a lot.

abramhum
  • 443
  • 2
  • 8
  • 20
  • 1
    You may find this answer useful: https://stackoverflow.com/questions/11426172/add-custom-icons-to-font-awesome – Rich Apr 13 '18 at 00:52

1 Answers1

1

If I understand you correctly you want to create your own icons??

You can use this website https://icomoon.io/app to create essentially your own icon pack, it will generate everything for you and then you just need to use the classnames they created, exactly how you would use font-awesome.

Smokey Dawson
  • 8,827
  • 19
  • 77
  • 152