chess icon
chess-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- chess-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Use the chess icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 4a2.5 2.5 0 0 1 2.5 2.5A2.5 2.5 0 0 1 6.996 8H7a1 1 0 0 1 0 2h-.458c.199 1.19 1.08 1.923 1.685 2.293c.428.262.773.738.773 1.313C9 14.375 8.376 15 7.605 15h-5.21C1.625 15 1 14.376 1 13.605c0-.574.345-1.05.773-1.312c.605-.37 1.486-1.103 1.685-2.293H3a1 1 0 0 1 0-2h.004A2.5 2.5 0 0 1 2.5 6.5A2.5 2.5 0 0 1 5 4m4-3a.5.5 0 0 1 .5.5v1a.5.5 0 0 0 1 0v-1A.5.5 0 0 1 11 1h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 0 1 0v-1A.5.5 0 0 1 14 1h.25a.75.75 0 0 1 .75.75V4a2 2 0 0 1-1.994 1.999c.069 4.142.99 5.75 1.452 6.298c.252.298.542.747.542 1.276c0 .788-.639 1.427-1.427 1.427h-4.04c.292-.4.467-.893.467-1.427c0-.897-.483-1.596-.992-2.02c.443-.906.936-2.573.985-5.554A2 2 0 0 1 8 4V1.75A.75.75 0 0 1 8.75 1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentChess16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 4a2.5 2.5 0 0 1 2.5 2.5A2.5 2.5 0 0 1 6.996 8H7a1 1 0 0 1 0 2h-.458c.199 1.19 1.08 1.923 1.685 2.293c.428.262.773.738.773 1.313C9 14.375 8.376 15 7.605 15h-5.21C1.625 15 1 14.376 1 13.605c0-.574.345-1.05.773-1.312c.605-.37 1.486-1.103 1.685-2.293H3a1 1 0 0 1 0-2h.004A2.5 2.5 0 0 1 2.5 6.5A2.5 2.5 0 0 1 5 4m4-3a.5.5 0 0 1 .5.5v1a.5.5 0 0 0 1 0v-1A.5.5 0 0 1 11 1h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 0 1 0v-1A.5.5 0 0 1 14 1h.25a.75.75 0 0 1 .75.75V4a2 2 0 0 1-1.994 1.999c.069 4.142.99 5.75 1.452 6.298c.252.298.542.747.542 1.276c0 .788-.639 1.427-1.427 1.427h-4.04c.292-.4.467-.893.467-1.427c0-.897-.483-1.596-.992-2.02c.443-.906.936-2.573.985-5.554A2 2 0 0 1 8 4V1.75A.75.75 0 0 1 8.75 1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 4a2.5 2.5 0 0 1 2.5 2.5A2.5 2.5 0 0 1 6.996 8H7a1 1 0 0 1 0 2h-.458c.199 1.19 1.08 1.923 1.685 2.293c.428.262.773.738.773 1.313C9 14.375 8.376 15 7.605 15h-5.21C1.625 15 1 14.376 1 13.605c0-.574.345-1.05.773-1.312c.605-.37 1.486-1.103 1.685-2.293H3a1 1 0 0 1 0-2h.004A2.5 2.5 0 0 1 2.5 6.5A2.5 2.5 0 0 1 5 4m4-3a.5.5 0 0 1 .5.5v1a.5.5 0 0 0 1 0v-1A.5.5 0 0 1 11 1h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 0 1 0v-1A.5.5 0 0 1 14 1h.25a.75.75 0 0 1 .75.75V4a2 2 0 0 1-1.994 1.999c.069 4.142.99 5.75 1.452 6.298c.252.298.542.747.542 1.276c0 .788-.639 1.427-1.427 1.427h-4.04c.292-.4.467-.893.467-1.427c0-.897-.483-1.596-.992-2.02c.443-.906.936-2.573.985-5.554A2 2 0 0 1 8 4V1.75A.75.75 0 0 1 8.75 1z"/></svg> </template>
CSS
.icon-chess-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%204a2.5%202.5%200%200%201%202.5%202.5A2.5%202.5%200%200%201%206.996%208H7a1%201%200%200%201%200%202h-.458c.199%201.19%201.08%201.923%201.685%202.293c.428.262.773.738.773%201.313C9%2014.375%208.376%2015%207.605%2015h-5.21C1.625%2015%201%2014.376%201%2013.605c0-.574.345-1.05.773-1.312c.605-.37%201.486-1.103%201.685-2.293H3a1%201%200%200%201%200-2h.004A2.5%202.5%200%200%201%202.5%206.5A2.5%202.5%200%200%201%205%204m4-3a.5.5%200%200%201%20.5.5v1a.5.5%200%200%200%201%200v-1A.5.5%200%200%201%2011%201h1a.5.5%200%200%201%20.5.5v1a.5.5%200%200%200%201%200v-1A.5.5%200%200%201%2014%201h.25a.75.75%200%200%201%20.75.75V4a2%202%200%200%201-1.994%201.999c.069%204.142.99%205.75%201.452%206.298c.252.298.542.747.542%201.276c0%20.788-.639%201.427-1.427%201.427h-4.04c.292-.4.467-.893.467-1.427c0-.897-.483-1.596-.992-2.02c.443-.906.936-2.573.985-5.554A2%202%200%200%201%208%204V1.75A.75.75%200%200%201%208.75%201z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%204a2.5%202.5%200%200%201%202.5%202.5A2.5%202.5%200%200%201%206.996%208H7a1%201%200%200%201%200%202h-.458c.199%201.19%201.08%201.923%201.685%202.293c.428.262.773.738.773%201.313C9%2014.375%208.376%2015%207.605%2015h-5.21C1.625%2015%201%2014.376%201%2013.605c0-.574.345-1.05.773-1.312c.605-.37%201.486-1.103%201.685-2.293H3a1%201%200%200%201%200-2h.004A2.5%202.5%200%200%201%202.5%206.5A2.5%202.5%200%200%201%205%204m4-3a.5.5%200%200%201%20.5.5v1a.5.5%200%200%200%201%200v-1A.5.5%200%200%201%2011%201h1a.5.5%200%200%201%20.5.5v1a.5.5%200%200%200%201%200v-1A.5.5%200%200%201%2014%201h.25a.75.75%200%200%201%20.75.75V4a2%202%200%200%201-1.994%201.999c.069%204.142.99%205.75%201.452%206.298c.252.298.542.747.542%201.276c0%20.788-.639%201.427-1.427%201.427h-4.04c.292-.4.467-.893.467-1.427c0-.897-.483-1.596-.992-2.02c.443-.906.936-2.573.985-5.554A2%202%200%200%201%208%204V1.75A.75.75%200%200%201%208.75%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/chess-16-filled.svg?color=%231a73e8&size=48