The Heroicons folder minus icon depicts a folder with a minus sign, commonly used to indicate the removal or collapse of a folder or directory.
Common uses
- Collapsing a folder in a file tree
- Removing an item from a folder
- Deselecting a folder
Use it in React
Install
npm i @heroicons/reactImport & render
import { FolderMinusIcon } from '@heroicons/react/24/outline';
<FolderMinusIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<FolderMinusIcon className="size-6" />24/solid
<FolderMinusIcon className="size-6" />20/solid
<FolderMinusIcon className="size-6" />16/solid
<FolderMinusIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- folderminusremove foldercollapse folderfolder deletesubtract folder
FAQ
- What does the folder minus icon represent?
- It visually represents the action of removing or collapsing a folder or directory, often used in file management interfaces.
- How do I use this icon in React?
- Import it from Heroicons like this: import { FolderMinusIcon } from '@heroicons/react/24/outline'. Then use it as a React component: <FolderMinusIcon className="h-6 w-6" />.
- What is the license for this icon?
- The Heroicons library, including the folder minus icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Heroicons.