The Tabler alert square rounded icon depicts a rounded square with an exclamation mark, commonly used to signify warnings, errors, or important notifications within a user interface.
Common uses
- Displaying error messages for form validation.
- Indicating a system status that requires attention.
- Notifying users of potential risks or important information.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconAlertSquareRounded } from '@tabler/icons-react';
<IconAlertSquareRounded size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconAlertSquareRounded size={24} stroke={2} />filled
<IconAlertSquareRoundedFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- warningattentioncautioninformnotifysquarealarmsignalwarnalertsystemroundedwarning iconnotification iconattention symbolerror alert
FAQ
- What is the purpose of the alert square rounded icon?
- This icon is used to draw attention to warnings, errors, or critical information that requires user awareness.
- How do I use this icon in React?
- You can import and use it in your React application with: import { IconAlertSquareRounded } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icon library, including this 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 →