Human Pixel Art Icon
A full-body human silhouette icon for person-count labels, occupancy indicators, pedestrian navigation and user-presence contexts.
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Human icon
A simple upright human figure, head and body visible, representing a person at a level of detail beyond the shoulder-up user icon. Use it for occupancy or headcount labels (showing how many people are in a space), pedestrian modes on maps, a 'People' section in a wayfinding app, or a generic human-presence indicator in IoT dashboards. When you only need a face or profile badge, the user icon is more compact; this full figure suits spatial or physical contexts.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/human.svg" width="24" height="24" alt="Human" />
<!-- React -->
import { Human } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="human.svg" width="48" height="48" style="image-rendering: pixelated" />