Font Awesome Map Icon

Font Awesome Map Icon is used to Represent location, Area. This has 3 version such that fa fa-map for version 4, fas fa-map for version 5 and fa-solid fa-map for version 6. if you want to edit or customize this icon use tryit editor to change color, size etc.

Fontawesome Version 4.X

map

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

map

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

map

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

map

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

map

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


Fontawesome Version 5.X

map

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

map

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

map

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

map

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

map

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

Fontawesome Version 6.X

map

Web

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

React

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

Vue

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

map

Web

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

React

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

Vue

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

map

Web

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

React

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

Vue

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

map

Web

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

React

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

Vue

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

map

Web

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

React

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

Vue

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

FA Regular map Version 6.X

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

How to add Font Awesome map Icon ?

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

HTML Code

Get complete html code for icon map

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

Tags

plan,chart,survey

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

Map Icon Font Awesome - FAQs

⭐What is the Font Awesome Map Icon code?

Icon Code is - fa fa-map.

⭐ What does the fa fa-map Icon mean?

fa fa-map is the Icon code of Font Awesome Map.

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

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

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

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

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

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

Advertisements



Advertisements



Looking For More Icons?