chess knight icon
chess-knight from Font Awesome Regular by Dave Gandy · Regular · Chess · CC-BY-4.0 Attribution required.
- Name
- chess-knight
- Set
- Font Awesome Regular
- Style
- Regular
- Category
- Chess
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More chess icons from Font Awesome Regular
Use the chess knight icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M328 32c110.5 0 200 89.5 200 200v127.7c0 18.9-6.1 37.1-17.2 52.2l-5.1 6.2l-36.3 40.7l32.1 40.2c6.7 8.4 10.4 18.8 10.4 29.6l-.2 4.8c-2.4 23.9-22.6 42.5-47.1 42.5H175.4l-4.8-.2c-23.9-2.4-42.5-22.6-42.5-47.1c0-10.8 3.7-21.2 10.4-29.6l37.6-47v-24.3c0-24.3 10.1-47.6 27.8-64.2l63.5-59.5H250l-.2.2c-20.3 20.3-49.6 28.2-77.1 21.1l-5.5-1.6c-30.9-10.3-52.3-38-54.9-70.1l-.2-6.4v-1.4c0-19.7 7.1-38.8 19.9-53.8l76.1-88.8V56.1l.1-2.5C209.4 41.4 219.6 32 232 32zM176.7 528h286.6l-38.4-48H215l-38.4 48zM256 112c0 5.7-2.1 11.3-5.8 15.6l-81.9 95.5c-5.3 6.3-8.3 14.3-8.3 22.6v1.4l.4 5.2c1.9 11.9 10.3 21.9 21.9 25.8l4.5 1.1c10.5 1.9 21.3-1.4 29-9l7.2-7.2l3.7-3c3.9-2.6 8.5-4 13.3-4h88c9.8 0 18.7 6 22.3 15.2s1.3 19.6-5.9 26.3l-107.8 101c-8.1 7.6-12.7 18.1-12.7 29.2v4.3h205.2l40.7-45.8l2.3-2.8c5.1-6.8 7.8-15.2 7.8-23.7L480 232c0-83.9-68.1-152-152-152h-72zm32 72c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24"/></svg>
React
import type { SVGProps } from "react";
export function Fa7RegularChessKnight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M328 32c110.5 0 200 89.5 200 200v127.7c0 18.9-6.1 37.1-17.2 52.2l-5.1 6.2l-36.3 40.7l32.1 40.2c6.7 8.4 10.4 18.8 10.4 29.6l-.2 4.8c-2.4 23.9-22.6 42.5-47.1 42.5H175.4l-4.8-.2c-23.9-2.4-42.5-22.6-42.5-47.1c0-10.8 3.7-21.2 10.4-29.6l37.6-47v-24.3c0-24.3 10.1-47.6 27.8-64.2l63.5-59.5H250l-.2.2c-20.3 20.3-49.6 28.2-77.1 21.1l-5.5-1.6c-30.9-10.3-52.3-38-54.9-70.1l-.2-6.4v-1.4c0-19.7 7.1-38.8 19.9-53.8l76.1-88.8V56.1l.1-2.5C209.4 41.4 219.6 32 232 32zM176.7 528h286.6l-38.4-48H215l-38.4 48zM256 112c0 5.7-2.1 11.3-5.8 15.6l-81.9 95.5c-5.3 6.3-8.3 14.3-8.3 22.6v1.4l.4 5.2c1.9 11.9 10.3 21.9 21.9 25.8l4.5 1.1c10.5 1.9 21.3-1.4 29-9l7.2-7.2l3.7-3c3.9-2.6 8.5-4 13.3-4h88c9.8 0 18.7 6 22.3 15.2s1.3 19.6-5.9 26.3l-107.8 101c-8.1 7.6-12.7 18.1-12.7 29.2v4.3h205.2l40.7-45.8l2.3-2.8c5.1-6.8 7.8-15.2 7.8-23.7L480 232c0-83.9-68.1-152-152-152h-72zm32 72c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M328 32c110.5 0 200 89.5 200 200v127.7c0 18.9-6.1 37.1-17.2 52.2l-5.1 6.2l-36.3 40.7l32.1 40.2c6.7 8.4 10.4 18.8 10.4 29.6l-.2 4.8c-2.4 23.9-22.6 42.5-47.1 42.5H175.4l-4.8-.2c-23.9-2.4-42.5-22.6-42.5-47.1c0-10.8 3.7-21.2 10.4-29.6l37.6-47v-24.3c0-24.3 10.1-47.6 27.8-64.2l63.5-59.5H250l-.2.2c-20.3 20.3-49.6 28.2-77.1 21.1l-5.5-1.6c-30.9-10.3-52.3-38-54.9-70.1l-.2-6.4v-1.4c0-19.7 7.1-38.8 19.9-53.8l76.1-88.8V56.1l.1-2.5C209.4 41.4 219.6 32 232 32zM176.7 528h286.6l-38.4-48H215l-38.4 48zM256 112c0 5.7-2.1 11.3-5.8 15.6l-81.9 95.5c-5.3 6.3-8.3 14.3-8.3 22.6v1.4l.4 5.2c1.9 11.9 10.3 21.9 21.9 25.8l4.5 1.1c10.5 1.9 21.3-1.4 29-9l7.2-7.2l3.7-3c3.9-2.6 8.5-4 13.3-4h88c9.8 0 18.7 6 22.3 15.2s1.3 19.6-5.9 26.3l-107.8 101c-8.1 7.6-12.7 18.1-12.7 29.2v4.3h205.2l40.7-45.8l2.3-2.8c5.1-6.8 7.8-15.2 7.8-23.7L480 232c0-83.9-68.1-152-152-152h-72zm32 72c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M328%2032c110.5%200%20200%2089.5%20200%20200v127.7c0%2018.9-6.1%2037.1-17.2%2052.2l-5.1%206.2l-36.3%2040.7l32.1%2040.2c6.7%208.4%2010.4%2018.8%2010.4%2029.6l-.2%204.8c-2.4%2023.9-22.6%2042.5-47.1%2042.5H175.4l-4.8-.2c-23.9-2.4-42.5-22.6-42.5-47.1c0-10.8%203.7-21.2%2010.4-29.6l37.6-47v-24.3c0-24.3%2010.1-47.6%2027.8-64.2l63.5-59.5H250l-.2.2c-20.3%2020.3-49.6%2028.2-77.1%2021.1l-5.5-1.6c-30.9-10.3-52.3-38-54.9-70.1l-.2-6.4v-1.4c0-19.7%207.1-38.8%2019.9-53.8l76.1-88.8V56.1l.1-2.5C209.4%2041.4%20219.6%2032%20232%2032zM176.7%20528h286.6l-38.4-48H215l-38.4%2048zM256%20112c0%205.7-2.1%2011.3-5.8%2015.6l-81.9%2095.5c-5.3%206.3-8.3%2014.3-8.3%2022.6v1.4l.4%205.2c1.9%2011.9%2010.3%2021.9%2021.9%2025.8l4.5%201.1c10.5%201.9%2021.3-1.4%2029-9l7.2-7.2l3.7-3c3.9-2.6%208.5-4%2013.3-4h88c9.8%200%2018.7%206%2022.3%2015.2s1.3%2019.6-5.9%2026.3l-107.8%20101c-8.1%207.6-12.7%2018.1-12.7%2029.2v4.3h205.2l40.7-45.8l2.3-2.8c5.1-6.8%207.8-15.2%207.8-23.7L480%20232c0-83.9-68.1-152-152-152h-72zm32%2072c-13.3%200-24-10.7-24-24s10.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M328%2032c110.5%200%20200%2089.5%20200%20200v127.7c0%2018.9-6.1%2037.1-17.2%2052.2l-5.1%206.2l-36.3%2040.7l32.1%2040.2c6.7%208.4%2010.4%2018.8%2010.4%2029.6l-.2%204.8c-2.4%2023.9-22.6%2042.5-47.1%2042.5H175.4l-4.8-.2c-23.9-2.4-42.5-22.6-42.5-47.1c0-10.8%203.7-21.2%2010.4-29.6l37.6-47v-24.3c0-24.3%2010.1-47.6%2027.8-64.2l63.5-59.5H250l-.2.2c-20.3%2020.3-49.6%2028.2-77.1%2021.1l-5.5-1.6c-30.9-10.3-52.3-38-54.9-70.1l-.2-6.4v-1.4c0-19.7%207.1-38.8%2019.9-53.8l76.1-88.8V56.1l.1-2.5C209.4%2041.4%20219.6%2032%20232%2032zM176.7%20528h286.6l-38.4-48H215l-38.4%2048zM256%20112c0%205.7-2.1%2011.3-5.8%2015.6l-81.9%2095.5c-5.3%206.3-8.3%2014.3-8.3%2022.6v1.4l.4%205.2c1.9%2011.9%2010.3%2021.9%2021.9%2025.8l4.5%201.1c10.5%201.9%2021.3-1.4%2029-9l7.2-7.2l3.7-3c3.9-2.6%208.5-4%2013.3-4h88c9.8%200%2018.7%206%2022.3%2015.2s1.3%2019.6-5.9%2026.3l-107.8%20101c-8.1%207.6-12.7%2018.1-12.7%2029.2v4.3h205.2l40.7-45.8l2.3-2.8c5.1-6.8%207.8-15.2%207.8-23.7L480%20232c0-83.9-68.1-152-152-152h-72zm32%2072c-13.3%200-24-10.7-24-24s10.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-regular/chess-knight.svg?color=%231a73e8&size=48