Font Awesome Folder Open O Icon - (Directory, File )

The Font Awesome Folder Open O icon, also known as fa-folder-open-o, is a representation of an open folder or directory. This icon is used to indicate file management, document organization, or access to stored content in a cloud storage application, or a project management tool. We can use this icon by class name fa fa-folder-open.

Fontawesome Version 4.X

folder open o

<i class='fa fa-folder-open-o'></i>

folder open o

<i class='fa fa-folder-open-o' style='color: white'></i>

folder open o

<i class='fa fa-folder-open-o' style='color: red'></i>

folder open o

<i class='fa fa-folder-open-o' style='color: blue'></i>

folder open o

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

How to add Font Awesome folder open o Icon ?

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

HTML Code

Get complete html code for icon folder open o

                    
                    <!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-folder-open-o'></i>
                        </body>
                    </html>                    

Tags

directory ,file

Change Font Awesome Icon Folder open o 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-folder-open-o blue-color'></i> <i class='fa fa-folder-open-o green-color'></i> <i class='fa fa-folder-open-o teal-color'></i> <i class='fa fa-folder-open-o yellow-color'></i> <i class='fa fa-folder-open-o 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

Folder Open O Icon Font Awesome - FAQs

⭐What is the Font Awesome Folder Open O Icon code?

Icon Code is - fa fa-folder-open-o.

⭐ What does the fa fa-folder-open-o Icon mean?

fa fa-folder-open-o is the Icon code of Font Awesome Folder Open O.

⭐ Can we add fa fa-folder-open-o Icon in different sizes?

Yes, you can Icon of fa fa-folder-open-o in various pixels.

⭐ How to add a Blue color Font Awesome Folder Open O Icon?

Add the blue color Folder Open O icon of the font awesome by using code: fa fa-folder-open-o style='color: blue;'.

⭐ How to make white color icon of a Font Awesome Folder Open O?

To change the Folder Open O icon to white color use code: fa fa-folder-open-o style='color: white;'.

Advertisements



Advertisements



Looking For More Icons?