John KuehJohn Kueh

folder icon

Phosphor · folder · MIT

Download SVG

The Phosphor folder icon depicts a stylized folder, commonly used in user interfaces to represent directories, file storage, or organizational units.

Common uses

  • Representing a directory in a file explorer.
  • Indicating a category or section in a settings menu.
  • Button to open or manage a collection of items.

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { Folder } from '@phosphor-icons/react';

<Folder size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<Folder size={24} />
thin
<Folder size={24} weight="thin" />
light
<Folder size={24} weight="light" />
bold
<Folder size={24} weight="bold" />
fill
<Folder size={24} weight="fill" />
duotone
<Folder size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
office
Keywords
directorydirectoriesfilesfoldersofficeeditorsystemfolderstoragecontainer

FAQ

What is the folder icon used for?
It represents a directory or a container for files and other folders. It's used for organization and navigation within file systems or application data.
How do I use the folder icon in React?
You can import it directly from the library like this: import { Folder } from '@phosphor-icons/react'. Then use it as a component: <Folder size={24} />.
What is the license for the Phosphor folder icon?
The Phosphor icon library, including the folder 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 →