# AlignHorizontalIcon

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

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

## Install

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

## Usage

```tsx
import { AlignHorizontalIcon } from "@/components/icons/align-horizontal";

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

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

## Keywords

- center
- items
- flex
- justify
- distribute
- between

## Similar icons

- [AlignVerticalIcon](https://lucide-animated.com/icons/align-vertical.md)
- [AlignCenterIcon](https://lucide-animated.com/icons/align-center.md)
- [CartIcon](https://lucide-animated.com/icons/cart.md)
