📄 lucide/icons/chess-rook

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

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

Skip to content

Return to top

chess-rook

castle • piece • board game

gaming emoji

Created:

v0.0.0

Last changed:

v0.0.0

Contributors:

karsa-mistmere jguddas

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { ChessRook } from 'lucide-react';

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

export default App;

vue

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

<template>
  <ChessRook />
</template>

svelte

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

<ChessRook />

tsx

import { ChessRook } from 'lucide-preact';

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

export default App;

tsx

import { ChessRook } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

ChessCancel

Bug

Feature

Chess

Documents Readme Chess 12

112

8

11

2

More icons like this

chess-bishop

chess-king

chess-knight

chess-pawn

chess-queen