FortAwesome / Font-Awesome

The iconic SVG, font, and CSS toolkit
https://fontawesome.com
Other
73.37k stars 12.19k forks source link

Feature request: Same size icons #17250

Closed erickrubiales closed 4 days ago

erickrubiales commented 3 years ago

Is your feature request related to a problem? Please describe. I have problems with spacing between icons

Describe the solution you'd like I need a library with same size icons e.g. 16px. x 16px

Describe alternatives you've considered I have no idea

Additional context The next image happens when I set a same width for all icons.

Screen Shot 2020-10-07 at 17 13 44

Feature request checklist

tagliala commented 3 years ago

Hi!

Thanks for being part of the Font Awesome Community.

Font Awesome uses icons with different width by design choice

CSS implementation has an helper class, fa-fw, to horizntally center icons in a display of a fixed width

Does this help?