# SettingsIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `https://lucide-animated.com/icons/<name>.md`. An MCP server is available at `https://lucide-animated.com/mcp`.

> Animated settings icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/settings

## Install

```bash
npx shadcn@latest add "https://lucide-animated.com/r/settings.json"
```

## Usage

```tsx
import { SettingsIcon } from "@/components/icons/settings";

export function Demo() {
  return <SettingsIcon className="size-6" />;
}
```

The component animates on hover by default. All standard SVG props are forwarded.

## Keywords

- cog
- edit
- gear
- preferences

## Similar icons

- [CloudCogIcon](https://lucide-animated.com/icons/cloud-cog.md)
- [CogIcon](https://lucide-animated.com/icons/cog.md)
- [CalendarCogIcon](https://lucide-animated.com/icons/calendar-cog.md)
- [FileCogIcon](https://lucide-animated.com/icons/file-cog.md)
- [FilePenLineIcon](https://lucide-animated.com/icons/file-pen-line.md)
- [FolderCogIcon](https://lucide-animated.com/icons/folder-cog.md)
