The Phosphor users icon depicts a group of people and is commonly used to represent features related to user accounts, teams, or general group management in a user interface.
Common uses
- User profile list
- Team member management
- Account settings section
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Users } from '@phosphor-icons/react';
<Users size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Users size={24} />thin
<Users size={24} weight="thin" />light
<Users size={24} weight="light" />bold
<Users size={24} weight="bold" />fill
<Users size={24} weight="fill" />duotone
<Users size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- people
- Keywords
- usergroupteampeopleprofilesaccountscontactsusers
FAQ
- What does the users icon represent?
- It represents a group of people, typically used for features involving multiple users, teams, or accounts.
- How do I use the users icon in React?
- You can import it as Users from '@phosphor-icons/react' and use it like: <Users />.
- What is the license for the Phosphor users icon?
- The Phosphor icon library, including the users 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 →