The Lucide map pin off icon visually represents a disabled or removed location marker, commonly used to indicate that a specific point of interest or destination is no longer active or available.
Common uses
- Disabling a saved location in a user profile.
- Showing a route destination that has been canceled.
- Indicating a point of interest that is temporarily closed.
Use it in React
Install
npm i lucide-reactImport & render
import { MapPinOff } from 'lucide-react';
<MapPinOff size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- locationwaypointmarkerremovemappinoffdisabled locationno waypointremove markerinactive pin
FAQ
- What is the map pin off icon used for?
- It signifies a location that is no longer active, available, or relevant. Use it to show removed or disabled waypoints.
- How do I use the map pin off icon in React?
- Import it from the lucide-react library like this: import { MapPinOff } from 'lucide-react'. Then use it as a component: <MapPinOff />.
- What is the license for Lucide icons?
- Lucide icons are distributed under the ISC license, which is a permissive free software license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →