Font Awesome Gift Icon (Package, Present, Giftbox)

The Font Awesome gift icon is associated with packages, gift boxes, and presents. It's also recognized by the class name 'fa fa-gift'. You can also change the gift icon's color, font size, style, and animation in the 'Try it' editor

Fontawesome Version 4.X

gift

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

gift

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

gift

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

gift

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

gift

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


Fontawesome Version 5.X

gift

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

gift

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

gift

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

gift

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

gift

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

Fontawesome Version 6.X

gift

Web

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

React

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

Vue

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

gift

Web

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

React

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

Vue

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

gift

Web

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

React

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

Vue

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

gift

Web

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

React

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

Vue

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

gift

Web

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

React

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

Vue

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

How to add Font Awesome gift Icon ?

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

HTML Code

Get complete html code for icon gift

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

Tags

package,present,coupon,gift box

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

 

Gift Icon Font Awesome - FAQs

⭐What is the Font Awesome Gift Icon code?

Icon Code is - fa fa-gift.

⭐ What does the fa fa-gift Icon mean?

fa fa-gift is the Icon code of Font Awesome Gift.

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

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

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

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

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

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

Advertisements



Advertisements



Looking For More Icons?