Home css3 Some Font Awesome icons don't work

Some Font Awesome icons don’t work

Author

Date

Category

I’m using Font Awesome Free 5.12.0, but some icons are missing, for example VK, instagram, YouTube


Answer 1

You are using Font Awesome incorrectly.

You must insert the icon in the form in which it is given on the official site, that is:

& lt; i class = "fab fa-vk" & gt; & lt; / i & gt;

& lt; i class = "fab fa-instagram" & gt; & lt; / i & gt;

& lt; i class = "fab fa-youtube" & gt; & lt; / i & gt;

Paste these lines inside & lt; li & gt; and then it will work for you.

And in the future, look for the icon you want here , go to her page and grab the provided & lt; i & gt; code for her.


Answer 2

The problem was that the vk icon belongs to a separate font and you need to apply font-family to it: "Font Awesome 5 Brands";

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions