The Phosphor map pin simple line icon visually represents a location marker, commonly used in user interfaces to indicate a specific place on a map or a point of interest.
Common uses
- Displaying the current user location on a map.
- Marking a business or landmark on a map view.
- Indicating a destination in a travel or navigation app.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { MapPinSimpleLine } from '@phosphor-icons/react';
<MapPinSimpleLine size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<MapPinSimpleLine size={24} />thin
<MapPinSimpleLine size={24} weight="thin" />light
<MapPinSimpleLine size={24} weight="light" />bold
<MapPinSimpleLine size={24} weight="bold" />fill
<MapPinSimpleLine size={24} weight="fill" />duotone
<MapPinSimpleLine size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- *new*mapsplacesmarkerspinslocationspoipoint of interestmaps & travelmappinsimplelinelocation markermap markerplace marker
FAQ
- What is the map pin simple line icon used for?
- This icon is used to represent a specific geographic location, such as a point of interest, a user's current position, or a destination on a map.
- How do I use the map pin simple line icon in React?
- You can import and use it in your React application with: import { MapPinSimpleLine } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the map pin simple line 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 →