# CompassIcon

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

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

## Install

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

## Usage

```tsx
import { CompassIcon } from "@/components/icons/compass";

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

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

## Keywords

- direction
- navigation
- north
- south
- east
- west
- compass

## Similar icons

- [ArrowDownIcon](https://lucide-animated.com/icons/arrow-down.md)
- [ArrowLeftIcon](https://lucide-animated.com/icons/arrow-left.md)
- [ArrowRightIcon](https://lucide-animated.com/icons/arrow-right.md)
- [ArrowUpIcon](https://lucide-animated.com/icons/arrow-up.md)
- [ArrowBigDownIcon](https://lucide-animated.com/icons/arrow-big-down.md)
- [ArrowBigDownDashIcon](https://lucide-animated.com/icons/arrow-big-down-dash.md)
