User Pixel Art Icon
A person silhouette icon for account menus, login buttons, profile pages and any interface element that represents a single human user.
Tags
account
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 User icon
A head-and-shoulders person silhouette, the most widely used icon for a user, account, or profile. It anchors the top-right account menu in almost every web app, labels a 'Sign in' or 'My profile' link, and serves as the avatar placeholder before a photo is uploaded. Because it is so universally recognized, it rarely needs a text label in common positions. For automated or AI accounts, ai-user adds the necessary marker to distinguish bots from humans.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/user.svg" width="24" height="24" alt="User" />
<!-- React -->
import { User } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="user.svg" width="48" height="48" style="image-rendering: pixelated" />