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

Advertisements



Advertisements



Looking For More Icons?