The Tabler progress x icon visually represents a canceled or stopped process, often used to indicate an action that has been aborted or declined.
Common uses
- Cancel ongoing operation button
- Decline request indicator
- Stop background task control
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconProgressX } from '@tabler/icons-react';
<IconProgressX size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- cancelstopabortindicatorclosestatusupdatedeclineprocessdenysystemprogressxcancel iconstop iconabort icon
FAQ
- What does the progress x icon signify?
- It signifies a process that has been stopped, canceled, or denied. It's commonly used for actions that are being aborted or have failed.
- How do I use the progress x icon in React?
- You can import and use it in your React application with: import { IconProgressX } from '@tabler/icons-react'. Then, render it like any other React component: <IconProgressX />.
- What is the license for the Tabler progress x icon?
- The Tabler icons, including progress x, 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 →