Hourglass Pixel Art Icon
An hourglass icon for deadlines, countdowns, time limits, and pending or processing states where time is running down.
Tags
sandtimer
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Hourglass icon
An hourglass with sand falling between two chambers. It signals elapsed and remaining time rather than a fixed clock reading, which makes it the right pick for deadlines, countdowns, pending or processing states, and session timeouts. Where a clock answers 'what time is it?', the hourglass answers 'how long is left?', so use it whenever the emphasis is on waiting or a limit running down.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/hourglass.svg" width="24" height="24" alt="Hourglass" />
<!-- React -->
import { Hourglass } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="hourglass.svg" width="48" height="48" style="image-rendering: pixelated" />