Book Pixel Art Icon
An open-book icon for documentation, knowledge bases, courses, reading guides and library sections.
Tags
readlibraryeducation
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Book icon
An open book. It is the standard mark for reading and learning content: documentation, a knowledge base, courses and lessons, guides, and a library section. As a verb it can mean 'read more' or open a manual. For saving a place within a book, the bookmark icon is the natural partner. Use the book wherever the content is something to study or reference.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/book.svg" width="24" height="24" alt="Book" />
<!-- React -->
import { Book } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="book.svg" width="48" height="48" style="image-rendering: pixelated" />