Font Awesome Clone Icon (Paste, Duplicate)

Font Awesome Clone Icon used to represents Paste, Duplicate to Exact copy and is also known as "fa-Clone. If you want to edit or customize this Fa Clone Icon, utilize the 'Try It' editor to change its color, size, and animation.

Fontawesome Version 4.X

clone

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

clone

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

clone

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

clone

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

clone

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


Fontawesome Version 5.X

clone

<i class='fas fa-clone'></i>

clone

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

clone

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

clone

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

clone

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

Fontawesome Version 6.X

clone

Web

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

React

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

Vue

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

clone

Web

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

React

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

Vue

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

clone

Web

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

React

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

Vue

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

clone

Web

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

React

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

Vue

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

clone

Web

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

React

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

Vue

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

FA Regular clone Version 6.X

px Enter Size
Color Code
HTML
<i class="fa-regular fa-clone"></i>

How to add Font Awesome clone Icon ?

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

HTML Code

Get complete html code for icon clone

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

Tags

paste,cut,duplicate

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

Clone Icon Font Awesome - FAQs

⭐What is the Font Awesome Clone Icon code?

Icon Code is - fa fa-clone.

⭐ What does the fa fa-clone Icon mean?

fa fa-clone is the Icon code of Font Awesome Clone.

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

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

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

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

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

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

Advertisements



Advertisements



Looking For More Icons?