chess rook icon

chess-rook from Line Awesome by Icons8 · Line · Games · Apache-2.0 Free for personal and commercial use.

Name
chess-rook
Set
Line Awesome
Style
Line
Category
Games
Viewbox
32×32
License
Apache 2.0
Aliases
chess-rook-solid

The same icon in other sets

More games icons from Line Awesome

Use the chess rook icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 4v9h3.75l-.219 1h-.625c-.55.027-.98.496-.953 1.047s.496.98 1.047.953h.094l-1 4.563L10.375 22H8.906c-.55.027-.98.496-.953 1.047s.496.98 1.047.953l-1.813 2.406l-.187.25V29h18v-2.344l-.188-.25L23 24c.36.004.695-.184.879-.496a1.01 1.01 0 0 0 0-1.008c-.184-.312-.52-.5-.879-.496h-1.375l-.719-1.438l-1-4.562H20c.36.004.695-.184.879-.496a1.01 1.01 0 0 0 0-1.008c-.184-.312-.52-.5-.879-.496h-.531l-.219-1H23V4zm2 2h2v3h2V6h2v3h2V6h2v5H11zm3.781 7h2.438l.218 1h-2.875zm-.656 3h3.75l1.156 5.219l.032.125l.03.093l.282.563h-6.75l.281-.563l.031-.093l.032-.125zM11.5 24h9l2.25 3H9.25z"/></svg>

React

import type { SVGProps } from "react";

export function LaChessRook(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 4v9h3.75l-.219 1h-.625c-.55.027-.98.496-.953 1.047s.496.98 1.047.953h.094l-1 4.563L10.375 22H8.906c-.55.027-.98.496-.953 1.047s.496.98 1.047.953l-1.813 2.406l-.187.25V29h18v-2.344l-.188-.25L23 24c.36.004.695-.184.879-.496a1.01 1.01 0 0 0 0-1.008c-.184-.312-.52-.5-.879-.496h-1.375l-.719-1.438l-1-4.562H20c.36.004.695-.184.879-.496a1.01 1.01 0 0 0 0-1.008c-.184-.312-.52-.5-.879-.496h-.531l-.219-1H23V4zm2 2h2v3h2V6h2v3h2V6h2v5H11zm3.781 7h2.438l.218 1h-2.875zm-.656 3h3.75l1.156 5.219l.032.125l.03.093l.282.563h-6.75l.281-.563l.031-.093l.032-.125zM11.5 24h9l2.25 3H9.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 4v9h3.75l-.219 1h-.625c-.55.027-.98.496-.953 1.047s.496.98 1.047.953h.094l-1 4.563L10.375 22H8.906c-.55.027-.98.496-.953 1.047s.496.98 1.047.953l-1.813 2.406l-.187.25V29h18v-2.344l-.188-.25L23 24c.36.004.695-.184.879-.496a1.01 1.01 0 0 0 0-1.008c-.184-.312-.52-.5-.879-.496h-1.375l-.719-1.438l-1-4.562H20c.36.004.695-.184.879-.496a1.01 1.01 0 0 0 0-1.008c-.184-.312-.52-.5-.879-.496h-.531l-.219-1H23V4zm2 2h2v3h2V6h2v3h2V6h2v5H11zm3.781 7h2.438l.218 1h-2.875zm-.656 3h3.75l1.156 5.219l.032.125l.03.093l.282.563h-6.75l.281-.563l.031-.093l.032-.125zM11.5 24h9l2.25 3H9.25z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%204v9h3.75l-.219%201h-.625c-.55.027-.98.496-.953%201.047s.496.98%201.047.953h.094l-1%204.563L10.375%2022H8.906c-.55.027-.98.496-.953%201.047s.496.98%201.047.953l-1.813%202.406l-.187.25V29h18v-2.344l-.188-.25L23%2024c.36.004.695-.184.879-.496a1.01%201.01%200%200%200%200-1.008c-.184-.312-.52-.5-.879-.496h-1.375l-.719-1.438l-1-4.562H20c.36.004.695-.184.879-.496a1.01%201.01%200%200%200%200-1.008c-.184-.312-.52-.5-.879-.496h-.531l-.219-1H23V4zm2%202h2v3h2V6h2v3h2V6h2v5H11zm3.781%207h2.438l.218%201h-2.875zm-.656%203h3.75l1.156%205.219l.032.125l.03.093l.282.563h-6.75l.281-.563l.031-.093l.032-.125zM11.5%2024h9l2.25%203H9.25z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%204v9h3.75l-.219%201h-.625c-.55.027-.98.496-.953%201.047s.496.98%201.047.953h.094l-1%204.563L10.375%2022H8.906c-.55.027-.98.496-.953%201.047s.496.98%201.047.953l-1.813%202.406l-.187.25V29h18v-2.344l-.188-.25L23%2024c.36.004.695-.184.879-.496a1.01%201.01%200%200%200%200-1.008c-.184-.312-.52-.5-.879-.496h-1.375l-.719-1.438l-1-4.562H20c.36.004.695-.184.879-.496a1.01%201.01%200%200%200%200-1.008c-.184-.312-.52-.5-.879-.496h-.531l-.219-1H23V4zm2%202h2v3h2V6h2v3h2V6h2v5H11zm3.781%207h2.438l.218%201h-2.875zm-.656%203h3.75l1.156%205.219l.032.125l.03.093l.282.563h-6.75l.281-.563l.031-.093l.032-.125zM11.5%2024h9l2.25%203H9.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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