📄 lucide/icons/chess-knight

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

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

Skip to content

Return to top

chess-knight

piece • horse • board game

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-knight"></i>');  

tsx

import { ChessKnight } from 'lucide-react';

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

export default App;

vue

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

<template>
  <ChessKnight />
</template>

svelte

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

<ChessKnight />

tsx

import { ChessKnight } from 'lucide-preact';

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

export default App;

tsx

import { ChessKnight } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

<div class="icon-chess-knight"></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-pawn

chess-queen

chess-rook