Font Awesome Bookmark Icon (Favourite, Mark, Save )

The Font Awesome bookmark icon is a symbol associated with favorites, marks, and saves. It is used with the class name 'fa fa-bookmark'. If you want to customize its color or size, use the TryIt editor.

Fontawesome Version 4.X

bookmark

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

bookmark

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

bookmark

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

bookmark

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

bookmark

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


Fontawesome Version 5.X

bookmark

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

bookmark

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

bookmark

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

bookmark

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

bookmark

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

Fontawesome Version 6.X

bookmark

Web

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

React

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

Vue

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

bookmark

Web

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

React

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

Vue

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

bookmark

Web

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

React

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

Vue

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

bookmark

Web

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

React

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

Vue

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

bookmark

Web

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

React

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

Vue

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

FA Regular bookmark Version 6.X

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

How to add Font Awesome bookmark Icon ?

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

HTML Code

Get complete html code for icon bookmark

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

Tags

favourite,mark,star,save,flag,pin,label ,pointer

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

 

 

Bookmark Icon Font Awesome - FAQs

⭐What is the Font Awesome Bookmark Icon code?

Icon Code is - fa fa-bookmark.

⭐ What does the fa fa-bookmark Icon mean?

fa fa-bookmark is the Icon code of Font Awesome Bookmark.

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

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

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

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

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

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

Advertisements



Advertisements



Looking For More Icons?