Font Awesome Instagram (IG) Icon

Font Awesome Instagram (IG) Icon refers to a photo and video sharing social networking service founded in 2010 by Kevin Systrom and Mike Krieger, and later acquired by the American company Facebook Inc., now known as Meta Platform. The app allows users to upload media that can be edited with filters and organized by hashtags and geotags. This font awesome icon is also known as "fa-Instagram" or "fa fa Instagram".

Fontawesome Version 4.X

instagram

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

instagram

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

instagram

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

instagram

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

instagram

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


Fontawesome Version 5.X

instagram

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

instagram

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

instagram

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

instagram

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

instagram

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

Fontawesome Version 6.X

instagram

Web

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

React

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

Vue

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

instagram

Web

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

React

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

Vue

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

instagram

Web

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

React

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

Vue

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

instagram

Web

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

React

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

Vue

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

instagram

Web

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

React

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

Vue

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

How to Add Font Awesome Instagram CSS Code in Web Page?

Font Awesome Icon fa fa instagram 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-instagram'></i>
Icon Code -
fa fa-instagram

HTML Code

Get complete html code for icon instagram

                    
                    <!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-instagram'></i>
                        </body>
                    </html>                    

Tags

insta,short videos,mobile app,hashtags,share images,Instagram accounts,social media,facebook, whatsapp, twitter,reels,IG

Change Font Awesome Icon Instagram 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-instagram blue-color'></i> <i class='fa fa-instagram green-color'></i> <i class='fa fa-instagram teal-color'></i> <i class='fa fa-instagram yellow-color'></i> <i class='fa fa-instagram 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
 

 

Instagram Icon Font Awesome - FAQs

⭐What is the Font Awesome Instagram Icon code?

Icon Code is - fa fa-instagram.

⭐ What does the fa fa-instagram Icon mean?

fa fa-instagram is the Icon code of Font Awesome Instagram.

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

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

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

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

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

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

Advertisements



Advertisements



Looking For More Icons?