The Phosphor users three icon depicts a group of three distinct user profiles, commonly used to represent team members, a small community, or multiple accounts in a user interface.
Common uses
- Displaying team members on a project page.
- Indicating a group chat or shared access.
- Representing multiple user accounts or profiles.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { UsersThree } from '@phosphor-icons/react';
<UsersThree size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<UsersThree size={24} />thin
<UsersThree size={24} weight="thin" />light
<UsersThree size={24} weight="light" />bold
<UsersThree size={24} weight="bold" />fill
<UsersThree size={24} weight="fill" />duotone
<UsersThree size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- people
- Keywords
- usergroupteamcommunitypeopleprofilesaccountscontactsusersthree
FAQ
- What does the users three icon represent?
- It visually signifies a group of three individuals or user profiles, suitable for representing small teams, communities, or multiple accounts.
- How do I use the users three icon in React?
- You can import and use it in your React application like this: import { UsersThree } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the users three 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 →