I
I
Igor Fedorov2016-08-10 17:34:55
css
Igor Fedorov, 2016-08-10 17:34:55

Big question about icons on the web. What do you advise?

Hello! I've had a question for quite some time. How to properly use icons on the web.
I use Font Awesome all the time in my projects. However, the reality is that a maximum of 5-10 icons from there are used. That is, fonts are loaded just like that.
I've tried various generators like the IcoMoon App, but I've noticed that, roughly speaking, Font Awesome renders an order of magnitude better.
SVG icons I don't know how to apply. What's good about the font is that it's fully manageable via CSS.
I want to seek advice from experienced people in this matter. How are you doing?
Thank you all in advance for your replies.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
M
Mr Crabbz, 2016-08-10
@Punkie

fontello.com - choose the right icons from popular packages, compile your font, profit!

D
Denis Knyazev, 2016-08-10
@axaxa_man

They used to make icon fonts, but this is a bad and outdated practice, it should be abandoned.
sprite is better, and sometimes you can just connect SVG directly.
Usage example: https://habrahabr.ru/post/141654/

A
Alexey Nikolaev, 2016-08-10
@Heian

If you need compatibility with very old browsers, or icons are very complex in structure, then sprites. If the icons are simple (as in the same Font Awesome), then SVG sprites.
An icon font, in my opinion, is the worst of all possible practices (although it captivates with simplicity and flexibility), the only thing worse is storing icon states in different files. I have never used them and would not recommend.

A
Andrey Verkh, 2016-08-10
@sadisme

Once you get the hang of SVG, you'll realize just how bad icon fonts are. The future is for the SVG and it can already be applied now.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question