File: book-open-text.md | Updated: 11/15/2025
Return to top
reading • pages • booklet • magazine • leaflet • pamphlet • library • writing • written • writer • author • story • script • fiction • novel • information • knowledge • education • high school • university • college • academy • student • study • learning • homework • research • documentation • revealed
VanillaReactVueSveltePreactSolidAngularIcon font
js
import { createIcons, icons } from 'lucide';
createIcons({ icons });
document.body.append('<i data-lucide="book-open-text"></i>');
tsx
import { BookOpenText } from 'lucide-react';
const App = () => {
return (
<BookOpenText />
);
};
export default App;
vue
<script setup>
import { BookOpenText } from 'lucide-vue-next';
</script>
<template>
<BookOpenText />
</template>
svelte
<script>
import { BookOpenText } from 'lucide-svelte';
</script>
<BookOpenText />
tsx
import { BookOpenText } from 'lucide-preact';
const App = () => {
return (
<BookOpenText />
);
};
export default App;
tsx
import { BookOpenText } from 'lucide-solid';
const App = () => {
return (
<BookOpenText />
);
};
export default App;
tsx
// app.module.ts
import { LucideAngularModule, BookOpenText } from 'lucide-angular';
@NgModule({
imports: [\
LucideAngularModule.pick({ BookOpenText })\
],
})
// app.component.html
<lucide-icon name="book-open-text"></lucide-icon>
html
<div class="icon-book-open-text"></div>
BookCancel
Bug
Feature
Book
Documents Readme Book 12
112
8
11
2
book-open-check
book-open
book-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-type
book-up-2
book-up
book-user
book-x
book
door-open
file-text
folder-open-dot
folder-open
lock-keyhole-open
lock-open
mail-open
message-square-text
notebook-text
notepad-text-dashed
notepad-text
package-open
panel-bottom-open
panel-left-open
panel-right-open
panel-top-open
receipt-text
scan-text
scroll-text
swatch-book
text-align-center
text-align-end
text-align-justify
text-align-start
text-cursor-input
text-cursor
text-initial
text-quote
text-search
text-select
text-wrap