# GalleryHorizontalEndIcon

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

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

## Install

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

## Usage

```tsx
import { GalleryHorizontalEndIcon } from "@/components/icons/gallery-horizontal-end";

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

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

## Keywords

- gallery
- horizontal
- end
- last
- carousel
- pictures
- images
- scroll
- swipe
- album
- portfolio
- history
- versions
- backup
- time machine

## Similar icons

- [GalleryVerticalEndIcon](https://lucide-animated.com/icons/gallery-vertical-end.md)
- [GalleryThumbnailsIcon](https://lucide-animated.com/icons/gallery-thumbnails.md)
- [SquareStackIcon](https://lucide-animated.com/icons/square-stack.md)
- [FileStackIcon](https://lucide-animated.com/icons/file-stack.md)
- [ArchiveIcon](https://lucide-animated.com/icons/archive.md)
- [ChevronsLeftRightIcon](https://lucide-animated.com/icons/chevrons-left-right.md)
