# AlignCenterIcon

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

Source page: https://lucide-animated.com/icons/align-center

## Install

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

## Usage

```tsx
import { AlignCenterIcon } from "@/components/icons/align-center";

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

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

## Keywords

- text
- alignment
- center

## Similar icons

- [AlignLeftIcon](https://lucide-animated.com/icons/align-left.md)
- [AlignRightIcon](https://lucide-animated.com/icons/align-right.md)
- [AlignHorizontalIcon](https://lucide-animated.com/icons/align-horizontal.md)
- [AlignVerticalIcon](https://lucide-animated.com/icons/align-vertical.md)
- [BoldIcon](https://lucide-animated.com/icons/bold.md)
- [FileTextIcon](https://lucide-animated.com/icons/file-text.md)
