The Phosphor user icon depicts a generic person silhouette, commonly used to represent user profiles, accounts, or login/logout actions in UI elements.
Common uses
- User profile avatar placeholder
- Account settings menu item
- Login/logout button indicator
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { User } from '@phosphor-icons/react';
<User size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<User size={24} />thin
<User size={24} weight="thin" />light
<User size={24} weight="light" />bold
<User size={24} weight="bold" />fill
<User size={24} weight="fill" />duotone
<User size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- people
- Keywords
- personusersprofileaccountcontactloginpeopleuser
FAQ
- What does the user icon represent?
- It represents a generic person, typically used for user-related actions or information like profiles and accounts.
- How do I use the user icon in React?
- Import it from the library and use it as a component: import { User } from '@phosphor-icons/react'; <User />.
- What is the license for this icon?
- The Phosphor icon library, including the 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 →