# GalleryVerticalEndIcon

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

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

## Install

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

## Usage

```tsx
import { GalleryVerticalEndIcon } from "@/components/icons/gallery-vertical-end";

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

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

## Keywords

- carousel
- pictures
- images
- scroll
- swipe
- album
- portfolio
- history
- versions
- backup
- time machine

## Similar icons

- [GalleryHorizontalEndIcon](https://lucide-animated.com/icons/gallery-horizontal-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)
- [DatabaseBackupIcon](https://lucide-animated.com/icons/database-backup.md)
