# ChessKingIcon

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

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

## Install

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

## Usage

```tsx
import { ChessKingIcon } from "@/components/icons/chess-king";

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

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

## Keywords

- chess
- king
- piece
- board game
- strategy
- game
- checkmate
- royal
- crown

## Similar icons

- [ChessBishopIcon](https://lucide-animated.com/icons/chess-bishop.md)
- [ChessKnightIcon](https://lucide-animated.com/icons/chess-knight.md)
- [ChessPawnIcon](https://lucide-animated.com/icons/chess-pawn.md)
