The Phosphor book open text icon depicts an open book with visible text, commonly used to represent reading, documents, or educational content in user interfaces.
Common uses
- Link to a 'Reading List' section
- Button for 'View Document'
- Indicator for 'Article Content'
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { BookOpenText } from '@phosphor-icons/react';
<BookOpenText size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<BookOpenText size={24} />thin
<BookOpenText size={24} weight="thin" />light
<BookOpenText size={24} weight="light" />bold
<BookOpenText size={24} weight="bold" />fill
<BookOpenText size={24} weight="fill" />duotone
<BookOpenText size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- *updated*readingreadernovelstorylibraryofficemediaobjectsmaps & travelbookopentextopen bookdocument
FAQ
- What does the book-open-text icon represent?
- It represents an open book with text, suitable for indicating reading material, documents, or educational topics.
- How do I use this icon in React?
- Import it as BookOpenText from '@phosphor-icons/react' and use it as a component: <BookOpenText size={32} />.
- What is the license for this icon?
- The Phosphor icon library, including this icon, is available 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 →