The HugeIcons progress icon visually represents ongoing activity or a task in progress, commonly used to indicate loading states or completion percentages.
Common uses
- Loading spinners
- Progress bars
- Activity indicators
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ProgressIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ProgressIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- loadingspinneractivityindeterminate
FAQ
- What is the purpose of the progress icon?
- It signifies that an operation is underway and not yet complete, providing visual feedback to the user.
- How do I use the ProgressIcon in React?
- Import both HugeiconsIcon and ProgressIcon, then render <HugeiconsIcon icon={ProgressIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the progress icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.