Alarm Clock Minus Pixel Art Icon
An alarm clock with a minus for removing an alarm, decreasing a timer interval and 'Delete reminder' actions in scheduling apps.
Tags
alarmwatchhourminusremovesubtractnegative
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Alarm Clock Minus icon
An alarm clock paired with a minus sign, indicating that an alarm or reminder is being removed or that a time interval is being decremented. Place it on a 'Delete alarm' button in a clock app, beside a time-picker control that reduces minutes in steps, or on a 'Remove reminder' action in a task manager. It works as the destructive counterpart to alarm-clock-plus, and the pair can serve as the increment/decrement controls on a time-duration input.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/alarm-clock-minus.svg" width="24" height="24" alt="Alarm Clock Minus" />
<!-- React -->
import { AlarmClockMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="alarm-clock-minus.svg" width="48" height="48" style="image-rendering: pixelated" />