Alarm Clock Pixel Art Icon
An alarm clock icon for wake-up reminders, scheduled notifications, timer settings and 'Set an alarm' actions in time management apps.
Tags
alarmwatchhour
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Alarm Clock icon
A round clock face with two bells on top, the archetypal alarm clock. Use it on a 'Set alarm' button in a clock app, beside a reminder's scheduled time in a to-do list, on a 'Wake up' or 'Notification time' field, or to label an alarms section in settings. Users immediately read it as a timed alert rather than a simple clock. For a countdown rather than a fixed-time alarm, an hourglass or stopwatch icon is more precise.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/alarm-clock.svg" width="24" height="24" alt="Alarm Clock" />
<!-- React -->
import { AlarmClock } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="alarm-clock.svg" width="48" height="48" style="image-rendering: pixelated" />