Users Pixel Art Icon
A two-person icon for teams, member lists, follower counts, shared access and community features.
Tags
peoplegroupteam
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Users icon
Two overlapping person silhouettes. The plural form is the standard icon for groups: a team or members page, a 'shared with' list, follower and audience counts, or community features. A single-person icon means one account or profile, so use users whenever more than one person is involved, whether managing a team, an organization's roster, or a group conversation.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/users.svg" width="24" height="24" alt="Users" />
<!-- React -->
import { Users } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="users.svg" width="48" height="48" style="image-rendering: pixelated" />