The Tabler exclamation circle icon depicts a common symbol for warnings, errors, or important alerts within a system interface.
Common uses
- Displaying error messages next to form fields.
- Indicating a system status that requires attention.
- Highlighting important user notifications.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconExclamationCircle } from '@tabler/icons-react';
<IconExclamationCircle size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconExclamationCircle size={24} stroke={2} />filled
<IconExclamationCircleFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- warningerrorshapecautionalertexclamationcircleroundcircularimportantsystemwarning iconalert iconerror symbolcaution sign
FAQ
- What is the exclamation circle icon used for?
- It's primarily used to signify warnings, errors, or critical alerts in user interfaces to draw attention to important information.
- How do I use this icon in React?
- You can import and use it directly with the Tabler icons React library using: `import { IconExclamationCircle } from '@tabler/icons-react'`.
- What is the license for this icon?
- The Tabler icon library, including the exclamation circle icon, is distributed 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 →