Hand Pixel Art Icon
An open hand icon for stop gestures, accessibility interactions, touch-mode indicators and 'Raise hand' or 'Pause' actions.
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Hand icon
An open flat hand facing forward, a universal human gesture. In interfaces it is used for a 'Stop' or 'Pause' signal, a 'Raise hand' button in video conferencing tools, a 'Do not disturb' indicator, or a touch or drag mode cursor in design software. Its open posture reads as friendly or cautionary depending on context. If the intent is dragging or grabbing an object on screen, the hand-grab icon with its closed-fist pose communicates that action more precisely.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/hand.svg" width="24" height="24" alt="Hand" />
<!-- React -->
import { Hand } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="hand.svg" width="48" height="48" style="image-rendering: pixelated" />