The Tabler loader icon visually represents an ongoing process, commonly used to indicate that data is being fetched, uploaded, or processed in the background.
Common uses
- Displaying during API calls
- Indicating background data synchronization
- Showing progress for file uploads/downloads
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconLoader } from '@tabler/icons-react';
<IconLoader size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- processdownloaduploadloaderloadingcontroloperationfunctioninterfacemanagementsystemspinnerprogresswaitingactivity
FAQ
- What is the purpose of the loader icon?
- It signifies that an operation is in progress and the user should wait. This prevents users from interacting with an interface that is not yet ready.
- How do I use the loader icon in React?
- You can import and use it directly with: import { IconLoader } from '@tabler/icons-react'. Then render it as <IconLoader />.
- What is the license for the Tabler loader icon?
- The Tabler icons, including the loader icon, 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 →