Font Awesome Map Location Icon (Marker, Waypoint, Position)

The Font Awesome Map Location Icon is used indicate Marker, Waypoint, Position. This icon avaiable in version 6 that can be access by class name : fa-solid fa-map-location. It used represents Navigation point, Location indicator.also You Can Learn how to change its color, size, style and animation by using tryit editor.

Fontawesome Version 6.X

map location

Web

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

React

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

Vue

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

map location

Web

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

React

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

Vue

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

map location

Web

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

React

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

Vue

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

map location

Web

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

React

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

Vue

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

map location

Web

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

React

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

Vue

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

How to add Font Awesome map location Icon ?

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

HTML Code

Get complete html code for icon map location

                    
                    <!DOCTYPE html>
                    <html>
                        <head>
                        <title>Page Title</title>
                        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"  crossorigin="anonymous" referrerpolicy="no-referrer" />
                       </head>
                        <body>
                        <i class='fa-solid fa-map-location'></i>
                        </body>
                    </html>                    

Tags

Pin,Waypoint,Position,Destination,Marker

Change Font Awesome Icon Map location 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-solid fa-map-location blue-color'></i> <i class='fa-solid fa-map-location green-color'></i> <i class='fa-solid fa-map-location teal-color'></i> <i class='fa-solid fa-map-location yellow-color'></i> <i class='fa-solid fa-map-location 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/6.5.1/css/all.min.css"  crossorigin="anonymous" referrerpolicy="no-referrer" />            
            
Related Icons

Map Location Icon Font Awesome - FAQs

⭐What is the Font Awesome Map Location Icon code?

Icon Code is - fa-solid fa-map-location.

⭐ What does the fa-solid fa-map-location Icon mean?

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

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

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

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

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

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

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

Advertisements



Advertisements



Looking For More Icons?