chess icon
chess-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- chess-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
chessAkar IconschessBoxIcons v2 SolidchessFont Awesome 6 SolidchessFont Awesome Solidchess-16-filledFluent UI System IconschessIconParkchessIconPark OutlinechessLine AwesomechessMaterial Icon ThemechessMaterial SymbolschessMaterial Symbols Lightchess-fillMingCute IconchessPixelarticonschess-fillRemix Icon
Related icons in Tabler Icons
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="M12 2a4 4 0 0 1 4 4a5 5 0 0 1-.438 2.001L16 8a1 1 0 0 1 .117 1.993L16 10h-1.263l1.24 5.79a1 1 0 0 1-.747 1.184l-.113.02L15 17H9a1 1 0 0 1-.996-1.093l.018-.117L9.262 10H8a1 1 0 0 1-.117-1.993L8 8h.438a5.2 5.2 0 0 1-.412-1.525l-.02-.259L8 6a4 4 0 0 1 4-4m6 16H6a1 1 0 0 0-1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987-1.768l.011-.174A1 1 0 0 0 18 18"/></svg>
React
import type { SVGProps } from "react";
export function TablerChessFilled(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="M12 2a4 4 0 0 1 4 4a5 5 0 0 1-.438 2.001L16 8a1 1 0 0 1 .117 1.993L16 10h-1.263l1.24 5.79a1 1 0 0 1-.747 1.184l-.113.02L15 17H9a1 1 0 0 1-.996-1.093l.018-.117L9.262 10H8a1 1 0 0 1-.117-1.993L8 8h.438a5.2 5.2 0 0 1-.412-1.525l-.02-.259L8 6a4 4 0 0 1 4-4m6 16H6a1 1 0 0 0-1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987-1.768l.011-.174A1 1 0 0 0 18 18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a4 4 0 0 1 4 4a5 5 0 0 1-.438 2.001L16 8a1 1 0 0 1 .117 1.993L16 10h-1.263l1.24 5.79a1 1 0 0 1-.747 1.184l-.113.02L15 17H9a1 1 0 0 1-.996-1.093l.018-.117L9.262 10H8a1 1 0 0 1-.117-1.993L8 8h.438a5.2 5.2 0 0 1-.412-1.525l-.02-.259L8 6a4 4 0 0 1 4-4m6 16H6a1 1 0 0 0-1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987-1.768l.011-.174A1 1 0 0 0 18 18"/></svg> </template>
CSS
.icon-chess-filled {
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%22M12%202a4%204%200%200%201%204%204a5%205%200%200%201-.438%202.001L16%208a1%201%200%200%201%20.117%201.993L16%2010h-1.263l1.24%205.79a1%201%200%200%201-.747%201.184l-.113.02L15%2017H9a1%201%200%200%201-.996-1.093l.018-.117L9.262%2010H8a1%201%200%200%201-.117-1.993L8%208h.438a5.2%205.2%200%200%201-.412-1.525l-.02-.259L8%206a4%204%200%200%201%204-4m6%2016H6a1%201%200%200%200-1%201a2%202%200%200%200%202%202h10a2%202%200%200%200%201.987-1.768l.011-.174A1%201%200%200%200%2018%2018%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%22M12%202a4%204%200%200%201%204%204a5%205%200%200%201-.438%202.001L16%208a1%201%200%200%201%20.117%201.993L16%2010h-1.263l1.24%205.79a1%201%200%200%201-.747%201.184l-.113.02L15%2017H9a1%201%200%200%201-.996-1.093l.018-.117L9.262%2010H8a1%201%200%200%201-.117-1.993L8%208h.438a5.2%205.2%200%200%201-.412-1.525l-.02-.259L8%206a4%204%200%200%201%204-4m6%2016H6a1%201%200%200%200-1%201a2%202%200%200%200%202%202h10a2%202%200%200%200%201.987-1.768l.011-.174A1%201%200%200%200%2018%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/chess-filled.svg?color=%231a73e8&size=48