chess-knight from Font Awesome 6 Regular by Dave Gandy · Regular · Chess · CC-BY-4.0 Attribution required.

Name
chess-knight
Set
Font Awesome 6 Regular
Style
Regular
Category
Chess
Viewbox
448×512
License
CC BY 4.0

The same icon in other sets

More chess icons from Font Awesome 6 Regular

Use the chess knight icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M226.6 48H117.3l17.1 12.8c6 4.5 9.6 11.6 9.6 19.2s-3.6 14.7-9.6 19.2l-6.5 4.9c-10 7.5-16 19.3-16 31.9l-.3 91c0 10.2 4.9 19.9 13.2 25.8l1.9 1.3c9.9 7.1 23.3 7 33.2-.1l49.9-36.3c10.7-7.8 25.7-5.4 33.5 5.3s5.4 25.7-5.3 33.5l-49.9 36.3l-53.8 39.1c-7.3 5.3-13 12.2-16.9 20.1H66.7c5.3-22.1 17.8-41.9 35.9-56.3c-1.3-.8-2.6-1.7-3.8-2.6l-1.8-1.3c-21-15-33.4-39.2-33.3-65l.3-91c.1-19.8 6.7-38.7 18.6-53.9l-.4-.3C70.7 73 64 59.6 64 45.3C64 20.3 84.3 0 109.3 0h117.3C331.2 0 416 84.8 416 189.4c0 11.1-1 22.2-2.9 33.2l-23 129.4h-48.8l24.5-137.8c1.5-8.2 2.2-16.5 2.2-24.8C368 111.3 304.7 48 226.6 48M85.2 432l-16.5 32h310.7l-16.6-32zm315.7-30.7l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8H56.8C34.2 512 16 493.8 16 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2c5.4-10.6 16.4-17.3 28.4-17.3h297c12 0 22.9 6.7 28.4 17.3M172 128a20 20 0 1 1 0 40a20 20 0 1 1 0-40"/></svg>

React

import type { SVGProps } from "react";

export function Fa6RegularChessKnight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M226.6 48H117.3l17.1 12.8c6 4.5 9.6 11.6 9.6 19.2s-3.6 14.7-9.6 19.2l-6.5 4.9c-10 7.5-16 19.3-16 31.9l-.3 91c0 10.2 4.9 19.9 13.2 25.8l1.9 1.3c9.9 7.1 23.3 7 33.2-.1l49.9-36.3c10.7-7.8 25.7-5.4 33.5 5.3s5.4 25.7-5.3 33.5l-49.9 36.3l-53.8 39.1c-7.3 5.3-13 12.2-16.9 20.1H66.7c5.3-22.1 17.8-41.9 35.9-56.3c-1.3-.8-2.6-1.7-3.8-2.6l-1.8-1.3c-21-15-33.4-39.2-33.3-65l.3-91c.1-19.8 6.7-38.7 18.6-53.9l-.4-.3C70.7 73 64 59.6 64 45.3C64 20.3 84.3 0 109.3 0h117.3C331.2 0 416 84.8 416 189.4c0 11.1-1 22.2-2.9 33.2l-23 129.4h-48.8l24.5-137.8c1.5-8.2 2.2-16.5 2.2-24.8C368 111.3 304.7 48 226.6 48M85.2 432l-16.5 32h310.7l-16.6-32zm315.7-30.7l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8H56.8C34.2 512 16 493.8 16 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2c5.4-10.6 16.4-17.3 28.4-17.3h297c12 0 22.9 6.7 28.4 17.3M172 128a20 20 0 1 1 0 40a20 20 0 1 1 0-40"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M226.6 48H117.3l17.1 12.8c6 4.5 9.6 11.6 9.6 19.2s-3.6 14.7-9.6 19.2l-6.5 4.9c-10 7.5-16 19.3-16 31.9l-.3 91c0 10.2 4.9 19.9 13.2 25.8l1.9 1.3c9.9 7.1 23.3 7 33.2-.1l49.9-36.3c10.7-7.8 25.7-5.4 33.5 5.3s5.4 25.7-5.3 33.5l-49.9 36.3l-53.8 39.1c-7.3 5.3-13 12.2-16.9 20.1H66.7c5.3-22.1 17.8-41.9 35.9-56.3c-1.3-.8-2.6-1.7-3.8-2.6l-1.8-1.3c-21-15-33.4-39.2-33.3-65l.3-91c.1-19.8 6.7-38.7 18.6-53.9l-.4-.3C70.7 73 64 59.6 64 45.3C64 20.3 84.3 0 109.3 0h117.3C331.2 0 416 84.8 416 189.4c0 11.1-1 22.2-2.9 33.2l-23 129.4h-48.8l24.5-137.8c1.5-8.2 2.2-16.5 2.2-24.8C368 111.3 304.7 48 226.6 48M85.2 432l-16.5 32h310.7l-16.6-32zm315.7-30.7l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8H56.8C34.2 512 16 493.8 16 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2c5.4-10.6 16.4-17.3 28.4-17.3h297c12 0 22.9 6.7 28.4 17.3M172 128a20 20 0 1 1 0 40a20 20 0 1 1 0-40"/></svg>
</template>

CSS

.icon-chess-knight {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M226.6%2048H117.3l17.1%2012.8c6%204.5%209.6%2011.6%209.6%2019.2s-3.6%2014.7-9.6%2019.2l-6.5%204.9c-10%207.5-16%2019.3-16%2031.9l-.3%2091c0%2010.2%204.9%2019.9%2013.2%2025.8l1.9%201.3c9.9%207.1%2023.3%207%2033.2-.1l49.9-36.3c10.7-7.8%2025.7-5.4%2033.5%205.3s5.4%2025.7-5.3%2033.5l-49.9%2036.3l-53.8%2039.1c-7.3%205.3-13%2012.2-16.9%2020.1H66.7c5.3-22.1%2017.8-41.9%2035.9-56.3c-1.3-.8-2.6-1.7-3.8-2.6l-1.8-1.3c-21-15-33.4-39.2-33.3-65l.3-91c.1-19.8%206.7-38.7%2018.6-53.9l-.4-.3C70.7%2073%2064%2059.6%2064%2045.3C64%2020.3%2084.3%200%20109.3%200h117.3C331.2%200%20416%2084.8%20416%20189.4c0%2011.1-1%2022.2-2.9%2033.2l-23%20129.4h-48.8l24.5-137.8c1.5-8.2%202.2-16.5%202.2-24.8C368%20111.3%20304.7%2048%20226.6%2048M85.2%20432l-16.5%2032h310.7l-16.6-32zm315.7-30.7l26.5%2051.2c3%205.8%204.6%2012.2%204.6%2018.7c0%2022.5-18.2%2040.8-40.8%2040.8H56.8C34.2%20512%2016%20493.8%2016%20471.2c0-6.5%201.6-12.9%204.6-18.7l26.5-51.2c5.4-10.6%2016.4-17.3%2028.4-17.3h297c12%200%2022.9%206.7%2028.4%2017.3M172%20128a20%2020%200%201%201%200%2040a20%2020%200%201%201%200-40%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M226.6%2048H117.3l17.1%2012.8c6%204.5%209.6%2011.6%209.6%2019.2s-3.6%2014.7-9.6%2019.2l-6.5%204.9c-10%207.5-16%2019.3-16%2031.9l-.3%2091c0%2010.2%204.9%2019.9%2013.2%2025.8l1.9%201.3c9.9%207.1%2023.3%207%2033.2-.1l49.9-36.3c10.7-7.8%2025.7-5.4%2033.5%205.3s5.4%2025.7-5.3%2033.5l-49.9%2036.3l-53.8%2039.1c-7.3%205.3-13%2012.2-16.9%2020.1H66.7c5.3-22.1%2017.8-41.9%2035.9-56.3c-1.3-.8-2.6-1.7-3.8-2.6l-1.8-1.3c-21-15-33.4-39.2-33.3-65l.3-91c.1-19.8%206.7-38.7%2018.6-53.9l-.4-.3C70.7%2073%2064%2059.6%2064%2045.3C64%2020.3%2084.3%200%20109.3%200h117.3C331.2%200%20416%2084.8%20416%20189.4c0%2011.1-1%2022.2-2.9%2033.2l-23%20129.4h-48.8l24.5-137.8c1.5-8.2%202.2-16.5%202.2-24.8C368%20111.3%20304.7%2048%20226.6%2048M85.2%20432l-16.5%2032h310.7l-16.6-32zm315.7-30.7l26.5%2051.2c3%205.8%204.6%2012.2%204.6%2018.7c0%2022.5-18.2%2040.8-40.8%2040.8H56.8C34.2%20512%2016%20493.8%2016%20471.2c0-6.5%201.6-12.9%204.6-18.7l26.5-51.2c5.4-10.6%2016.4-17.3%2028.4-17.3h297c12%200%2022.9%206.7%2028.4%2017.3M172%20128a20%2020%200%201%201%200%2040a20%2020%200%201%201%200-40%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/chess-knight.svg?color=%231a73e8&size=48