chess knight icon
chess-knight from Font Awesome Solid by Dave Gandy · Solid · Chess · CC-BY-4.0 Attribution required.
- Name
- chess-knight
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Chess
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More chess icons from Font Awesome Solid
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="M320 32c106 0 192 86 192 192v133.5c0 17-6.8 33.2-18.7 45.2L448 448l50.8 50.7c8.5 8.5 13.2 20 13.2 32c0 25-20.3 45.2-45.2 45.3H173.3c-25 0-45.2-20.3-45.2-45.3c0-12 4.8-23.5 13.2-32L192 448v-34.6c0-18.7 8.2-36.4 22.3-48.6L304 288h-48l-12.1 12.1c-12.7 12.7-30 19.9-48 19.9c-37.5 0-67.9-30.4-67.9-67.9v-8.7c0-22.8 8.2-44.9 23.1-62.3L224 96V64c0-17.7 14.3-32 32-32zm-32 104c-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 Fa7SolidChessKnight(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="M320 32c106 0 192 86 192 192v133.5c0 17-6.8 33.2-18.7 45.2L448 448l50.8 50.7c8.5 8.5 13.2 20 13.2 32c0 25-20.3 45.2-45.2 45.3H173.3c-25 0-45.2-20.3-45.2-45.3c0-12 4.8-23.5 13.2-32L192 448v-34.6c0-18.7 8.2-36.4 22.3-48.6L304 288h-48l-12.1 12.1c-12.7 12.7-30 19.9-48 19.9c-37.5 0-67.9-30.4-67.9-67.9v-8.7c0-22.8 8.2-44.9 23.1-62.3L224 96V64c0-17.7 14.3-32 32-32zm-32 104c-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="M320 32c106 0 192 86 192 192v133.5c0 17-6.8 33.2-18.7 45.2L448 448l50.8 50.7c8.5 8.5 13.2 20 13.2 32c0 25-20.3 45.2-45.2 45.3H173.3c-25 0-45.2-20.3-45.2-45.3c0-12 4.8-23.5 13.2-32L192 448v-34.6c0-18.7 8.2-36.4 22.3-48.6L304 288h-48l-12.1 12.1c-12.7 12.7-30 19.9-48 19.9c-37.5 0-67.9-30.4-67.9-67.9v-8.7c0-22.8 8.2-44.9 23.1-62.3L224 96V64c0-17.7 14.3-32 32-32zm-32 104c-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%22M320%2032c106%200%20192%2086%20192%20192v133.5c0%2017-6.8%2033.2-18.7%2045.2L448%20448l50.8%2050.7c8.5%208.5%2013.2%2020%2013.2%2032c0%2025-20.3%2045.2-45.2%2045.3H173.3c-25%200-45.2-20.3-45.2-45.3c0-12%204.8-23.5%2013.2-32L192%20448v-34.6c0-18.7%208.2-36.4%2022.3-48.6L304%20288h-48l-12.1%2012.1c-12.7%2012.7-30%2019.9-48%2019.9c-37.5%200-67.9-30.4-67.9-67.9v-8.7c0-22.8%208.2-44.9%2023.1-62.3L224%2096V64c0-17.7%2014.3-32%2032-32zm-32%20104c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24s-10.7-24-24-24%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%22M320%2032c106%200%20192%2086%20192%20192v133.5c0%2017-6.8%2033.2-18.7%2045.2L448%20448l50.8%2050.7c8.5%208.5%2013.2%2020%2013.2%2032c0%2025-20.3%2045.2-45.2%2045.3H173.3c-25%200-45.2-20.3-45.2-45.3c0-12%204.8-23.5%2013.2-32L192%20448v-34.6c0-18.7%208.2-36.4%2022.3-48.6L304%20288h-48l-12.1%2012.1c-12.7%2012.7-30%2019.9-48%2019.9c-37.5%200-67.9-30.4-67.9-67.9v-8.7c0-22.8%208.2-44.9%2023.1-62.3L224%2096V64c0-17.7%2014.3-32%2032-32zm-32%20104c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24s-10.7-24-24-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/chess-knight.svg?color=%231a73e8&size=48