Font Awesome 4.0.0 Missing Icons

font-awesome

Solution

`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.

Problem

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!

Original source