The HugeIcons gears icon depicts interlocking gears, commonly used to represent settings, configuration, or mechanical processes.
Common uses
- Accessing application settings
- Indicating a loading or processing state
- Representing system preferences
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GearsIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GearsIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- settingscogoptionspreferences
FAQ
- What does the gears icon typically represent?
- It usually signifies settings, configuration, or mechanical operations within an application.
- How do I use the GearsIcon in React?
- Import both HugeiconsIcon and GearsIcon, then render <HugeiconsIcon icon={GearsIcon} />.
- What is the license for this icon?
- The HugeIcons gears icon is released under the MIT license.
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 →