Font Awesome Gears (Settings, Equipment, Accessories)

The Font Awesome Gears Icon refers to machinery in a vehicle that converts engine power into forward or reverse motion. This Font Awesome Gears icon is also known as 'fa-Gears,' 'Settings,' 'Equipment,' and 'Accessories.' The 'fa-gears' class is used for version 4, and 'fa-solid fa-gears' is used for version 6

Fontawesome Version 4.X

gears

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

gears

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

gears

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

gears

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

gears

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

Fontawesome Version 6.X

gears

Web

<i class='fa-solid fa-gears'></i>

React

<FontAwesomeIcon icon="fa-solid fa-gears" />

Vue

<font-awesome-icon icon="fa-solid fa-gears" />

gears

Web

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

React

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

Vue

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

gears

Web

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

React

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

Vue

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

gears

Web

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

React

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

Vue

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

gears

Web

<i class='fa-solid fa-gears' style='color: #f3da35'></i>

React

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

Vue

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

How to add Font Awesome gears Icon ?

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

HTML Code

Get complete html code for icon gears

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

Tags

accessory,instrument,kit,luggage,machinery,material,stuff,baggage,effects,fittings,materiel,means,outfit,rigging,settings,equipment,accessories

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

Gears Icon Font Awesome - FAQs

⭐What is the Font Awesome Gears Icon code?

Icon Code is - fa fa-gears.

⭐ What does the fa fa-gears Icon mean?

fa fa-gears is the Icon code of Font Awesome Gears.

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

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

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

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

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

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

Advertisements



Advertisements



Looking For More Icons?