The HugeIcons pin off icon visually represents a location marker that is not currently active or selected, often used to indicate a deselected or removed location.
Common uses
- Deselecting a saved location
- Removing a pinned item from a list
- Indicating an unselected map point
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PinOffIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PinOffIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- unpinremove locationdeselect pinmap marker off
FAQ
- What does the PinOffIcon represent?
- The PinOffIcon represents a location marker that is not active or selected. It's typically used to show that a location has been deselected or removed.
- How do I use PinOffIcon in React?
- To use PinOffIcon in React, import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { PinOffIcon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={PinOffIcon} />.
- What is the license for HugeIcons?
- HugeIcons are released under the MIT license, which allows 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 →