Clock Pixel Art Icon
An analog-clock icon for timestamps, opening hours, scheduled times, time zones and 'recent activity' history.
Tags
watchhour
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Clock icon
A round analog clock face with two hands. It is the standard mark for a specific point in time: timestamps, opening hours, scheduled events, time-zone displays, and 'recent activity' lists. Because it shows a reading rather than a duration, choose the clock for fixed times and the hourglass for countdowns. It also works well as a generic label for history or recently viewed items.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/clock.svg" width="24" height="24" alt="Clock" />
<!-- React -->
import { Clock } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="clock.svg" width="48" height="48" style="image-rendering: pixelated" />