Font Awesome Scissors Icon

Font Awesome Scissors Icon refers to a tool for cutting things consisting of two long, flat, pointed pieces of metal that are joined together. This font awesome icon is also known as "fa-scissors" or "fa fa scissors".

Fontawesome Version 4.X

scissors

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

scissors

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

scissors

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

scissors

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

scissors

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

Fontawesome Version 6.X

scissors

Web

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

React

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

Vue

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

scissors

Web

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

React

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

Vue

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

scissors

Web

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

React

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

Vue

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

scissors

Web

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

React

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

Vue

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

scissors

Web

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

React

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

Vue

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

How to add Font Awesome scissors Icon ?

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

HTML Code

Get complete html code for icon scissors

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

Tags

clippers.,hedge clippers.,nippers.,scissors.,snippers.,snips.

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

Scissors Icon Font Awesome - FAQs

⭐What is the Font Awesome Scissors Icon code?

Icon Code is - fa fa-scissors.

⭐ What does the fa fa-scissors Icon mean?

fa fa-scissors is the Icon code of Font Awesome Scissors.

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

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

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

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

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

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

Advertisements



Advertisements



Looking For More Icons?