The HugeIcons pathfinder exclude icon visually represents the exclusion of an area or element, commonly used in design tools or interfaces to denote a 'not allowed' or 'removed' region.
Common uses
- Excluding a selection in a graphics editor
- Marking a disabled or blocked area
- Indicating a negative selection
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PathfinderExcludeIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PathfinderExcludeIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- excluderemovesubtractnot allowed
FAQ
- What is the Pathfinder Exclude icon used for?
- It signifies the exclusion or removal of a specific area or element, often seen in vector editing software or UI elements where a region needs to be marked as excluded.
- How do I use the Pathfinder Exclude icon in React?
- Import both HugeiconsIcon and PathfinderExcludeIcon, then render the icon using <HugeiconsIcon icon={PathfinderExcludeIcon} />.
- What is the license for this icon?
- The Pathfinder Exclude icon from HugeIcons is available under the MIT license.
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 →