📄 lucide/icons/book-key

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

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

Skip to content

Return to top

book-key

code • coding • version control • git • repository • private • public • secret • unlocked • hidden • revealed • knowledge • learning

development security gaming

Created:

v0.142.0

Last changed:

v0.502.0

Contributors:

danielbayley jguddas karsa-mistmere

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { BookKey } from 'lucide-react';

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

export default App;

vue

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

<template>
  <BookKey />
</template>

svelte

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

<BookKey />

tsx

import { BookKey } from 'lucide-preact';

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

export default App;

tsx

import { BookKey } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

BookCancel

Bug

Feature

Book

Documents Readme Book 12

112

8

11

2

More icons like this

book-a

book-alert

book-audio

book-check

book-copy

book-dashed

book-down

book-headphones

book-heart

book-image

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

file-key

folder-key

key-round

key-square

key

rotate-ccw-key

swatch-book