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

Name
chess-rook
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 rook icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M480 64c17.7 0 32 14.3 32 32v138.7c0 13.8-4.5 27.3-12.8 38.4L464 320v112l40.8 68.1c4.7 7.8 7.2 16.7 7.2 25.8c0 27.7-22.4 50.1-50.1 50.1H178.1c-27.7 0-50.1-22.4-50.1-50.1c0-9.1 2.5-18 7.2-25.8L176 432V320l-35.2-46.9c-8.3-11.1-12.8-24.6-12.8-38.4V96c0-17.7 14.3-32 32-32zM176.3 524.8l-.3 1.1c0 1.2 1 2.1 2.1 2.1h283.8c1.2 0 2.1-1 2.1-2.1l-.3-1.1l-36.5-60.8H212.8zm-.3-290.1c0 2.6.6 5.1 1.8 7.4l1.4 2.2l35.2 46.9L224 304v112h192V304l9.6-12.8l35.2-46.9l1.4-2.2c1.2-2.3 1.8-4.8 1.8-7.4V112h-64v24c0 13.3-10.7 24-24 24s-24-10.7-24-24v-24h-64v24c0 13.3-10.7 24-24 24s-24-10.7-24-24v-24h-64z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularChessRook(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="M480 64c17.7 0 32 14.3 32 32v138.7c0 13.8-4.5 27.3-12.8 38.4L464 320v112l40.8 68.1c4.7 7.8 7.2 16.7 7.2 25.8c0 27.7-22.4 50.1-50.1 50.1H178.1c-27.7 0-50.1-22.4-50.1-50.1c0-9.1 2.5-18 7.2-25.8L176 432V320l-35.2-46.9c-8.3-11.1-12.8-24.6-12.8-38.4V96c0-17.7 14.3-32 32-32zM176.3 524.8l-.3 1.1c0 1.2 1 2.1 2.1 2.1h283.8c1.2 0 2.1-1 2.1-2.1l-.3-1.1l-36.5-60.8H212.8zm-.3-290.1c0 2.6.6 5.1 1.8 7.4l1.4 2.2l35.2 46.9L224 304v112h192V304l9.6-12.8l35.2-46.9l1.4-2.2c1.2-2.3 1.8-4.8 1.8-7.4V112h-64v24c0 13.3-10.7 24-24 24s-24-10.7-24-24v-24h-64v24c0 13.3-10.7 24-24 24s-24-10.7-24-24v-24h-64z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M480 64c17.7 0 32 14.3 32 32v138.7c0 13.8-4.5 27.3-12.8 38.4L464 320v112l40.8 68.1c4.7 7.8 7.2 16.7 7.2 25.8c0 27.7-22.4 50.1-50.1 50.1H178.1c-27.7 0-50.1-22.4-50.1-50.1c0-9.1 2.5-18 7.2-25.8L176 432V320l-35.2-46.9c-8.3-11.1-12.8-24.6-12.8-38.4V96c0-17.7 14.3-32 32-32zM176.3 524.8l-.3 1.1c0 1.2 1 2.1 2.1 2.1h283.8c1.2 0 2.1-1 2.1-2.1l-.3-1.1l-36.5-60.8H212.8zm-.3-290.1c0 2.6.6 5.1 1.8 7.4l1.4 2.2l35.2 46.9L224 304v112h192V304l9.6-12.8l35.2-46.9l1.4-2.2c1.2-2.3 1.8-4.8 1.8-7.4V112h-64v24c0 13.3-10.7 24-24 24s-24-10.7-24-24v-24h-64v24c0 13.3-10.7 24-24 24s-24-10.7-24-24v-24h-64z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%2064c17.7%200%2032%2014.3%2032%2032v138.7c0%2013.8-4.5%2027.3-12.8%2038.4L464%20320v112l40.8%2068.1c4.7%207.8%207.2%2016.7%207.2%2025.8c0%2027.7-22.4%2050.1-50.1%2050.1H178.1c-27.7%200-50.1-22.4-50.1-50.1c0-9.1%202.5-18%207.2-25.8L176%20432V320l-35.2-46.9c-8.3-11.1-12.8-24.6-12.8-38.4V96c0-17.7%2014.3-32%2032-32zM176.3%20524.8l-.3%201.1c0%201.2%201%202.1%202.1%202.1h283.8c1.2%200%202.1-1%202.1-2.1l-.3-1.1l-36.5-60.8H212.8zm-.3-290.1c0%202.6.6%205.1%201.8%207.4l1.4%202.2l35.2%2046.9L224%20304v112h192V304l9.6-12.8l35.2-46.9l1.4-2.2c1.2-2.3%201.8-4.8%201.8-7.4V112h-64v24c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-24h-64v24c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-24h-64z%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%22M480%2064c17.7%200%2032%2014.3%2032%2032v138.7c0%2013.8-4.5%2027.3-12.8%2038.4L464%20320v112l40.8%2068.1c4.7%207.8%207.2%2016.7%207.2%2025.8c0%2027.7-22.4%2050.1-50.1%2050.1H178.1c-27.7%200-50.1-22.4-50.1-50.1c0-9.1%202.5-18%207.2-25.8L176%20432V320l-35.2-46.9c-8.3-11.1-12.8-24.6-12.8-38.4V96c0-17.7%2014.3-32%2032-32zM176.3%20524.8l-.3%201.1c0%201.2%201%202.1%202.1%202.1h283.8c1.2%200%202.1-1%202.1-2.1l-.3-1.1l-36.5-60.8H212.8zm-.3-290.1c0%202.6.6%205.1%201.8%207.4l1.4%202.2l35.2%2046.9L224%20304v112h192V304l9.6-12.8l35.2-46.9l1.4-2.2c1.2-2.3%201.8-4.8%201.8-7.4V112h-64v24c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-24h-64v24c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-24h-64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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