The Phosphor file minus icon depicts a document with a minus sign, commonly used to represent actions like removing a file, deleting content, or indicating a subtraction operation within an editor.
Common uses
- Button to delete a selected file
- Action to remove an item from a list
- Indicator for a negative value in a document context
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FileMinus } from '@phosphor-icons/react';
<FileMinus size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FileMinus size={24} />thin
<FileMinus size={24} weight="thin" />light
<FileMinus size={24} weight="light" />bold
<FileMinus size={24} weight="bold" />fill
<FileMinus size={24} weight="fill" />duotone
<FileMinus size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- documentsfilesdeletewriteremove-officeeditorfileminusdocument removefile deleteremove filesubtract document
FAQ
- What does the file minus icon represent?
- It visually signifies the removal or deletion of a file or document, or a subtraction action within an interface.
- How do I use the file minus icon in React?
- Import it from the library and use it as a component: import { FileMinus } from '@phosphor-icons/react'; <FileMinus />
- What is the license for Phosphor icons?
- Phosphor icons are distributed 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 Phosphor.
Looking for something else? Search Phosphor 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 →