File: book-dashed.md | Updated: 11/15/2025
Return to top
code • coding • version control • git • repository • template • draft • script • screenplay • writing • writer • author • unwritten • unpublished • untold
VanillaReactVueSveltePreactSolidAngularIcon font
js
import { createIcons, icons } from 'lucide';
createIcons({ icons });
document.body.append('<i data-lucide="book-dashed"></i>');
tsx
import { BookDashed } from 'lucide-react';
const App = () => {
return (
<BookDashed />
);
};
export default App;
vue
<script setup>
import { BookDashed } from 'lucide-vue-next';
</script>
<template>
<BookDashed />
</template>
svelte
<script>
import { BookDashed } from 'lucide-svelte';
</script>
<BookDashed />
tsx
import { BookDashed } from 'lucide-preact';
const App = () => {
return (
<BookDashed />
);
};
export default App;
tsx
import { BookDashed } from 'lucide-solid';
const App = () => {
return (
<BookDashed />
);
};
export default App;
tsx
// app.module.ts
import { LucideAngularModule, BookDashed } from 'lucide-angular';
@NgModule({
imports: [\
LucideAngularModule.pick({ BookDashed })\
],
})
// app.component.html
<lucide-icon name="book-dashed"></lucide-icon>
html
<div class="icon-book-dashed"></div>
BookCancel
Bug
Feature
Book
Documents Readme Book 12
112
8
11
2
book-a
book-alert
book-audio
book-check
book-copy
book-down
book-headphones
book-heart
book-image
book-key
book-lock
book-marked
book-minus
book-open-check
book-open-text
book-open
book-plus
book-text
book-type
book-up-2
book-up
book-user
book-x
book
circle-dashed
circle-dot-dashed
message-circle-dashed
message-square-dashed
notepad-text-dashed
panel-bottom-dashed
panel-left-dashed
panel-left-right-dashed
panel-right-dashed
panel-top-bottom-dashed
panel-top-dashed
scissors-line-dashed
square-bottom-dashed-scissors
square-dashed-bottom-code
square-dashed-bottom
square-dashed-kanban
square-dashed-mouse-pointer
square-dashed-top-solid
square-dashed
squircle-dashed
swatch-book
triangle-dashed