Font Awesome File Upload Icon (Document, Report, Folder)

The Font Awesome File Upload icon, denoted as “fa fa-file-upload,” represents the act of transferring files from one location to another. This icon serves as a visual gateway to sharing, allowing users to contribute their digital treasures with a single click by uploading images, documents, or any other content.


Fontawesome Version 5.X

file upload

<i class='fas fa-file-upload'></i>

file upload

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

file upload

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

file upload

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

file upload

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

How to add Font Awesome file upload Icon ?

Font Awesome Icon fas fa file upload 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='fas fa-file-upload'></i>
Icon Code -
fas fa-file-upload

HTML Code

Get complete html code for icon file upload

                    
                    <!DOCTYPE html>
                    <html>
                        <head>
                        <title>Page Title</title>
                        <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
                       </head>
                        <body>
                        <i class='fas fa-file-upload'></i>
                        </body>
                    </html>                    

Tags

document, report ,folder

Change Font Awesome Icon File upload 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='fas fa-file-upload blue-color'></i> <i class='fas fa-file-upload green-color'></i> <i class='fas fa-file-upload teal-color'></i> <i class='fas fa-file-upload yellow-color'></i> <i class='fas fa-file-upload 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://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">            
            

File Upload Icon Font Awesome - FAQs

⭐What is the Font Awesome File Upload Icon code?

Icon Code is - fas fa-file-upload.

⭐ What does the fas fa-file-upload Icon mean?

fas fa-file-upload is the Icon code of Font Awesome File Upload.

⭐ Can we add fas fa-file-upload Icon in different sizes?

Yes, you can Icon of fas fa-file-upload in various pixels.

⭐ How to add a Blue color Font Awesome File Upload Icon?

Add the blue color File Upload icon of the font awesome by using code: fas fa-file-upload style='color: blue;'.

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

To change the File Upload icon to white color use code: fas fa-file-upload style='color: white;'.

Advertisements



Advertisements



Looking For More Icons?