chess icon
chess-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- chess-outline
- Set
- Material Symbols
- Style
- Outline
- 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="M5 20h14v-2H5zm3.3-4h7.4l-.575-4h-6.25zM3 22v-4q0-.825.588-1.412T5 16h1.3l.55-4H4v-2h16v2h-2.85l.55 4H19q.825 0 1.413.588T21 18v4zm3.775-12L5 2q.825.625 1.7 1.175t1.925.55q1 0 1.838-.513T12 2q.7.7 1.538 1.213t1.837.512q1.05 0 1.925-.55T19 2l-1.775 8h-2.05l.975-4.325l-.187.025q-.188.025-.588.025q-.9 0-1.762-.275T12 4.675q-.725.5-1.562.775t-1.713.275q-.45 0-.663-.025l-.212-.025L8.825 10zM12 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsChessOutline(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="M5 20h14v-2H5zm3.3-4h7.4l-.575-4h-6.25zM3 22v-4q0-.825.588-1.412T5 16h1.3l.55-4H4v-2h16v2h-2.85l.55 4H19q.825 0 1.413.588T21 18v4zm3.775-12L5 2q.825.625 1.7 1.175t1.925.55q1 0 1.838-.513T12 2q.7.7 1.538 1.213t1.837.512q1.05 0 1.925-.55T19 2l-1.775 8h-2.05l.975-4.325l-.187.025q-.188.025-.588.025q-.9 0-1.762-.275T12 4.675q-.725.5-1.562.775t-1.713.275q-.45 0-.663-.025l-.212-.025L8.825 10zM12 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="M5 20h14v-2H5zm3.3-4h7.4l-.575-4h-6.25zM3 22v-4q0-.825.588-1.412T5 16h1.3l.55-4H4v-2h16v2h-2.85l.55 4H19q.825 0 1.413.588T21 18v4zm3.775-12L5 2q.825.625 1.7 1.175t1.925.55q1 0 1.838-.513T12 2q.7.7 1.538 1.213t1.837.512q1.05 0 1.925-.55T19 2l-1.775 8h-2.05l.975-4.325l-.187.025q-.188.025-.588.025q-.9 0-1.762-.275T12 4.675q-.725.5-1.562.775t-1.713.275q-.45 0-.663-.025l-.212-.025L8.825 10zM12 20"/></svg> </template>
CSS
.icon-chess-outline {
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%22M5%2020h14v-2H5zm3.3-4h7.4l-.575-4h-6.25zM3%2022v-4q0-.825.588-1.412T5%2016h1.3l.55-4H4v-2h16v2h-2.85l.55%204H19q.825%200%201.413.588T21%2018v4zm3.775-12L5%202q.825.625%201.7%201.175t1.925.55q1%200%201.838-.513T12%202q.7.7%201.538%201.213t1.837.512q1.05%200%201.925-.55T19%202l-1.775%208h-2.05l.975-4.325l-.187.025q-.188.025-.588.025q-.9%200-1.762-.275T12%204.675q-.725.5-1.562.775t-1.713.275q-.45%200-.663-.025l-.212-.025L8.825%2010zM12%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%22M5%2020h14v-2H5zm3.3-4h7.4l-.575-4h-6.25zM3%2022v-4q0-.825.588-1.412T5%2016h1.3l.55-4H4v-2h16v2h-2.85l.55%204H19q.825%200%201.413.588T21%2018v4zm3.775-12L5%202q.825.625%201.7%201.175t1.925.55q1%200%201.838-.513T12%202q.7.7%201.538%201.213t1.837.512q1.05%200%201.925-.55T19%202l-1.775%208h-2.05l.975-4.325l-.187.025q-.188.025-.588.025q-.9%200-1.762-.275T12%204.675q-.725.5-1.562.775t-1.713.275q-.45%200-.663-.025l-.212-.025L8.825%2010zM12%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/chess-outline.svg?color=%231a73e8&size=48