The HugeIcons file minus icon depicts a document with a minus sign, commonly used to represent actions like removing a file, deleting content, or subtracting an item from a list.
Common uses
- Remove file button
- Delete item confirmation
- Subtract from quantity
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FileMinusIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FileMinusIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- remove filedelete filesubtract fileremove document
FAQ
- What does the file minus icon represent?
- It signifies the removal, deletion, or subtraction of a file or item. It's used when an action results in something being taken away.
- How do I use the FileMinusIcon in React?
- Import both HugeiconsIcon and FileMinusIcon, then render it using <HugeiconsIcon icon={FileMinusIcon} />.
- What is the license for this icon?
- The FileMinusIcon is provided under the MIT license, allowing for free commercial and non-commercial use.
Related icons
The same idea in other libraries, and near matches in HugeIcons.