Font Awesome Linkedin HTML Code

Font Awesome Linkedin Icon refers to a social networking site specially designed for the business community. The goal of the site is to allow registered members to establish and document networks of people they know and trust professionally. This font awesome icon is also known as "fa-Linkedin" or "fa fa Linkedin".

Fontawesome Version 4.X

linkedin

<i class='fa fa-linkedin'></i>

linkedin

<i class='fa fa-linkedin' style='color: white'></i>

linkedin

<i class='fa fa-linkedin' style='color: red'></i>

linkedin

<i class='fa fa-linkedin' style='color: blue'></i>

linkedin

<i class='fa fa-linkedin' style='color: #f3da35'></i>
Try it Yourself


Fontawesome Version 5.X

linkedin

<i class='fab fa-linkedin'></i>

linkedin

<i class='fab fa-linkedin' style='color: white'></i>

linkedin

<i class='fab fa-linkedin' style='color: red'></i>

linkedin

<i class='fab fa-linkedin' style='color: blue'></i>

linkedin

<i class='fab fa-linkedin' style='color: #f3da35'></i>
Try it Yourself

Fontawesome Version 6.X

linkedin

Web

<i class='fa-brands fa-linkedin'></i>

React

<FontAwesomeIcon icon="fa-brands fa-linkedin" />

Vue

<font-awesome-icon icon="fa-brands fa-linkedin" />

linkedin

Web

<i class='fa-brands fa-linkedin' style='color: white'></i>

React

<FontAwesomeIcon icon="fa-brands fa-linkedin" style={{color: 'white'}} />

Vue

<font-awesome-icon icon="fa-brands fa-linkedin" :style="{color: 'white'}" />

linkedin

Web

<i class='fa-brands fa-linkedin' style='color: red'></i>

React

<FontAwesomeIcon icon="fa-brands fa-linkedin" style={{color: 'red'}} />

Vue

<font-awesome-icon icon="fa-brands fa-linkedin" :style="{color: 'red'}" />

linkedin

Web

<i class='fa-brands fa-linkedin' style='color: blue'></i>

React

<FontAwesomeIcon icon="fa-brands fa-linkedin" style={{color: 'blue'}} />

Vue

<font-awesome-icon icon="fa-brands fa-linkedin" :style="{color: 'blue'}" />

linkedin

Web

<i class='fa-brands fa-linkedin' style='color: #f3da35'></i>

React

<FontAwesomeIcon icon="fa-brands fa-linkedin" style={{color: '#f3da35'}} />

Vue

<font-awesome-icon icon="fa-brands fa-linkedin" :style="{color: '#f3da35'}" />
Try it Yourself

How to Add Linkedin Symbol to HTML Code?

Font Awesome Icon fa fa linkedin Icon can be added to any web page simply as below. You can integrate Icon in web pages by just adding following below syntax & icon code.

Icon -
<i class='fa fa-linkedin'></i>
Icon Code -
fa fa-linkedin

HTML Code

Get complete html code for icon linkedin

                    
                    <!DOCTYPE html>
                    <html>
                        <head>
                        <title>Page Title</title>
                        <link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
                       </head>
                        <body>
                        <i class='fa fa-linkedin'></i>
                        </body>
                    </html>                    

Tags

associate, combine, connect, join, relate, and unite,together ,union

Change Font Awesome Icon Linkedin Color

Sometimes we need icons in different color, as we suggested by adding css style we can change color. Here we have created one example to change color of icons with css classes.


    <style>
.blue-color {
color:blue;
}
.green-color {
color:green;
}
.teal-color {
color:teal;
}
.yellow-color {
color:yellow;
}
.red-color {
color:red;
}
</style>
<i class='fa fa-linkedin blue-color'></i> <i class='fa fa-linkedin green-color'></i> <i class='fa fa-linkedin teal-color'></i> <i class='fa fa-linkedin yellow-color'></i> <i class='fa fa-linkedin red-color'></i>

Output of the above example will be as below-


Note- Make Sure You have included the below Font Awesome file in header-
            
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>            
            
Related Icons
 

 

 

Linkedin Icon Font Awesome - FAQs

⭐What is the Font Awesome Linkedin Icon code?

Icon Code is - fa fa-linkedin.

⭐ What does the fa fa-linkedin Icon mean?

fa fa-linkedin is the Icon code of Font Awesome Linkedin.

⭐ Can we add fa fa-linkedin Icon in different sizes?

Yes, you can Icon of fa fa-linkedin in various pixels.

⭐ How to add a Blue color Font Awesome Linkedin Icon?

Add the blue color Linkedin icon of the font awesome by using code: fa fa-linkedin style='color: blue;'.

⭐ How to make white color icon of a Font Awesome Linkedin?

To change the Linkedin icon to white color use code: fa fa-linkedin style='color: white;'.

Advertisements



Advertisements



Looking For More Icons?