The HugeIcons folder add icon visually represents the action of adding a new folder or creating a new directory, commonly used in file management interfaces.
Common uses
- Button to create a new folder
- Menu item for 'New Folder' action
- Indicator for adding content to a directory
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FolderAddIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FolderAddIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- new foldercreate folderadd directoryfolder plus
FAQ
- What does the folder add icon signify?
- It signifies the creation of a new folder or directory. It's used in UIs to prompt users to add new organizational units for files.
- How do I use the FolderAddIcon in React?
- Import both HugeiconsIcon and FolderAddIcon, then render it using <HugeiconsIcon icon={FolderAddIcon} />. Ensure you have @hugeicons/react and @hugeicons/core-free-icons installed.
- What is the license for this icon?
- This icon is released 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 HugeIcons.