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.
Asked
Active
Viewed 6,618 times
1
-
1You may find this answer useful: https://stackoverflow.com/questions/11426172/add-custom-icons-to-font-awesome – Rich Apr 13 '18 at 00:52
1 Answers
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
-
Could I combind it into font awesome , or a new css for that, thanks. – abramhum Apr 13 '18 at 00:59
-
Its not wise to add things to font awesome, like I said this website will do everything for you generate the icons and create the css you need then all you need to do is `` – Smokey Dawson Apr 13 '18 at 01:02
-
could I use the icon off-line and put the related data into my project? thanks. – abramhum Apr 13 '18 at 01:52
-
-
like font awesome, I include its css files into my asp project, and then, when I need, I include the css file on , using to represent the icon on web control, like button, thanks. – abramhum Apr 13 '18 at 02:11
-
1You do the exact same thing with the css file the is generated for you from icomoon – Smokey Dawson Apr 13 '18 at 02:33