The Tabler alarm minus icon depicts a bell or alarm symbol with a minus sign, commonly used to represent actions like disabling notifications, reducing alarm volume, or removing an alarm.
Common uses
- Button to disable all alarms
- Control to decrease alarm threshold
- Option to remove a scheduled reminder
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconAlarmMinus } from '@tabler/icons-react';
<IconAlarmMinus size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconAlarmMinus size={24} stroke={2} />filled
<IconAlarmMinusFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- alarmbellnotificationdeleteremoveminuscontroloperationsubtractlesssystemdisable alarmremove notificationsubtract alarmalarm off
FAQ
- What does the alarm minus icon represent?
- It signifies an action related to alarms or notifications, specifically involving reduction or removal, like turning off an alarm or decreasing its intensity.
- How do I use the alarm minus icon in React?
- You can import and use it directly from the '@tabler/icons-react' library with the following import statement: `import { IconAlarmMinus } from '@tabler/icons-react'`.
- What is the license for this icon?
- The Tabler icons, including alarm minus, are distributed under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →