The Tabler bookmark icon visually represents saving or marking content for future reference, commonly used in interfaces to denote saved items, favorites, or reading progress.
Common uses
- Save article for later
- Mark favorite item
- Indicate reading progress
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBookmark } from '@tabler/icons-react';
<IconBookmark size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBookmark size={24} stroke={2} />filled
<IconBookmarkFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- readclipmarkertagbookmarkfilepapertextrecordinformationdocumentsavefavorite
FAQ
- What does the bookmark icon signify?
- It signifies saving, marking, or flagging content for easy retrieval or to indicate a specific status like a favorite or reading progress.
- How do I use the bookmark icon in React?
- You can import and use it directly with: import { IconBookmark } from '@tabler/icons-react'
- What is the license for the Tabler bookmark icon?
- The Tabler bookmark icon is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →