The HugeIcons cog icon depicts a gear or wheel, commonly used to represent settings, configuration, or options within a user interface.
Common uses
- Accessing application settings
- Opening a configuration modal
- Indicating an administrative panel
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CogIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CogIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- gearsettingsoptionsconfiguration
FAQ
- What does the cog icon represent?
- It represents settings, configuration, or options, often used for accessing administrative or customization features.
- How do I use the CogIcon in React?
- Import both HugeiconsIcon and CogIcon, then render <HugeiconsIcon icon={CogIcon} />.
- What is the license for this icon?
- The HugeIcons cog icon is released under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.