The Phosphor folders icon depicts a stack of two folders, commonly used to represent organizational structures for files and directories in user interfaces.
Common uses
- File explorer navigation
- Document management systems
- Project directory listing
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Folders } from '@phosphor-icons/react';
<Folders size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Folders size={24} />thin
<Folders size={24} weight="thin" />light
<Folders size={24} weight="light" />bold
<Folders size={24} weight="bold" />fill
<Folders size={24} weight="fill" />duotone
<Folders size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- directorydirectoriesfilesfolderscopycopiedduplicatedofficeeditorsystemarchivestorage
FAQ
- What does the folders icon represent?
- It represents a collection of files or documents, often used to signify a directory or a storage location.
- How do I use the folders icon in React?
- Import it using `import { Folders } from '@phosphor-icons/react'` and then use it as a React component: `<Folders />`.
- What is the license for the Phosphor folders icon?
- The Phosphor icon library, including the folders 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 →