The HugeIcons progress 04 icon depicts a circular progress bar with a segment indicating completion, commonly used to show the status of an ongoing process or task.
Common uses
- Loading spinners
- Upload/download progress
- Task completion indicators
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Progress04Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Progress04Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- loadingspinnerprogress barindeterminate
FAQ
- What does the Progress04 icon represent?
- It visually represents a portion of a task or process that has been completed, often used for loading or progress indicators.
- How do I use the Progress04 icon in React?
- Import it using `import { Progress04Icon } from '@hugeicons/core-free-icons';` and render it with `<HugeiconsIcon icon={Progress04Icon} />`.
- What is the license for this icon?
- The HugeIcons progress 04 icon is released under the MIT license.
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 →