# ChessKnightIcon

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

Source page: https://lucide-animated.com/icons/chess-knight

## Install

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

## Usage

```tsx
import { ChessKnightIcon } from "@/components/icons/chess-knight";

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

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

## Keywords

- chess
- knight
- piece
- board game
- strategy
- game
- horse
- L-shape
- move

## Similar icons

- [ChessBishopIcon](https://lucide-animated.com/icons/chess-bishop.md)
- [ChessPawnIcon](https://lucide-animated.com/icons/chess-pawn.md)
- [ChessKingIcon](https://lucide-animated.com/icons/chess-king.md)
- [GripIcon](https://lucide-animated.com/icons/grip.md)
- [GripHorizontalIcon](https://lucide-animated.com/icons/grip-horizontal.md)
- [GripVerticalIcon](https://lucide-animated.com/icons/grip-vertical.md)
