The Tabler bookmarks icon visually represents saved or marked items, commonly used in user interfaces to indicate content that a user has saved for later reference.
Common uses
- Saving articles or web pages
- Marking favorite products
- Flagging important tasks
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBookmarks } from '@tabler/icons-react';
<IconBookmarks size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBookmarks size={24} stroke={2} />filled
<IconBookmarksFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- readclipmarkertagbookmarksfilepapertextrecordinformationdocumentsavefavorite
FAQ
- What does the bookmarks icon represent?
- It signifies content that has been saved or marked by a user for easy retrieval later.
- How do I use the bookmarks icon in React?
- Import it using `import { IconBookmarks } from '@tabler/icons-react';` and then use it as a component: `<IconBookmarks />`.
- What is the license for this icon?
- The Tabler icons, including bookmarks, are 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 →