Font Awesome 5 - why aren t icons like bitcoin facebook twitter showing

0 votes

Is it only me that cannot render Bitcoin and Facebook icons in version 5.0.8?

<link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.0.8/css/fontawesome.css"> 
<i class="fa fa-btc"></i> 
<i class="fa fa-bitcoin"></i> 
<i class="fa fa-facebook"></i> 
<i class="fa fa-facebook-f"></i>

Mar 29, 2022 in Blockchain by Soham
• 9,700 points
765 views

1 answer to this question.

0 votes

You also need to use the brands.css stylesheet in font-awesome 5.0.8. Additionally, you need to make sure your class names are up to date. Try the snippet below:

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/brands.css" integrity="sha384-IiIL1/ODJBRTrDTFk/pW8j0DUI5/z9m1KYsTm/RjZTNV8RHLGZXkUDwgRRbbQ+Jh" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/fontawesome.css" integrity="sha384-q3jl8XQu1OpdLgGFvNRnPdj5VIlCvgsDQTQB6owSOHWlAurxul7f+JpUOVdAiJ5P" crossorigin="anonymous">
<i class="fab fa-btc"></i>
<i class="fab fa-bitcoin"></i>

Alternatively, you can just use the all.css stylesheet to include all the styles

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/all.cs
answered Mar 31, 2022 by Rahul
• 9,670 points

Related Questions In Blockchain

+1 vote
1 answer
0 votes
2 answers

Why does not India consider Bitcoin as a legal tender?

to be specific there are few logical ...READ MORE

answered Jul 3, 2018 in Blockchain by Priyaj
• 58,090 points
594 views
0 votes
1 answer

Why is Nubits faster than Bitcoin?

Different implementation of blockchain can have different ...READ MORE

answered Jul 11, 2018 in Blockchain by digger
• 26,740 points
423 views
0 votes
1 answer

Why do people prefer mining Litecoin over Bitcoin?

The main reason people prefer mining Litecoin ...READ MORE

answered Sep 21, 2018 in Blockchain by slayer
• 29,350 points
505 views
0 votes
1 answer

Font Awesome not working, icons showing as squares

You must have 2 classes, the fa ...READ MORE

answered Feb 22, 2022 in Others by Aditya
• 7,680 points
6,043 views
0 votes
0 answers

how to use fontAwesome icon from css

Can I use the font-awesome icon with ...READ MORE

Jul 29, 2022 in CSS by Edureka
• 13,620 points
423 views
0 votes
1 answer

how to use font awesome icons in HTML

First, you have to write this in ...READ MORE

answered Aug 4, 2022 in HTML by Deepak
• 980 points
1,554 views
0 votes
1 answer

CSS for star ratings via FontAwesome

FontAwesome has added half stars to their ...READ MORE

answered Aug 5, 2022 in CSS by Tanishqa
• 1,170 points
1,388 views
0 votes
1 answer
0 votes
1 answer

Why do we not use Istanbul Byzantine Fault Tolerance (IBFT) in Public Blockchains?

The use of the IBFT consensus involves ...READ MORE

answered Mar 24, 2022 in Blockchain by Rahul
• 9,670 points
363 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP