Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Font Awesome 4.0.0 Missing Icons

Tags:

font-awesome

Is it just me or there are actually icons in FontAwesome 3.x.x that are missing from FontAwesome 4.0.0? If so, this definitely makes FontAwesome much less awesome for me...

For example, I can't seem to find the equivalent to icon-remove (there is no fa-remove, or fa-delete as far as I can tell).

Having to rename all icon references in my application is annoying enough. Not being able to reproduce what was possible in 3.0 is really, really bad.

Not being able to access v3.x cheatsheet and other documentation any more: unacceptable!

like image 385
Optimax Avatar asked Oct 24 '13 00:10

Optimax


People also ask

Why are my Font Awesome icons not showing up?

If you installed the Free Font Awesome version but try adding Pro icons to your web pages, they won't show. The solution to this is either you use the alternative free icons or upgrade to a Pro subscription/license.

How do I show Font Awesome icons?

You can place Font Awesome icons just about anywhere using the CSS Prefix fa and the icon's name. Font Awesome is designed to be used with inline elements (we like the <i> tag for brevity, but using a <span> is more semantically correct). icon If you change the font-size of the icon's container, the icon gets bigger.


1 Answers

icon-remove is renamed to fa-times in v4.0.0.

Quick comparison:

  • old one
  • new one

Note that some icons that seem to be missing can be easily constructed using stacking options - I have created an example for icon-remove-sign replaced by fa-times stacked on fa-circle.

Note: As @VaclavElias pointed out, icon-remove-sign is now fa-times-circle. The above is just an example of stacking.

like image 120
Michał Rybak Avatar answered Oct 20 '22 15:10

Michał Rybak