# BookmarkIcon

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

Source page: https://lucide-animated.com/icons/bookmark

## Install

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

## Usage

```tsx
import { BookmarkIcon } from "@/components/icons/bookmark";

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

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

## Keywords

- bookmark
- save
- tag
- label

## Similar icons

- [BookmarkCheckIcon](https://lucide-animated.com/icons/bookmark-check.md)
- [BookmarkMinusIcon](https://lucide-animated.com/icons/bookmark-minus.md)
- [BookmarkPlusIcon](https://lucide-animated.com/icons/bookmark-plus.md)
- [BookmarkXIcon](https://lucide-animated.com/icons/bookmark-x.md)
- [DownloadIcon](https://lucide-animated.com/icons/download.md)
- [HardDriveDownloadIcon](https://lucide-animated.com/icons/hard-drive-download.md)
