# KeyboardIcon

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

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

## Install

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

## Usage

```tsx
import { KeyboardIcon } from "@/components/icons/keyboard";

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

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

## Keywords

- keyboard
- input
- text
- type
- input method

## Similar icons

- [AlignCenterIcon](https://lucide-animated.com/icons/align-center.md)
- [AlignLeftIcon](https://lucide-animated.com/icons/align-left.md)
- [AlignRightIcon](https://lucide-animated.com/icons/align-right.md)
- [BoldIcon](https://lucide-animated.com/icons/bold.md)
- [FileTextIcon](https://lucide-animated.com/icons/file-text.md)
- [FolderInputIcon](https://lucide-animated.com/icons/folder-input.md)
