# ChessBishopIcon

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

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

## Install

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

## Usage

```tsx
import { ChessBishopIcon } from "@/components/icons/chess-bishop";

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

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

## Keywords

- chess
- bishop
- piece
- board game
- strategy
- game
- bishop
- bishop-shape
- move

## Similar icons

- [ChessKnightIcon](https://lucide-animated.com/icons/chess-knight.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)
