chess-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
chess-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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.434 3.063a1.5 1.5 0 0 1-.402 2.935a3.45 3.45 0 0 0 1.302 2.292c.36.285.666.74.666 1.283l-.008.147a1.43 1.43 0 0 1-1.272 1.272L7.573 15H2.427a1.427 1.427 0 0 1-1.42-1.28L1 13.573c0-.544.306-.998.666-1.283a3.45 3.45 0 0 0 1.3-2.292a1.499 1.499 0 0 1-.4-2.935A2.5 2.5 0 0 1 5 4m4.493-3c.387 0 .738.148 1.004.389a1.487 1.487 0 0 1 2.005 0A1.5 1.5 0 0 1 13.507 1H14a1 1 0 0 1 1 1v2a2 2 0 0 1-1.994 1.999c.069 4.141.99 5.75 1.452 6.298c.252.298.542.747.542 1.276c0 .788-.639 1.427-1.427 1.427h-4.04a2.4 2.4 0 0 0 .427-1h3.613a.427.427 0 0 0 .427-.427c0-.173-.104-.393-.306-.632C13.001 12.121 12 10.136 12 5.5a.5.5 0 0 1 .5-.5h.5a1 1 0 0 0 1-1V2h-.493a.5.5 0 0 0-.5.493L13 3.007a.5.5 0 0 1-1 0l-.007-.52a.493.493 0 0 0-.975-.1l-.011.1l-.007.52a.5.5 0 0 1-1 0l-.007-.514a.5.5 0 0 0-.5-.493H9v2a1 1 0 0 0 1 1h.5a.5.5 0 0 1 .5.5c0 3.813-.679 5.832-1.305 6.886a2.9 2.9 0 0 0-.687-.833c.443-.906.936-2.573.985-5.554A2 2 0 0 1 8 4V2a1 1 0 0 1 1-1zM5 5a1.5 1.5 0 0 0-1.298 2.249A.5.5 0 0 1 3.27 8H3a.5.5 0 0 0 0 1h.5a.5.5 0 0 1 .5.5a4.47 4.47 0 0 1-1.715 3.575c-.19.15-.285.34-.285.498l.009.086c.04.195.212.34.418.341h5.146l.086-.009a.43.43 0 0 0 .332-.332L8 13.573c0-.158-.095-.347-.285-.498A4.47 4.47 0 0 1 6 9.5a.5.5 0 0 1 .5-.5H7l.1-.01a.5.5 0 0 0 0-.98L7 8h-.27a.5.5 0 0 1-.432-.751A1.5 1.5 0 0 0 5 5"/></svg>

React

import type { SVGProps } from "react";

export function FluentChess16Regular(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.434 3.063a1.5 1.5 0 0 1-.402 2.935a3.45 3.45 0 0 0 1.302 2.292c.36.285.666.74.666 1.283l-.008.147a1.43 1.43 0 0 1-1.272 1.272L7.573 15H2.427a1.427 1.427 0 0 1-1.42-1.28L1 13.573c0-.544.306-.998.666-1.283a3.45 3.45 0 0 0 1.3-2.292a1.499 1.499 0 0 1-.4-2.935A2.5 2.5 0 0 1 5 4m4.493-3c.387 0 .738.148 1.004.389a1.487 1.487 0 0 1 2.005 0A1.5 1.5 0 0 1 13.507 1H14a1 1 0 0 1 1 1v2a2 2 0 0 1-1.994 1.999c.069 4.141.99 5.75 1.452 6.298c.252.298.542.747.542 1.276c0 .788-.639 1.427-1.427 1.427h-4.04a2.4 2.4 0 0 0 .427-1h3.613a.427.427 0 0 0 .427-.427c0-.173-.104-.393-.306-.632C13.001 12.121 12 10.136 12 5.5a.5.5 0 0 1 .5-.5h.5a1 1 0 0 0 1-1V2h-.493a.5.5 0 0 0-.5.493L13 3.007a.5.5 0 0 1-1 0l-.007-.52a.493.493 0 0 0-.975-.1l-.011.1l-.007.52a.5.5 0 0 1-1 0l-.007-.514a.5.5 0 0 0-.5-.493H9v2a1 1 0 0 0 1 1h.5a.5.5 0 0 1 .5.5c0 3.813-.679 5.832-1.305 6.886a2.9 2.9 0 0 0-.687-.833c.443-.906.936-2.573.985-5.554A2 2 0 0 1 8 4V2a1 1 0 0 1 1-1zM5 5a1.5 1.5 0 0 0-1.298 2.249A.5.5 0 0 1 3.27 8H3a.5.5 0 0 0 0 1h.5a.5.5 0 0 1 .5.5a4.47 4.47 0 0 1-1.715 3.575c-.19.15-.285.34-.285.498l.009.086c.04.195.212.34.418.341h5.146l.086-.009a.43.43 0 0 0 .332-.332L8 13.573c0-.158-.095-.347-.285-.498A4.47 4.47 0 0 1 6 9.5a.5.5 0 0 1 .5-.5H7l.1-.01a.5.5 0 0 0 0-.98L7 8h-.27a.5.5 0 0 1-.432-.751A1.5 1.5 0 0 0 5 5"/></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.434 3.063a1.5 1.5 0 0 1-.402 2.935a3.45 3.45 0 0 0 1.302 2.292c.36.285.666.74.666 1.283l-.008.147a1.43 1.43 0 0 1-1.272 1.272L7.573 15H2.427a1.427 1.427 0 0 1-1.42-1.28L1 13.573c0-.544.306-.998.666-1.283a3.45 3.45 0 0 0 1.3-2.292a1.499 1.499 0 0 1-.4-2.935A2.5 2.5 0 0 1 5 4m4.493-3c.387 0 .738.148 1.004.389a1.487 1.487 0 0 1 2.005 0A1.5 1.5 0 0 1 13.507 1H14a1 1 0 0 1 1 1v2a2 2 0 0 1-1.994 1.999c.069 4.141.99 5.75 1.452 6.298c.252.298.542.747.542 1.276c0 .788-.639 1.427-1.427 1.427h-4.04a2.4 2.4 0 0 0 .427-1h3.613a.427.427 0 0 0 .427-.427c0-.173-.104-.393-.306-.632C13.001 12.121 12 10.136 12 5.5a.5.5 0 0 1 .5-.5h.5a1 1 0 0 0 1-1V2h-.493a.5.5 0 0 0-.5.493L13 3.007a.5.5 0 0 1-1 0l-.007-.52a.493.493 0 0 0-.975-.1l-.011.1l-.007.52a.5.5 0 0 1-1 0l-.007-.514a.5.5 0 0 0-.5-.493H9v2a1 1 0 0 0 1 1h.5a.5.5 0 0 1 .5.5c0 3.813-.679 5.832-1.305 6.886a2.9 2.9 0 0 0-.687-.833c.443-.906.936-2.573.985-5.554A2 2 0 0 1 8 4V2a1 1 0 0 1 1-1zM5 5a1.5 1.5 0 0 0-1.298 2.249A.5.5 0 0 1 3.27 8H3a.5.5 0 0 0 0 1h.5a.5.5 0 0 1 .5.5a4.47 4.47 0 0 1-1.715 3.575c-.19.15-.285.34-.285.498l.009.086c.04.195.212.34.418.341h5.146l.086-.009a.43.43 0 0 0 .332-.332L8 13.573c0-.158-.095-.347-.285-.498A4.47 4.47 0 0 1 6 9.5a.5.5 0 0 1 .5-.5H7l.1-.01a.5.5 0 0 0 0-.98L7 8h-.27a.5.5 0 0 1-.432-.751A1.5 1.5 0 0 0 5 5"/></svg>
</template>

CSS

.icon-chess-16-regular {
  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.434%203.063a1.5%201.5%200%200%201-.402%202.935a3.45%203.45%200%200%200%201.302%202.292c.36.285.666.74.666%201.283l-.008.147a1.43%201.43%200%200%201-1.272%201.272L7.573%2015H2.427a1.427%201.427%200%200%201-1.42-1.28L1%2013.573c0-.544.306-.998.666-1.283a3.45%203.45%200%200%200%201.3-2.292a1.499%201.499%200%200%201-.4-2.935A2.5%202.5%200%200%201%205%204m4.493-3c.387%200%20.738.148%201.004.389a1.487%201.487%200%200%201%202.005%200A1.5%201.5%200%200%201%2013.507%201H14a1%201%200%200%201%201%201v2a2%202%200%200%201-1.994%201.999c.069%204.141.99%205.75%201.452%206.298c.252.298.542.747.542%201.276c0%20.788-.639%201.427-1.427%201.427h-4.04a2.4%202.4%200%200%200%20.427-1h3.613a.427.427%200%200%200%20.427-.427c0-.173-.104-.393-.306-.632C13.001%2012.121%2012%2010.136%2012%205.5a.5.5%200%200%201%20.5-.5h.5a1%201%200%200%200%201-1V2h-.493a.5.5%200%200%200-.5.493L13%203.007a.5.5%200%200%201-1%200l-.007-.52a.493.493%200%200%200-.975-.1l-.011.1l-.007.52a.5.5%200%200%201-1%200l-.007-.514a.5.5%200%200%200-.5-.493H9v2a1%201%200%200%200%201%201h.5a.5.5%200%200%201%20.5.5c0%203.813-.679%205.832-1.305%206.886a2.9%202.9%200%200%200-.687-.833c.443-.906.936-2.573.985-5.554A2%202%200%200%201%208%204V2a1%201%200%200%201%201-1zM5%205a1.5%201.5%200%200%200-1.298%202.249A.5.5%200%200%201%203.27%208H3a.5.5%200%200%200%200%201h.5a.5.5%200%200%201%20.5.5a4.47%204.47%200%200%201-1.715%203.575c-.19.15-.285.34-.285.498l.009.086c.04.195.212.34.418.341h5.146l.086-.009a.43.43%200%200%200%20.332-.332L8%2013.573c0-.158-.095-.347-.285-.498A4.47%204.47%200%200%201%206%209.5a.5.5%200%200%201%20.5-.5H7l.1-.01a.5.5%200%200%200%200-.98L7%208h-.27a.5.5%200%200%201-.432-.751A1.5%201.5%200%200%200%205%205%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.434%203.063a1.5%201.5%200%200%201-.402%202.935a3.45%203.45%200%200%200%201.302%202.292c.36.285.666.74.666%201.283l-.008.147a1.43%201.43%200%200%201-1.272%201.272L7.573%2015H2.427a1.427%201.427%200%200%201-1.42-1.28L1%2013.573c0-.544.306-.998.666-1.283a3.45%203.45%200%200%200%201.3-2.292a1.499%201.499%200%200%201-.4-2.935A2.5%202.5%200%200%201%205%204m4.493-3c.387%200%20.738.148%201.004.389a1.487%201.487%200%200%201%202.005%200A1.5%201.5%200%200%201%2013.507%201H14a1%201%200%200%201%201%201v2a2%202%200%200%201-1.994%201.999c.069%204.141.99%205.75%201.452%206.298c.252.298.542.747.542%201.276c0%20.788-.639%201.427-1.427%201.427h-4.04a2.4%202.4%200%200%200%20.427-1h3.613a.427.427%200%200%200%20.427-.427c0-.173-.104-.393-.306-.632C13.001%2012.121%2012%2010.136%2012%205.5a.5.5%200%200%201%20.5-.5h.5a1%201%200%200%200%201-1V2h-.493a.5.5%200%200%200-.5.493L13%203.007a.5.5%200%200%201-1%200l-.007-.52a.493.493%200%200%200-.975-.1l-.011.1l-.007.52a.5.5%200%200%201-1%200l-.007-.514a.5.5%200%200%200-.5-.493H9v2a1%201%200%200%200%201%201h.5a.5.5%200%200%201%20.5.5c0%203.813-.679%205.832-1.305%206.886a2.9%202.9%200%200%200-.687-.833c.443-.906.936-2.573.985-5.554A2%202%200%200%201%208%204V2a1%201%200%200%201%201-1zM5%205a1.5%201.5%200%200%200-1.298%202.249A.5.5%200%200%201%203.27%208H3a.5.5%200%200%200%200%201h.5a.5.5%200%200%201%20.5.5a4.47%204.47%200%200%201-1.715%203.575c-.19.15-.285.34-.285.498l.009.086c.04.195.212.34.418.341h5.146l.086-.009a.43.43%200%200%200%20.332-.332L8%2013.573c0-.158-.095-.347-.285-.498A4.47%204.47%200%200%201%206%209.5a.5.5%200%200%201%20.5-.5H7l.1-.01a.5.5%200%200%200%200-.98L7%208h-.27a.5.5%200%200%201-.432-.751A1.5%201.5%200%200%200%205%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/chess-16-regular.svg?color=%231a73e8&size=48