chess icon
chess-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- chess-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
chessAkar IconschessBoxIcons v2 SolidchessFont Awesome 6 SolidchessFont Awesome Solidchess-16-filledFluent UI System IconschessIconParkchessIconPark OutlinechessLine AwesomechessMaterial Icon ThemechessMaterial Symbols Lightchess-fillMingCute IconchessPixelarticonschess-fillRemix IconchessTabler Icons
More social icons from Material Symbols
Use the chess icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22q-.425 0-.712-.288T3 21v-3q0-.825.588-1.412T5 16h1.3l.55-4H5q-.425 0-.712-.288T4 11t.288-.712T5 10h14q.425 0 .713.288T20 11t-.288.713T19 12h-1.85l.55 4H19q.825 0 1.413.588T21 18v3q0 .425-.288.713T20 22zM7.25 8.5q-.35 0-.625-.213t-.35-.562L5.45 4q-.05-.275.038-.488t.287-.337t.45-.137t.475.137q.45.25.925.4t1 .15q.725 0 1.375-.3t1.225-.75q.175-.125.375-.187t.4-.063t.4.063t.375.187q.575.45 1.225.75t1.375.3q.525 0 1-.163t.925-.412q.25-.125.488-.1t.437.15t.3.337t.05.463l-.825 3.725q-.075.35-.35.563t-.625.212z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsChessRounded(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="M4 22q-.425 0-.712-.288T3 21v-3q0-.825.588-1.412T5 16h1.3l.55-4H5q-.425 0-.712-.288T4 11t.288-.712T5 10h14q.425 0 .713.288T20 11t-.288.713T19 12h-1.85l.55 4H19q.825 0 1.413.588T21 18v3q0 .425-.288.713T20 22zM7.25 8.5q-.35 0-.625-.213t-.35-.562L5.45 4q-.05-.275.038-.488t.287-.337t.45-.137t.475.137q.45.25.925.4t1 .15q.725 0 1.375-.3t1.225-.75q.175-.125.375-.187t.4-.063t.4.063t.375.187q.575.45 1.225.75t1.375.3q.525 0 1-.163t.925-.412q.25-.125.488-.1t.437.15t.3.337t.05.463l-.825 3.725q-.075.35-.35.563t-.625.212z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22q-.425 0-.712-.288T3 21v-3q0-.825.588-1.412T5 16h1.3l.55-4H5q-.425 0-.712-.288T4 11t.288-.712T5 10h14q.425 0 .713.288T20 11t-.288.713T19 12h-1.85l.55 4H19q.825 0 1.413.588T21 18v3q0 .425-.288.713T20 22zM7.25 8.5q-.35 0-.625-.213t-.35-.562L5.45 4q-.05-.275.038-.488t.287-.337t.45-.137t.475.137q.45.25.925.4t1 .15q.725 0 1.375-.3t1.225-.75q.175-.125.375-.187t.4-.063t.4.063t.375.187q.575.45 1.225.75t1.375.3q.525 0 1-.163t.925-.412q.25-.125.488-.1t.437.15t.3.337t.05.463l-.825 3.725q-.075.35-.35.563t-.625.212z"/></svg> </template>
CSS
.icon-chess-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%22M4%2022q-.425%200-.712-.288T3%2021v-3q0-.825.588-1.412T5%2016h1.3l.55-4H5q-.425%200-.712-.288T4%2011t.288-.712T5%2010h14q.425%200%20.713.288T20%2011t-.288.713T19%2012h-1.85l.55%204H19q.825%200%201.413.588T21%2018v3q0%20.425-.288.713T20%2022zM7.25%208.5q-.35%200-.625-.213t-.35-.562L5.45%204q-.05-.275.038-.488t.287-.337t.45-.137t.475.137q.45.25.925.4t1%20.15q.725%200%201.375-.3t1.225-.75q.175-.125.375-.187t.4-.063t.4.063t.375.187q.575.45%201.225.75t1.375.3q.525%200%201-.163t.925-.412q.25-.125.488-.1t.437.15t.3.337t.05.463l-.825%203.725q-.075.35-.35.563t-.625.212z%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%22M4%2022q-.425%200-.712-.288T3%2021v-3q0-.825.588-1.412T5%2016h1.3l.55-4H5q-.425%200-.712-.288T4%2011t.288-.712T5%2010h14q.425%200%20.713.288T20%2011t-.288.713T19%2012h-1.85l.55%204H19q.825%200%201.413.588T21%2018v3q0%20.425-.288.713T20%2022zM7.25%208.5q-.35%200-.625-.213t-.35-.562L5.45%204q-.05-.275.038-.488t.287-.337t.45-.137t.475.137q.45.25.925.4t1%20.15q.725%200%201.375-.3t1.225-.75q.175-.125.375-.187t.4-.063t.4.063t.375.187q.575.45%201.225.75t1.375.3q.525%200%201-.163t.925-.412q.25-.125.488-.1t.437.15t.3.337t.05.463l-.825%203.725q-.075.35-.35.563t-.625.212z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/chess-rounded.svg?color=%231a73e8&size=48