The Heroicons user group icon depicts a silhouette of multiple people, commonly used to represent teams, communities, or a list of users.
Common uses
- Displaying team members on a profile page
- Indicating a 'manage users' or 'user roles' section
- Representing a community or group chat feature
Use it in React
Install
npm i @heroicons/reactImport & render
import { UserGroupIcon } from '@heroicons/react/24/outline';
<UserGroupIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<UserGroupIcon className="size-6" />24/solid
<UserGroupIcon className="size-6" />20/solid
<UserGroupIcon className="size-6" />16/solid
<UserGroupIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- usergrouppeopleteamuserscommunity
FAQ
- What does the user group icon represent?
- It visually represents a collection of people, such as a team, a group, or multiple users.
- How do I use this icon in React?
- Import it using `import { UserGroupIcon } from '@heroicons/react/24/outline'` and then render the component like `<UserGroupIcon />`.
- What is the license for this icon?
- The Heroicons user group icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Heroicons.
Looking for something else? Search Heroicons 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 →