R
R
rtfm mftr2016-04-09 16:56:06
css
rtfm mftr, 2016-04-09 16:56:06

New icon or flip the old one?

There was a little strange question. Let's say the site needs 4 icons with arrows in different directions. You can, of course, separately sew each arrow into a sprite, or you can simply rotate the same one using css: rotate. Which option is better, faster?
And not to get up twice. Often icons have some kind of analogue among special characters. For example, an icon with a triangle ala the play button can be obtained by inserting the Greek letter delta ( Δ ) and also rotating it using css. Or the 'hamburger' icon, which is three horizontal lines, can be imitated using the Greek letter xi ( Ξ ). In theory, fonts are rendered faster than the image is loaded. Basically the same question.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Goryachev, 2016-04-09
@rtfmmftr

Arrows, small icons and other crap I've been doing for a long time on Base64.
And as for the question - turn it over or separate - it's better to turn it over.
But be aware that css rotate doesn't work in old IE. If you do not suffer from necrophilia, then twist.
One picture in Base64 and rotate is the fastest way.
Again, I'm talking about simple pictures, and not about a curly arrow with monograms.

D
dom1n1k, 2016-04-09
@dom1n1k

Individual icons are better. And without perversions with fonts.

M
Maxim Timofeev, 2016-04-09
@webinar

If you only need arrows and 4 pieces, then flipping is an option. If there are a lot of icons, then include fontawesome.io/icons and don't try to save bytes when you can definitely save MB (I'm sure there is where, always there).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question