# CircleGaugeIcon

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

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

Source page: https://lucide-animated.com/icons/circle-gauge

## Install

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

## Usage

```tsx
import { CircleGaugeIcon } from "@/components/icons/circle-gauge";

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

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

## Keywords

- gauge
- meter
- speed
- pressure
- measure
- circle

## Similar icons

- [GaugeIcon](https://lucide-animated.com/icons/gauge.md)
- [CircleDashedIcon](https://lucide-animated.com/icons/circle-dashed.md)
- [LoaderCircleIcon](https://lucide-animated.com/icons/loader-circle.md)
- [RabbitIcon](https://lucide-animated.com/icons/rabbit.md)
