chess rook icon
chess-rook-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- chess-rook-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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-.672 0-1.144-.472T5 19.385V17.49q0-.33.137-.618t.384-.506q1.662-1.473 2.47-3.101q.807-1.63 1.336-3.593h-.846q-.69 0-1.153-.462t-.462-1.153v-4.25q0-.348.23-.578T7.672 3h2.173q.348 0 .578.23t.23.578v2.019h2.712v-2.02q0-.347.23-.577t.577-.23h2.173q.348 0 .578.23t.23.578v4.25q0 .69-.463 1.153t-1.152.462h-.872q.535 1.964 1.343 3.593q.807 1.628 2.469 3.101q.248.218.385.509q.136.291.136.62v1.889q0 .67-.472 1.143q-.472.472-1.143.472zm0-1h10.769q.269 0 .442-.173t.173-.442V17.29q-1.88-1.662-2.864-3.54T13.63 9.673h-3.267q-.516 2.2-1.502 4.078q-.987 1.878-2.862 3.54v2.094q0 .269.173.442t.443.173M8.48 8.673h7.058q.269 0 .442-.173t.173-.442V4h-1.789v2.827h-4.71V4H7.866v4.058q0 .269.173.442t.442.173m0 0h-.615h8.288zM12 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChessRookOutlineRounded(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-.672 0-1.144-.472T5 19.385V17.49q0-.33.137-.618t.384-.506q1.662-1.473 2.47-3.101q.807-1.63 1.336-3.593h-.846q-.69 0-1.153-.462t-.462-1.153v-4.25q0-.348.23-.578T7.672 3h2.173q.348 0 .578.23t.23.578v2.019h2.712v-2.02q0-.347.23-.577t.577-.23h2.173q.348 0 .578.23t.23.578v4.25q0 .69-.463 1.153t-1.152.462h-.872q.535 1.964 1.343 3.593q.807 1.628 2.469 3.101q.248.218.385.509q.136.291.136.62v1.889q0 .67-.472 1.143q-.472.472-1.143.472zm0-1h10.769q.269 0 .442-.173t.173-.442V17.29q-1.88-1.662-2.864-3.54T13.63 9.673h-3.267q-.516 2.2-1.502 4.078q-.987 1.878-2.862 3.54v2.094q0 .269.173.442t.443.173M8.48 8.673h7.058q.269 0 .442-.173t.173-.442V4h-1.789v2.827h-4.71V4H7.866v4.058q0 .269.173.442t.442.173m0 0h-.615h8.288zM12 20"/></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-.672 0-1.144-.472T5 19.385V17.49q0-.33.137-.618t.384-.506q1.662-1.473 2.47-3.101q.807-1.63 1.336-3.593h-.846q-.69 0-1.153-.462t-.462-1.153v-4.25q0-.348.23-.578T7.672 3h2.173q.348 0 .578.23t.23.578v2.019h2.712v-2.02q0-.347.23-.577t.577-.23h2.173q.348 0 .578.23t.23.578v4.25q0 .69-.463 1.153t-1.152.462h-.872q.535 1.964 1.343 3.593q.807 1.628 2.469 3.101q.248.218.385.509q.136.291.136.62v1.889q0 .67-.472 1.143q-.472.472-1.143.472zm0-1h10.769q.269 0 .442-.173t.173-.442V17.29q-1.88-1.662-2.864-3.54T13.63 9.673h-3.267q-.516 2.2-1.502 4.078q-.987 1.878-2.862 3.54v2.094q0 .269.173.442t.443.173M8.48 8.673h7.058q.269 0 .442-.173t.173-.442V4h-1.789v2.827h-4.71V4H7.866v4.058q0 .269.173.442t.442.173m0 0h-.615h8.288zM12 20"/></svg> </template>
CSS
.icon-chess-rook-outline-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-.672%200-1.144-.472T5%2019.385V17.49q0-.33.137-.618t.384-.506q1.662-1.473%202.47-3.101q.807-1.63%201.336-3.593h-.846q-.69%200-1.153-.462t-.462-1.153v-4.25q0-.348.23-.578T7.672%203h2.173q.348%200%20.578.23t.23.578v2.019h2.712v-2.02q0-.347.23-.577t.577-.23h2.173q.348%200%20.578.23t.23.578v4.25q0%20.69-.463%201.153t-1.152.462h-.872q.535%201.964%201.343%203.593q.807%201.628%202.469%203.101q.248.218.385.509q.136.291.136.62v1.889q0%20.67-.472%201.143q-.472.472-1.143.472zm0-1h10.769q.269%200%20.442-.173t.173-.442V17.29q-1.88-1.662-2.864-3.54T13.63%209.673h-3.267q-.516%202.2-1.502%204.078q-.987%201.878-2.862%203.54v2.094q0%20.269.173.442t.443.173M8.48%208.673h7.058q.269%200%20.442-.173t.173-.442V4h-1.789v2.827h-4.71V4H7.866v4.058q0%20.269.173.442t.442.173m0%200h-.615h8.288zM12%2020%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-.672%200-1.144-.472T5%2019.385V17.49q0-.33.137-.618t.384-.506q1.662-1.473%202.47-3.101q.807-1.63%201.336-3.593h-.846q-.69%200-1.153-.462t-.462-1.153v-4.25q0-.348.23-.578T7.672%203h2.173q.348%200%20.578.23t.23.578v2.019h2.712v-2.02q0-.347.23-.577t.577-.23h2.173q.348%200%20.578.23t.23.578v4.25q0%20.69-.463%201.153t-1.152.462h-.872q.535%201.964%201.343%203.593q.807%201.628%202.469%203.101q.248.218.385.509q.136.291.136.62v1.889q0%20.67-.472%201.143q-.472.472-1.143.472zm0-1h10.769q.269%200%20.442-.173t.173-.442V17.29q-1.88-1.662-2.864-3.54T13.63%209.673h-3.267q-.516%202.2-1.502%204.078q-.987%201.878-2.862%203.54v2.094q0%20.269.173.442t.443.173M8.48%208.673h7.058q.269%200%20.442-.173t.173-.442V4h-1.789v2.827h-4.71V4H7.866v4.058q0%20.269.173.442t.442.173m0%200h-.615h8.288zM12%2020%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-outline-rounded.svg?color=%231a73e8&size=48