Feather: Open-source icons
11–20 of 146 posts
Re: Feather: Open-source icons
#12I understand this is not inherently presented here as any particular solution or competitor, although its presence here elevates it as such, so why use this or do this instead of using the library at thenounproject.com ?
So I'm always up for a clearly-defined set of MIT-licensed icons.
Re: Feather: Open-source icons
#13Seems like a good time to mention an absolutely awesome - https://icomoon.io/app It allows cherry-picking icons from dozens of different SVG icon packs (including Feather) and packaging them into a custom (web)font. It can also be used to package your own SVG assets into a single font file and then use resulting .woff as an SVG sprite sheet.
Re: Feather: Open-source icons
#14Re: Feather: Open-source icons
#15Re: Feather: Open-source icons
#16What benefits does this provide over using Font Awesome icons?
Also, you can style each path individually using CSS or SVG. That means you can easily have multi-color icons.
Re: Feather: Open-source icons
#17What benefits does this provide over using Font Awesome icons?
Re: Feather: Open-source icons
#18For example, this one looks really nice, but it only has 'battery' and 'battery-charging'. In an app I work on, I need battery with no charge, 25%, 50%, 75%, 100%, and charging.
Then I think that this would be small to add, but again I don't want to complain. Then maybe someone will need a battery with a sliding charge, so they can represent as many charge percentages as the pixels allow. And then this becomes a whole other things, and not just an icon collection..
Re: Feather: Open-source icons
#19All these icon collections are great, but I always find missing stuff there, and I don't know how this can be fixed besides complaining (and I don't want to complain when they give it for free). For example, this one looks really nice, but it only has 'battery' and 'battery-charging'. In an app I work on, I need battery with no charge, 25%, 50%, 75%, 100%, and charging. Then I think that this would be small to add, b…
It shouldn't be too hard to add another rectangle with whatever width you want. Just open up the dev tools and play around with it.