File: book-text.md | Updated: 11/15/2025
Return to top
reading • booklet • magazine • leaflet • pamphlet • tome • library • writing • written • writer • author • story • script • fiction • novel • information • knowledge • education • high school • university • college • academy • student • study • learning • homework • research • documentation
VanillaReactVueSveltePreactSolidAngularIcon font
js
import { createIcons, icons } from 'lucide';
createIcons({ icons });
document.body.append('<i data-lucide="book-text"></i>');
tsx
import { BookText } from 'lucide-react';
const App = () => {
return (
<BookText />
);
};
export default App;
vue
<script setup>
import { BookText } from 'lucide-vue-next';
</script>
<template>
<BookText />
</template>
svelte
<script>
import { BookText } from 'lucide-svelte';
</script>
<BookText />
tsx
import { BookText } from 'lucide-preact';
const App = () => {
return (
<BookText />
);
};
export default App;
tsx
import { BookText } from 'lucide-solid';
const App = () => {
return (
<BookText />
);
};
export default App;
tsx
// app.module.ts
import { LucideAngularModule, BookText } from 'lucide-angular';
@NgModule({
imports: [\
LucideAngularModule.pick({ BookText })\
],
})
// app.component.html
<lucide-icon name="book-text"></lucide-icon>
html
<div class="icon-book-text"></div>
BookCancel
Bug
Feature
Book
Documents Readme Book 12
112
8
11
2
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-open-check
book-open
book-plus
book-type
book-up-2
book-up
book-user
book-x
book
file-text
message-square-text
notebook-text
notepad-text-dashed
notepad-text
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