📄 lucide/icons/chess-bishop

File: chess-bishop.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/chess-bishop

Skip to content

Return to top

chess-bishop

mitre • miter • piece • board game • religion

gaming emoji

Created:

v0.0.0

Last changed:

v0.0.0

Contributors:

karsa-mistmere

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { ChessBishop } from 'lucide-react';

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

export default App;

vue

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

<template>
  <ChessBishop />
</template>

svelte

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

<ChessBishop />

tsx

import { ChessBishop } from 'lucide-preact';

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

export default App;

tsx

import { ChessBishop } from 'lucide-solid';

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

export default App;

tsx

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

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

// app.component.html
<lucide-icon name="chess-bishop"></lucide-icon>

html

<div class="icon-chess-bishop"></div>

See this icon in action

ChessCancel

Bug

Feature

Chess

Documents Readme Chess 12

112

8

11

2

More icons like this

chess-king

chess-knight

chess-pawn

chess-queen

chess-rook