Hourglass 2 Pixel Art Icon
An alternate hourglass icon for loading states, countdown timers, processing indicators and 'Time remaining' labels in a second style.
Tags
hourglasssandtimer
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Hourglass 2 icon
A second stylistic rendering of the hourglass, the ancient timer shape with sand flowing between two bulbs. Use it for loading or processing states when a spinning circle feels too generic, for 'Time remaining' indicators in quiz or test interfaces, or beside a countdown field in a scheduling tool. Where the first hourglass exists in your set, this variant gives designers an alternative; both communicate elapsed or remaining time with equal clarity.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/hourglass-2.svg" width="24" height="24" alt="Hourglass 2" />
<!-- React -->
import { Hourglass2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="hourglass-2.svg" width="48" height="48" style="image-rendering: pixelated" />