The HugeIcons pen tool minus icon depicts the action of removing or subtracting an element, often used to signify deleting a path or point in vector editing tools.
Common uses
- Delete selected path point
- Remove element from vector shape
- Subtract from drawing
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PenToolMinusIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PenToolMinusIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- delete pathremove pointvector subtractedit minus
FAQ
- What does the pen tool minus icon represent?
- This icon represents the action of removing or subtracting an element, commonly used in design software for deleting parts of a vector path or shape.
- How do I use the PenToolMinusIcon in React?
- Import both HugeiconsIcon and PenToolMinusIcon, then render the icon using the code: <HugeiconsIcon icon={PenToolMinusIcon} />.
- What is the license for this icon?
- The HugeIcons pen tool minus icon is released under the MIT license, allowing for free usage 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 →