chess bishop icon
chess-bishop from Font Awesome 6 Solid by Dave Gandy · Regular · Chess · CC-BY-4.0 Attribution required.
- Name
- chess-bishop
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Chess
- Viewbox
- 320×512
- License
- CC BY 4.0
The same icon in other sets
More chess icons from Font Awesome 6 Solid
Use the chess bishop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M128 0c-17.7 0-32 14.3-32 32c0 16.1 11.9 29.4 27.4 31.7C78.4 106.8 8 190 8 288c0 47.4 30.8 72.3 56 84.7V400h192v-27.3c25.2-12.5 56-37.4 56-84.7c0-37.3-10.2-72.4-25.3-104.1l-99.4 99.4c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l106.1-106.1c-23.2-38.1-51.8-69.5-74.2-90.9C212.1 61.4 224 48.1 224 32c0-17.7-14.3-32-32-32zM48 432L6.6 473.4c-4.2 4.2-6.6 10-6.6 16C0 501.9 10.1 512 22.6 512h274.7c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L272 432z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidChessBishop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M128 0c-17.7 0-32 14.3-32 32c0 16.1 11.9 29.4 27.4 31.7C78.4 106.8 8 190 8 288c0 47.4 30.8 72.3 56 84.7V400h192v-27.3c25.2-12.5 56-37.4 56-84.7c0-37.3-10.2-72.4-25.3-104.1l-99.4 99.4c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l106.1-106.1c-23.2-38.1-51.8-69.5-74.2-90.9C212.1 61.4 224 48.1 224 32c0-17.7-14.3-32-32-32zM48 432L6.6 473.4c-4.2 4.2-6.6 10-6.6 16C0 501.9 10.1 512 22.6 512h274.7c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L272 432z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M128 0c-17.7 0-32 14.3-32 32c0 16.1 11.9 29.4 27.4 31.7C78.4 106.8 8 190 8 288c0 47.4 30.8 72.3 56 84.7V400h192v-27.3c25.2-12.5 56-37.4 56-84.7c0-37.3-10.2-72.4-25.3-104.1l-99.4 99.4c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l106.1-106.1c-23.2-38.1-51.8-69.5-74.2-90.9C212.1 61.4 224 48.1 224 32c0-17.7-14.3-32-32-32zM48 432L6.6 473.4c-4.2 4.2-6.6 10-6.6 16C0 501.9 10.1 512 22.6 512h274.7c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L272 432z"/></svg> </template>
CSS
.icon-chess-bishop {
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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%200c-17.7%200-32%2014.3-32%2032c0%2016.1%2011.9%2029.4%2027.4%2031.7C78.4%20106.8%208%20190%208%20288c0%2047.4%2030.8%2072.3%2056%2084.7V400h192v-27.3c25.2-12.5%2056-37.4%2056-84.7c0-37.3-10.2-72.4-25.3-104.1l-99.4%2099.4c-6.2%206.2-16.4%206.2-22.6%200s-6.2-16.4%200-22.6l106.1-106.1c-23.2-38.1-51.8-69.5-74.2-90.9C212.1%2061.4%20224%2048.1%20224%2032c0-17.7-14.3-32-32-32zM48%20432L6.6%20473.4c-4.2%204.2-6.6%2010-6.6%2016C0%20501.9%2010.1%20512%2022.6%20512h274.7c12.5%200%2022.6-10.1%2022.6-22.6c0-6-2.4-11.8-6.6-16L272%20432z%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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%200c-17.7%200-32%2014.3-32%2032c0%2016.1%2011.9%2029.4%2027.4%2031.7C78.4%20106.8%208%20190%208%20288c0%2047.4%2030.8%2072.3%2056%2084.7V400h192v-27.3c25.2-12.5%2056-37.4%2056-84.7c0-37.3-10.2-72.4-25.3-104.1l-99.4%2099.4c-6.2%206.2-16.4%206.2-22.6%200s-6.2-16.4%200-22.6l106.1-106.1c-23.2-38.1-51.8-69.5-74.2-90.9C212.1%2061.4%20224%2048.1%20224%2032c0-17.7-14.3-32-32-32zM48%20432L6.6%20473.4c-4.2%204.2-6.6%2010-6.6%2016C0%20501.9%2010.1%20512%2022.6%20512h274.7c12.5%200%2022.6-10.1%2022.6-22.6c0-6-2.4-11.8-6.6-16L272%20432z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/chess-bishop.svg?color=%231a73e8&size=48