John KuehJohn Kueh

book open user icon

Phosphor · book-open-user · MIT

Download SVG

The Phosphor book open user icon depicts an open book with a user silhouette, commonly used to represent reading materials, user guides, or documentation within a UI.

Common uses

  • Link to user manual or help section
  • Indicate a 'read more' or 'details' option
  • Represent a library or knowledge base feature

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { BookOpenUser } from '@phosphor-icons/react';

<BookOpenUser size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<BookOpenUser size={24} />
thin
<BookOpenUser size={24} weight="thin" />
light
<BookOpenUser size={24} weight="light" />
bold
<BookOpenUser size={24} weight="bold" />
fill
<BookOpenUser size={24} weight="fill" />
duotone
<BookOpenUser size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
office
Keywords
*new*readingreadereasy readlibraryplaceslocationsofficemediaobjectsbookopenuseruser guidedocumentationreading material

FAQ

What does the book open user icon represent?
It signifies reading, documentation, or user-related information, like a user guide or a library resource.
How do I use the book open user icon in React?
Import it as `BookOpenUser` from '@phosphor-icons/react' and use it as a component: `<BookOpenUser />`.
What is the license for this icon?
The Phosphor icon library, including the book open user 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 →