Settings Cog 2 Pixel Art Icon
A second cog-style settings icon for preferences, configurations and admin panels where a distinct gear shape is needed.
Tags
settingspreferencesconfigoptionsgearcog
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Settings Cog 2 icon
A gear icon drawn with a different tooth count or diameter ratio than settings-cog, offering a visual alternative without changing meaning. Use it when your UI already uses settings-cog for one purpose and needs a distinct but thematically consistent icon for a related settings category, such as 'Advanced configuration' versus 'General settings.' For action-specific settings work, prefer settings-cog-2-plus and settings-cog-2-minus to keep the action semantics consistent.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/settings-cog-2.svg" width="24" height="24" alt="Settings Cog 2" />
<!-- React -->
import { SettingsCog2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="settings-cog-2.svg" width="48" height="48" style="image-rendering: pixelated" />