The HugeIcons setting done 04 icon depicts a completed configuration or a successfully applied setting, commonly used to indicate that a process or task related to settings has been finished.
Common uses
- Confirming successful application of user preferences.
- Indicating a completed setup or configuration wizard step.
- Signaling the successful saving of system or application settings.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SettingDone04Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SettingDone04Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- settings completeconfiguration successtask donecheck settings
FAQ
- What does the SettingDone04Icon represent?
- This icon represents a completed setting or a successfully applied configuration. It's used to visually confirm that a settings-related action has been finished.
- How do I use SettingDone04Icon in a React project?
- Import the icon and the Hugeicons wrapper, then render it like this: import { HugeiconsIcon } from '@hugeicons/react'; import { SettingDone04Icon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={SettingDone04Icon} />.
- What is the license for this icon?
- The SettingDone04Icon is part of the HugeIcons library, which 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 →