The Lucide alarm clock minus icon visually represents the action of removing or disabling an alarm, commonly used in interfaces to signify turning off or deleting a scheduled alert.
Common uses
- Button to disable an alarm
- Option to delete a timer
- Interface element for snooze cancellation
Use it in React
Install
npm i lucide-reactImport & render
import { AlarmClockMinus } from 'lucide-react';
<AlarmClockMinus size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- removealarmclockminusremove alarmdisable clockdelete timercancel alert
FAQ
- What does the alarm clock minus icon signify?
- This icon signifies the removal or deactivation of an alarm or timer. It's used when a user wants to stop a scheduled alert.
- How do I use the alarm clock minus icon in React?
- You can import and use it in your React application like this: import { AlarmClockMinus } from 'lucide-react'. Then, render it as a component: <AlarmClockMinus />.
- What is the license for Lucide icons?
- Lucide icons, including the alarm clock minus icon, are distributed under the ISC license, which is a permissive open-source license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →