The HugeIcons location remove 02 icon depicts a map pin with a minus sign, commonly used to indicate the removal or deletion of a location.
Common uses
- Removing a saved address from a user profile.
- Deleting a point of interest from a map.
- Canceling a selected delivery location.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LocationRemove02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LocationRemove02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- map pin deletelocation minusremove pindelete location
FAQ
- What is this icon used for?
- This icon is used to represent the action of removing or deleting a location. It's suitable for buttons or list items where a user can remove a location.
- How do I use this icon in React?
- Import the icon and use it with the Hugeicons component: import { LocationRemove02Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={LocationRemove02Icon} />.
- What is the license for this icon?
- This icon is provided 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 →