The Lucide folder minus icon visually represents the action of removing or collapsing a directory, often used to indicate the removal of items from a folder or the closure of a folder in a file system interface.
Common uses
- Button to remove selected files from a folder
- Action to collapse a directory in a file tree
- Indicate a 'remove from folder' operation
Use it in React
Install
npm i lucide-reactImport & render
import { FolderMinus } from 'lucide-react';
<FolderMinus size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- directoryremovedeletefolderminusdirectory minusremove foldercollapse folderdelete directory
FAQ
- What does the folder minus icon signify?
- It signifies the removal or collapsing of a folder or directory. It's commonly used for actions like deleting items or closing a folder view.
- How do I use the folder minus icon in React?
- You can import and use it like this: import { FolderMinus } from 'lucide-react'. Then render it as <FolderMinus />.
- What is the license for this icon?
- The folder minus icon is part of the Lucide library and is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →