Top "Font-awesome-5" questions

Font Awesome 5. This tag is for questions relating to Font Awesome 5 and upgrading from previous versions.

Switch between icons when using FontAwesome 5.0 SVG Framework

I'm looking to be able to switch between icons in Javascript while using the new FontAwesome SVG framework. Previously in …

javascript html svg font-awesome font-awesome-5
Font Awesome 5 unicode

Font Awesome 5 star icon has <i class="fas fa-star"></i> and <i class="far fa-star"&…

css unicode font-awesome font-awesome-5
Checkboxes with Font Awesome 5 icons

Did anyone already designed checkboxes with font awesome 5 icons inside? I've already googled it and found only examples for FA-4 …

css font-awesome pseudo-element font-awesome-5
Font Awesome 5 Bundle via NPM

I'm trying to bundle only required Font Awesome 5 icons via webpack, but the icons are not replaced in the DOM. …

npm webpack font-awesome font-awesome-5
How to add Fontawesome 5 to Symfony 4 using Webpack Encore

I want to add Font Awesome 5 to my Symfony 4 project, this is what I did : I added font awesome to …

symfony4 font-awesome-5 webpack-encore
Font Awesome 5 whatsapp icon CSS style

I tried the below code to render whatsapp icon using font awesome 5: <i style="background-color: #25d366; color: white;" class="…

css font-awesome font-awesome-5
Upgrade process for fontawesome from 4 to 5

We contributed to font-awesome 5 (yea), and we are looking from moving from our existing icons (Symbol set) to font-awesome. Will …

upgrade font-awesome font-awesome-5
Where do I find the object names of icons in the FontAwesome free packages?

FontAwesome is a collection of libraries of icons. In their Usage documentation, they write as an example that you can …

reactjs font-awesome-5
Include @fortawesome/fontawesome to angular-cli project

I'm trying to include font awesome 5 to my angular-cli project (1.6.0) running Angular >5.0.0. I used (as described): yarn config set @…

angular angular-cli font-awesome font-awesome-5 angular-fontawesome
Toggling Font Awesome 5 icon with React

I am trying to toggle a Font Awesome icon by clicking on a to-do list item. Here is the entire …

javascript reactjs font-awesome font-awesome-5