Font Awesome Book Open Icon (Literature, Education, Knowledge)

The Font Awesome Book Open icon, also known as 'fa fa-book-open,' is associated with literature, education, and the pursuit of knowledge. This icon represents an open book, inviting readers to learn. To implement this icon on your website, use the class 'fas fa-book-open.


Fontawesome Version 5.X

book open

<i class='fas fa-book-open'></i>

book open

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

book open

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

book open

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

book open

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

Fontawesome Version 6.X

book open

Web

<i class='fa-solid fa-book-open'></i>

React

<FontAwesomeIcon icon="fa-solid fa-book-open" />

Vue

<font-awesome-icon icon="fa-solid fa-book-open" />

book open

Web

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

React

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

Vue

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

book open

Web

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

React

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

Vue

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

book open

Web

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

React

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

Vue

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

book open

Web

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

React

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

Vue

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

How to add Font Awesome book open Icon ?

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

HTML Code

Get complete html code for icon book open

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

Tags

Reading,Literature,Education,Knowledge,Library,Study,Bookshelf

Change Font Awesome Icon Book open 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-book-open blue-color'></i> <i class='fas fa-book-open green-color'></i> <i class='fas fa-book-open teal-color'></i> <i class='fas fa-book-open yellow-color'></i> <i class='fas fa-book-open 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">            
            
Related Icons

Book Open Icon Font Awesome - FAQs

⭐What is the Font Awesome Book Open Icon code?

Icon Code is - fas fa-book-open.

⭐ What does the fas fa-book-open Icon mean?

fas fa-book-open is the Icon code of Font Awesome Book Open.

⭐ Can we add fas fa-book-open Icon in different sizes?

Yes, you can Icon of fas fa-book-open in various pixels.

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

Add the blue color Book Open icon of the font awesome by using code: fas fa-book-open style='color: blue;'.

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

To change the Book Open icon to white color use code: fas fa-book-open style='color: white;'.

Advertisements



Advertisements



Looking For More Icons?