Can I add new icons to the ionicons library?

If I have the SVG for an icon and I need to use it in an app, is it posible to add this, to the ionicons set of icons? Thanks a lot.

1 Like

check out
https://icomoon.io/app/#/select

or as chrome extention

you can import any icon lib you want and output 1 file for all of the icons you need (you can also choose to use only part of the lib to save some space)

1 Like

Another option would be to use this commmand line tool

Or download the ionicon repo, and follow the build instructions

1 Like