The Phosphor bookmark icon visually represents saving or marking a page or item for future reference, commonly used in interfaces to denote saved content or reading progress.
Common uses
- Save article for later
- Mark favorite item
- Indicate current reading position
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Bookmark } from '@phosphor-icons/react';
<Bookmark size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Bookmark size={24} />thin
<Bookmark size={24} weight="thin" />light
<Bookmark size={24} weight="light" />bold
<Bookmark size={24} weight="bold" />fill
<Bookmark size={24} weight="fill" />duotone
<Bookmark size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- readingreadernovelstoryplaceholderfavoritesfavoritedlibraryofficemediaobjectsbookmarksavemarkerfavoritereading marker
FAQ
- What is the bookmark icon used for?
- It signifies saving or marking content for easy retrieval, like saving an article or noting a place in a book.
- How do I use the bookmark icon in React?
- Import it from the library and use it as a component: import { Bookmark } from '@phosphor-icons/react'.
- What is the license for the Phosphor bookmark icon?
- Phosphor icons, including the bookmark icon, are distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →