tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.03k stars 1.27k forks source link

Icon weight solid icons #894

Closed ditistommy closed 1 year ago

ditistommy commented 1 year ago

I've noticed that the solid version of many icons do not have the same visual weight. For example the arrow icons look exactly the same in solid as in outline version. This is disrupting the unity in visual weight for the solid icons. Could these solid icons (for example) get a thicker outline so that the weight is more in line with the other icons?

sschoger commented 1 year ago

Hey! This was actually intentional. I considered making the weight thicker many times when designing the set but for a variety of complicated reasons I decided against it. This actually kept me up some nights 😅

I understand in that in the context of browsing the icons and viewing the icons side-by-side they can feel a bit imbalanced but I found that in the context of an application it was a non-issue.

Sets like Apple SF Symbols, Material icons and Phosphor icons all take a similar approach. If you're looking for a set that does accomplish what you're asking, check out Font Awesome 👍🏻

Hope this clarifies everything!