Font Awesome Envelope (Message, Mail, Letter, Gmail)

The Font Awesome Envelope Icon refers to a secure electronic data container used to protect a message through encryption and data authentication. The Font Awesome Envelope Icon is also known as 'fa-Envelope' and has three versions: 'fa fa envelope' for version 4, 'fas fa envelope' for version 5, and 'fa-solid fa envelope' for version 5. The Font Awesome Envelope also symbolizes Message, Notice, Mail, Letter, Gmail, and Email

Fontawesome Version 4.X

envelope

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

envelope

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

envelope

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

envelope

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

envelope

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


Fontawesome Version 5.X

envelope

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

envelope

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

envelope

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

envelope

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

envelope

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

Fontawesome Version 6.X

envelope

Web

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

React

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

Vue

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

envelope

Web

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

React

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

Vue

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

envelope

Web

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

React

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

Vue

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

envelope

Web

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

React

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

Vue

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

envelope

Web

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

React

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

Vue

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

FA Regular envelope Version 6.X

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

How to add Font Awesome envelope Icon ?

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

HTML Code

Get complete html code for icon envelope

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

Tags

wrapper,wrapping,wrap,sleeve,cover,covering,casing,case,message,notice,Mail,Letter,Gmail,Email

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

Envelope Icon Font Awesome - FAQs

⭐What is the Font Awesome Envelope Icon code?

Icon Code is - fa fa-envelope.

⭐ What does the fa fa-envelope Icon mean?

fa fa-envelope is the Icon code of Font Awesome Envelope.

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

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

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

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

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

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

Advertisements



Advertisements



Looking For More Icons?