The HugeIcons cursor progress 02 icon depicts a cursor with a spinning progress indicator, commonly used to signify that an action is in progress and the system is busy.
Common uses
- Loading state for a button click
- Indicate background processing
- User is waiting for a response
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CursorProgress02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CursorProgress02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- loading cursorbusy cursorspinner cursorwaiting cursor
FAQ
- What does the cursor progress 02 icon represent?
- This icon represents a cursor indicating an ongoing process or loading state, showing the user that an action is being performed and they need to wait.
- How do I use the CursorProgress02Icon in React?
- Import both HugeiconsIcon and CursorProgress02Icon from their respective packages, then render the icon using the <HugeiconsIcon icon={CursorProgress02Icon} /> component.
- What is the license for this icon?
- The HugeIcons cursor progress 02 icon is available 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 HugeIcons.
Looking for something else? Search HugeIcons 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 →