chess rook icon
chess-rook from Font Awesome 6 Solid by Dave Gandy · Regular · Chess · CC-BY-4.0 Attribution required.
- Name
- chess-rook
- Set
- Font Awesome 6 Solid
- 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 Solid
Use the chess rook icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M32 192V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v40c0 4.4 3.6 8 8 8h32c4.4 0 8-3.6 8-8V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v40c0 4.4 3.6 8 8 8h32c4.4 0 8-3.6 8-8V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v144c0 10.1-4.7 19.6-12.8 25.6L352 256l16 144H80l16-144l-51.2-38.4c-8.1-6-12.8-15.5-12.8-25.6m176 96h32c8.8 0 16-7.2 16-16v-48c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 8.8 7.2 16 16 16M22.6 473.4L64 432h320l41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H38.6C26.1 512 16 501.9 16 489.4c0-6 2.4-11.8 6.6-16"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidChessRook(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="M32 192V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v40c0 4.4 3.6 8 8 8h32c4.4 0 8-3.6 8-8V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v40c0 4.4 3.6 8 8 8h32c4.4 0 8-3.6 8-8V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v144c0 10.1-4.7 19.6-12.8 25.6L352 256l16 144H80l16-144l-51.2-38.4c-8.1-6-12.8-15.5-12.8-25.6m176 96h32c8.8 0 16-7.2 16-16v-48c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 8.8 7.2 16 16 16M22.6 473.4L64 432h320l41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H38.6C26.1 512 16 501.9 16 489.4c0-6 2.4-11.8 6.6-16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M32 192V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v40c0 4.4 3.6 8 8 8h32c4.4 0 8-3.6 8-8V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v40c0 4.4 3.6 8 8 8h32c4.4 0 8-3.6 8-8V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v144c0 10.1-4.7 19.6-12.8 25.6L352 256l16 144H80l16-144l-51.2-38.4c-8.1-6-12.8-15.5-12.8-25.6m176 96h32c8.8 0 16-7.2 16-16v-48c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 8.8 7.2 16 16 16M22.6 473.4L64 432h320l41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H38.6C26.1 512 16 501.9 16 489.4c0-6 2.4-11.8 6.6-16"/></svg> </template>
CSS
.icon-chess-rook {
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%22M32%20192V48c0-8.8%207.2-16%2016-16h64c8.8%200%2016%207.2%2016%2016v40c0%204.4%203.6%208%208%208h32c4.4%200%208-3.6%208-8V48c0-8.8%207.2-16%2016-16h64c8.8%200%2016%207.2%2016%2016v40c0%204.4%203.6%208%208%208h32c4.4%200%208-3.6%208-8V48c0-8.8%207.2-16%2016-16h64c8.8%200%2016%207.2%2016%2016v144c0%2010.1-4.7%2019.6-12.8%2025.6L352%20256l16%20144H80l16-144l-51.2-38.4c-8.1-6-12.8-15.5-12.8-25.6m176%2096h32c8.8%200%2016-7.2%2016-16v-48c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v48c0%208.8%207.2%2016%2016%2016M22.6%20473.4L64%20432h320l41.4%2041.4c4.2%204.2%206.6%2010%206.6%2016c0%2012.5-10.1%2022.6-22.6%2022.6H38.6C26.1%20512%2016%20501.9%2016%20489.4c0-6%202.4-11.8%206.6-16%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%22M32%20192V48c0-8.8%207.2-16%2016-16h64c8.8%200%2016%207.2%2016%2016v40c0%204.4%203.6%208%208%208h32c4.4%200%208-3.6%208-8V48c0-8.8%207.2-16%2016-16h64c8.8%200%2016%207.2%2016%2016v40c0%204.4%203.6%208%208%208h32c4.4%200%208-3.6%208-8V48c0-8.8%207.2-16%2016-16h64c8.8%200%2016%207.2%2016%2016v144c0%2010.1-4.7%2019.6-12.8%2025.6L352%20256l16%20144H80l16-144l-51.2-38.4c-8.1-6-12.8-15.5-12.8-25.6m176%2096h32c8.8%200%2016-7.2%2016-16v-48c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v48c0%208.8%207.2%2016%2016%2016M22.6%20473.4L64%20432h320l41.4%2041.4c4.2%204.2%206.6%2010%206.6%2016c0%2012.5-10.1%2022.6-22.6%2022.6H38.6C26.1%20512%2016%20501.9%2016%20489.4c0-6%202.4-11.8%206.6-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/chess-rook.svg?color=%231a73e8&size=48