# UserRoundCogIcon

> 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 user round cog icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/user-round-cog

## Install

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

## Usage

```tsx
import { UserRoundCogIcon } from "@/components/icons/user-round-cog";

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

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

## Keywords

- user
- cog
- settings
- configuration

## Similar icons

- [CogIcon](https://lucide-animated.com/icons/cog.md)
- [FolderCogIcon](https://lucide-animated.com/icons/folder-cog.md)
- [WifiCogIcon](https://lucide-animated.com/icons/wifi-cog.md)
- [CalendarCogIcon](https://lucide-animated.com/icons/calendar-cog.md)
- [FileCogIcon](https://lucide-animated.com/icons/file-cog.md)
- [BotIcon](https://lucide-animated.com/icons/bot.md)
