📄 lucide/icons/book-open

File: book-open.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/book-open

Skip to content

Return to top

book-open

reading • pages • booklet • magazine • leaflet • pamphlet • library • writing • written • writer • author • story • script • screenplay • fiction • novel • information • knowledge • education • high school • university • college • academy • student • study • learning • homework • research • documentation • revealed • blank • plain

text development gaming

Created:

v0.0.0

Last changed:

v0.440.0

Contributors:

colebemis csandman ericfennis

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

document.body.append('<i data-lucide="book-open"></i>');  

tsx

import { BookOpen } from 'lucide-react';

const App = () => {
  return (
    <BookOpen />
  );
};

export default App;

vue

<script setup>
import { BookOpen } from 'lucide-vue-next';
</script>

<template>
  <BookOpen />
</template>

svelte

<script>
import { BookOpen } from 'lucide-svelte';
</script>

<BookOpen />

tsx

import { BookOpen } from 'lucide-preact';

const App = () => {
  return (
    <BookOpen />
  );
};

export default App;

tsx

import { BookOpen } from 'lucide-solid';

const App = () => {
  return (
    <BookOpen />
  );
};

export default App;

tsx

// app.module.ts
import { LucideAngularModule, BookOpen } from 'lucide-angular';

@NgModule({
  imports: [\
    LucideAngularModule.pick({ BookOpen })\
  ],
})

// app.component.html
<lucide-icon name="book-open"></lucide-icon>

html

<div class="icon-book-open"></div>

See this icon in action

BookCancel

Bug

Feature

Book

Documents Readme Book 12

112

8

11

2

More icons like this

book-open-check

book-open-text

book-a

book-alert

book-audio

book-check

book-copy

book-dashed

book-down

book-headphones

book-heart

book-image

book-key

book-lock

book-marked

book-minus

book-plus

book-text

book-type

book-up-2

book-up

book-user

book-x

book

door-open

folder-open-dot

folder-open

lock-keyhole-open

lock-open

mail-open

package-open

panel-bottom-open

panel-left-open

panel-right-open

panel-top-open

swatch-book