The Phosphor folder minus icon visually represents the action of removing or deleting a folder, often used in interfaces to signify the deletion of a directory or its contents.
Common uses
- Button to delete a selected folder
- Action to remove a directory from a list
- Icon indicating a 'remove folder' option in a menu
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FolderMinus } from '@phosphor-icons/react';
<FolderMinus size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FolderMinus size={24} />thin
<FolderMinus size={24} weight="thin" />light
<FolderMinus size={24} weight="light" />bold
<FolderMinus size={24} weight="bold" />fill
<FolderMinus size={24} weight="fill" />duotone
<FolderMinus size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- directorydirectoriesfilesdeletewriteremove-officeeditorsystemfolderminusdirectory deleteremove folderfolder removedelete directory
FAQ
- What does the folder minus icon represent?
- It signifies the removal or deletion of a folder or directory. It's commonly used for actions like deleting files or emptying a folder.
- How do I use this icon in React?
- Import it from the library like so: import { FolderMinus } from '@phosphor-icons/react'. Then, you can render it as a component: <FolderMinus />.
- What is the license for this icon?
- The Phosphor icon library, including the folder minus icon, is available under the MIT license.
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 →