The Phosphor map pin icon visually represents a geographical location and is commonly used in user interfaces to indicate points of interest, addresses, or the current position on a map.
Common uses
- Displaying a user's current location on a map.
- Marking the location of a business or point of interest.
- Indicating a destination in navigation apps.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { MapPin } from '@phosphor-icons/react';
<MapPin size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<MapPin size={24} />thin
<MapPin size={24} weight="thin" />light
<MapPin size={24} weight="light" />bold
<MapPin size={24} weight="bold" />fill
<MapPin size={24} weight="fill" />duotone
<MapPin size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- mapsplacesmarkerspinslocationspoipoint of interestmaps & travelmappinlocation markermap markergps pinaddress marker
FAQ
- What is the map pin icon used for?
- It's used to denote specific geographical locations, such as addresses, points of interest, or current positions on a map interface.
- How do I use the map pin icon in React?
- Import it from the library like so: import { MapPin } from '@phosphor-icons/react'. Then use it as a React component: <MapPin />.
- What is the license for the Phosphor map pin icon?
- The Phosphor 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 Phosphor.
Looking for something else? Search Phosphor 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 →