Book Plus Pixel Art Icon
A book with a plus sign for adding a new title, enrolling in a course, creating a reading list entry or 'Add to library' actions.
Tags
bookreadlibraryeducationplusaddnewcreatepositive
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Book Plus icon
A closed book with a plus badge, meaning 'add this book or learning resource.' Use it on 'Add to library,' 'Enroll in course,' 'Create new guide,' or 'Start reading list' buttons in e-learning platforms, digital library apps, and documentation editors. The book shape grounds the action in a reading or learning context, making it more specific than a generic plus button. For opening an already-existing book, book-open or book-open-2 remove the 'add' connotation.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/book-plus.svg" width="24" height="24" alt="Book Plus" />
<!-- React -->
import { BookPlus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="book-plus.svg" width="48" height="48" style="image-rendering: pixelated" />