The HugeIcons map pin minus icon visually represents the removal or deselection of a location on a map, often used to indicate an action to remove a pin or a point of interest.
Common uses
- Removing a saved location from a list
- Deselecting a point on a map interface
- Canceling a location selection
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MapPinMinusIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MapPinMinusIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- remove locationdelete map markerunpinmap point remove
FAQ
- What does the map pin minus icon signify?
- This icon signifies the action of removing or deselecting a map location. It's commonly used when a user wants to take away a previously marked point.
- How do I use the MapPinMinusIcon in React?
- Import both HugeiconsIcon and MapPinMinusIcon from their respective packages, then render the icon using the <HugeiconsIcon icon={MapPinMinusIcon} /> component.
- What is the license for this icon?
- The HugeIcons map pin minus icon is distributed under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →