The Tabler urgent icon depicts a triangle with an exclamation mark, commonly used to signify critical alerts or important notifications within a user interface.
Common uses
- Displaying critical system error messages.
- Highlighting high-priority tasks in a dashboard.
- Indicating an immediate action required from the user.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconUrgent } from '@tabler/icons-react';
<IconUrgent size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- alertimportanturgentdesignsystemalert iconexclamation iconwarning iconimportant icon
FAQ
- What is the purpose of the urgent icon?
- The urgent icon is used to draw attention to critical information, alerts, or actions that require immediate user attention.
- How do I use the urgent icon in React?
- You can import and use the urgent icon in React with the following statement: `import { IconUrgent } from '@tabler/icons-react'`.
- What is the license for the Tabler urgent icon?
- The Tabler urgent icon is distributed under the MIT license.