ilikerobots / polyicon

Flutter icon set generator
http://fluttericon.com
MIT License
421 stars 49 forks source link

how can i get orignal svgs from fluttericon.com #43

Closed Icyoung closed 4 years ago

Icyoung commented 4 years ago

I can't find the button of download. thanks for you reply.

ilikerobots commented 4 years ago

There is no direct way to download svg from fluttericon. If the original authors of the webpack have provided SVG, e.g. RPGAwesome, Entypo, etc, then you can likely find them by following the links to the font's website or github.

Screenshot_font_links

If the original authors have not provided SVG, then a) you can check the fluttericon source: https://github.com/ilikerobots/polyicon/tree/fluttericon/src or b) convert the ttf file to svg using fontforge or batik or another tool