# GalleryThumbnailsIcon

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

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

## Install

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

## Usage

```tsx
import { GalleryThumbnailsIcon } from "@/components/icons/gallery-thumbnails";

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

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

## Keywords

- gallery
- thumbnails
- images
- carousel
- pictures
- album
- portfolio
- preview

## Similar icons

- [GalleryHorizontalEndIcon](https://lucide-animated.com/icons/gallery-horizontal-end.md)
- [GalleryVerticalEndIcon](https://lucide-animated.com/icons/gallery-vertical-end.md)
- [EyeIcon](https://lucide-animated.com/icons/eye.md)
- [LayoutGridIcon](https://lucide-animated.com/icons/layout-grid.md)
