The HugeIcons cursor progress 03 icon depicts a cursor with a spinning progress indicator, commonly used to signify that an action is in progress or that the system is busy.
Common uses
- Loading states for buttons
- Indicating background processing
- Signaling user interaction is being handled
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CursorProgress03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CursorProgress03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- loading cursorbusy cursorspinner cursorprogress cursor
FAQ
- What does the cursor progress 03 icon represent?
- This icon represents a cursor that is actively indicating progress or a busy state, often used when an operation is underway.
- How do I use this icon in React?
- Import the icon as `CursorProgress03Icon` from '@hugeicons/core-free-icons' and render it using `<HugeiconsIcon icon={CursorProgress03Icon} />` from '@hugeicons/react'.
- What is the license for this icon?
- This icon is 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 HugeIcons.