The Phosphor folder simple plus icon depicts a folder with a plus sign, commonly used to represent actions like creating a new folder or adding files.
Common uses
- Button to create a new directory
- Action to add a new project folder
- UI element for adding new items to a folder
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FolderSimplePlus } from '@phosphor-icons/react';
<FolderSimplePlus size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FolderSimplePlus size={24} />thin
<FolderSimplePlus size={24} weight="thin" />light
<FolderSimplePlus size={24} weight="light" />bold
<FolderSimplePlus size={24} weight="bold" />fill
<FolderSimplePlus size={24} weight="fill" />duotone
<FolderSimplePlus size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- directorydirectoriesfilessavewriteaddnewcreate+officeeditorsystemfoldersimpleplusnew folder
FAQ
- What does the folder-simple-plus icon represent?
- It signifies the creation of new folders or the addition of items within a file system context.
- How do I use this icon in React?
- Import it as `FolderSimplePlus` from '@phosphor-icons/react' and use it as a React component.
- What is the license for this icon?
- The Phosphor icon library, including this 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 →