Alarm Clock Off Pixel Art Icon
An alarm clock with an off indicator for silenced alarms, disabled reminders and 'Do not disturb' schedules in notification settings.
Tags
alarmwatchhouroff
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Alarm Clock Off icon
An alarm clock marked to show it is inactive or silenced. Use it to indicate that an alarm has been turned off (distinct from deleted), in a 'Do not disturb' schedule that suppresses alarms during certain hours, or beside a reminder disabled without being removed. The icon preserves the clock shape to show the entry still exists, just muted, which is more nuanced than deletion. Alarm-clock-check marks an active, confirmed alarm as its opposite.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/alarm-clock-off.svg" width="24" height="24" alt="Alarm Clock Off" />
<!-- React -->
import { AlarmClockOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="alarm-clock-off.svg" width="48" height="48" style="image-rendering: pixelated" />