The Tabler map pin icon visually represents a location marker, commonly used in user interfaces to indicate a specific point on a map or a designated address.
Common uses
- Displaying user's current location on a map.
- Marking points of interest in a travel app.
- Indicating the delivery address on an order summary.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconMapPin } from '@tabler/icons-react';
<IconMapPin size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconMapPin size={24} stroke={2} />filled
<IconMapPinFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Map
- Keywords
- navigationlocationtravelpinpositionmarkermapattachfixmarklocation markermap markerpin iconposition marker
FAQ
- What is the map pin icon used for?
- It's used to signify a geographical location, such as an address, a point of interest, or a user's current position on a map interface.
- How do I use the map pin icon in React?
- You can import and use it directly with the following statement: import { IconMapPin } from '@tabler/icons-react'.
- What is the license for the Tabler map pin icon?
- The Tabler icon library, including the map pin icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →