The HugeIcons folder remove icon visually represents the action of deleting or removing a folder, commonly used in interfaces to signify an operation that will discard a folder and its contents.
Common uses
- Delete folder button
- Remove directory action
- Clear folder contents
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FolderRemoveIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FolderRemoveIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- delete folderremove directorytrash folderempty folder
FAQ
- What does the folder remove icon represent?
- This icon represents the action of deleting or removing a folder. It's typically used for buttons or actions that will permanently discard a folder and its contents.
- How do I use the FolderRemoveIcon in React?
- Import both HugeiconsIcon and FolderRemoveIcon, then render it using <HugeiconsIcon icon={FolderRemoveIcon} />. Ensure you have '@hugeicons/react' and '@hugeicons/core-free-icons' installed.
- What is the license for this icon?
- The FolderRemoveIcon is part of the HugeIcons library and is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →