The Heroicons bookmark icon visually represents saving or marking an item for future reference, commonly used for features like 'Add to Favorites' or 'Save for Later'.
Common uses
- Save article for later reading
- Favorite a product
- Bookmark a web page
Use it in React
Install
npm i @heroicons/reactImport & render
import { BookmarkIcon } from '@heroicons/react/24/outline';
<BookmarkIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<BookmarkIcon className="size-6" />24/solid
<BookmarkIcon className="size-6" />20/solid
<BookmarkIcon className="size-6" />16/solid
<BookmarkIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- bookmarksavefavoriteribbontag
FAQ
- What is the bookmark icon used for?
- It signifies saving or marking content for future access, like favoriting an item or saving a page.
- How do I use the bookmark icon in React?
- Import it using `import { BookmarkIcon } from '@heroicons/react/24/outline'` and then use it as a component: `<BookmarkIcon className="h-6 w-6" />`.
- What is the license for Heroicons?
- Heroicons are provided under the MIT license, allowing for free use in both open-source and commercial projects.
Related icons
The same idea in other libraries, and near matches in Heroicons.