chess rook icon
chess-rook-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- chess-rook-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the chess rook icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.616 21q-.667 0-1.141-.475T5 19.386V17.49q0-.33.135-.62t.386-.504q1.662-1.473 2.47-3.101q.807-1.63 1.336-3.593h-.846q-.69 0-1.153-.462t-.462-1.163v-4.24q0-.343.231-.576Q7.33 3 7.673 3h2.173q.343 0 .576.232q.232.233.232.576v2.019h2.711v-2.02q0-.342.232-.575Q13.83 3 14.173 3h2.173q.343 0 .576.232t.232.576v4.24q0 .7-.463 1.162t-1.152.463h-.872q.535 1.964 1.343 3.593q.807 1.628 2.469 3.101q.25.21.386.507q.135.297.135.622v1.889q0 .666-.474 1.14T17.384 21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChessRookRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.616 21q-.667 0-1.141-.475T5 19.386V17.49q0-.33.135-.62t.386-.504q1.662-1.473 2.47-3.101q.807-1.63 1.336-3.593h-.846q-.69 0-1.153-.462t-.462-1.163v-4.24q0-.343.231-.576Q7.33 3 7.673 3h2.173q.343 0 .576.232q.232.233.232.576v2.019h2.711v-2.02q0-.342.232-.575Q13.83 3 14.173 3h2.173q.343 0 .576.232t.232.576v4.24q0 .7-.463 1.162t-1.152.463h-.872q.535 1.964 1.343 3.593q.807 1.628 2.469 3.101q.25.21.386.507q.135.297.135.622v1.889q0 .666-.474 1.14T17.384 21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.616 21q-.667 0-1.141-.475T5 19.386V17.49q0-.33.135-.62t.386-.504q1.662-1.473 2.47-3.101q.807-1.63 1.336-3.593h-.846q-.69 0-1.153-.462t-.462-1.163v-4.24q0-.343.231-.576Q7.33 3 7.673 3h2.173q.343 0 .576.232q.232.233.232.576v2.019h2.711v-2.02q0-.342.232-.575Q13.83 3 14.173 3h2.173q.343 0 .576.232t.232.576v4.24q0 .7-.463 1.162t-1.152.463h-.872q.535 1.964 1.343 3.593q.807 1.628 2.469 3.101q.25.21.386.507q.135.297.135.622v1.889q0 .666-.474 1.14T17.384 21z"/></svg> </template>
CSS
.icon-chess-rook-rounded {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.616%2021q-.667%200-1.141-.475T5%2019.386V17.49q0-.33.135-.62t.386-.504q1.662-1.473%202.47-3.101q.807-1.63%201.336-3.593h-.846q-.69%200-1.153-.462t-.462-1.163v-4.24q0-.343.231-.576Q7.33%203%207.673%203h2.173q.343%200%20.576.232q.232.233.232.576v2.019h2.711v-2.02q0-.342.232-.575Q13.83%203%2014.173%203h2.173q.343%200%20.576.232t.232.576v4.24q0%20.7-.463%201.162t-1.152.463h-.872q.535%201.964%201.343%203.593q.807%201.628%202.469%203.101q.25.21.386.507q.135.297.135.622v1.889q0%20.666-.474%201.14T17.384%2021z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.616%2021q-.667%200-1.141-.475T5%2019.386V17.49q0-.33.135-.62t.386-.504q1.662-1.473%202.47-3.101q.807-1.63%201.336-3.593h-.846q-.69%200-1.153-.462t-.462-1.163v-4.24q0-.343.231-.576Q7.33%203%207.673%203h2.173q.343%200%20.576.232q.232.233.232.576v2.019h2.711v-2.02q0-.342.232-.575Q13.83%203%2014.173%203h2.173q.343%200%20.576.232t.232.576v4.24q0%20.7-.463%201.162t-1.152.463h-.872q.535%201.964%201.343%203.593q.807%201.628%202.469%203.101q.25.21.386.507q.135.297.135.622v1.889q0%20.666-.474%201.14T17.384%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/chess-rook-rounded.svg?color=%231a73e8&size=48