The Phosphor folder user icon depicts a folder containing a user silhouette, commonly used to represent personal folders, user-specific directories, or private file storage within an application.
Common uses
- User profile directory
- Private documents folder
- My Files section
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FolderUser } from '@phosphor-icons/react';
<FolderUser size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FolderUser size={24} />thin
<FolderUser size={24} weight="thin" />light
<FolderUser size={24} weight="light" />bold
<FolderUser size={24} weight="bold" />fill
<FolderUser size={24} weight="fill" />duotone
<FolderUser size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- directorydirectoriesfilesfolderspersonalofficeeditorsystemfolderuserpersonal foldermy folderuser directoryprivate files
FAQ
- What does the folder user icon represent?
- It signifies a folder associated with a specific user, often used for personal files or user-specific data.
- How do I use this icon in React?
- Import it using `import { FolderUser } from '@phosphor-icons/react'` and then render it as a component: `<FolderUser />`.
- What is the license for this icon?
- The Phosphor icon set, including the folder-user 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 →