The Tabler alarm plus icon depicts a bell with a plus sign, commonly used to represent adding a new alarm, setting a notification, or increasing a system control.
Common uses
- Add new alarm button
- Set reminder notification
- Increase system alert level
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconAlarmPlus } from '@tabler/icons-react';
<IconAlarmPlus size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconAlarmPlus size={24} stroke={2} />filled
<IconAlarmPlusFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- alarmbellnotificationaddnewpluscontroloperationmoreincreasesystemadd alarmnew notificationset alertplus bell
FAQ
- What does the alarm plus icon represent?
- It signifies the action of adding a new alarm or notification, or increasing a system's alert or control setting.
- How do I use this icon in React?
- Import it using `import { IconAlarmPlus } from '@tabler/icons-react';` and then use it as a React component: `<IconAlarmPlus />`.
- What is the license for this icon?
- The Tabler icons, including alarm-plus, are available under the MIT license.
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 →