The Phosphor map pin simple area icon visually represents a geographical area with a pin marker, commonly used in user interfaces to denote a specific location or region of interest on a map.
Common uses
- Indicating a user's current location on a map.
- Marking a destination for navigation.
- Highlighting points of interest in a travel app.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { MapPinSimpleArea } from '@phosphor-icons/react';
<MapPinSimpleArea size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<MapPinSimpleArea size={24} />thin
<MapPinSimpleArea size={24} weight="thin" />light
<MapPinSimpleArea size={24} weight="light" />bold
<MapPinSimpleArea size={24} weight="bold" />fill
<MapPinSimpleArea size={24} weight="fill" />duotone
<MapPinSimpleArea 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 & travelmappinsimplearealocation markermap markerarea pin
FAQ
- What is the map pin simple area icon used for?
- It's used to show a specific location or area on a map within a user interface. This could be a point of interest, a destination, or a region.
- How do I use this icon in React?
- You can import and use it directly in your React components like this: import { MapPinSimpleArea } from '@phosphor-icons/react'. Then, render it as <MapPinSimpleArea size={32} />.
- What is the license for this icon?
- The Phosphor icon library, including the map pin simple area 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 →