chess-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
chess-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M7.5 6a3.5 3.5 0 0 1 2.448 6h.552a1.5 1.5 0 0 1 0 3h-.37c.38 1.791 1.498 2.996 2.138 3.558c.417.366.732.917.732 1.552A1.89 1.89 0 0 1 11.11 22H3.89A1.89 1.89 0 0 1 2 20.11c0-.635.315-1.186.732-1.552c.64-.562 1.758-1.767 2.137-3.558H4.5a1.5 1.5 0 0 1 0-3h.552A3.5 3.5 0 0 1 7.5 6M13 2a1 1 0 0 1 1 1v1.25a.75.75 0 0 0 1.5 0V3a1 1 0 1 1 2 0v1.25a.75.75 0 0 0 1.5 0V3a1 1 0 0 1 1-1h.25a.75.75 0 0 1 .75.75V7a2 2 0 0 1-2 2h-.22c.26 5.454 2.163 8.726 2.826 9.712c.236.35.394.78.394 1.247c0 1.127-.914 2.04-2.041 2.041h-6.666c.44-.507.707-1.166.707-1.89c0-.973-.48-1.783-1.073-2.303a6 6 0 0 1-.647-.665c.797-1.651 1.76-4.377 1.94-8.142H14a2 2 0 0 1-2-2V2.75a.75.75 0 0 1 .75-.75z"/></svg>

React

import type { SVGProps } from "react";

export function FluentChess24Filled(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="M7.5 6a3.5 3.5 0 0 1 2.448 6h.552a1.5 1.5 0 0 1 0 3h-.37c.38 1.791 1.498 2.996 2.138 3.558c.417.366.732.917.732 1.552A1.89 1.89 0 0 1 11.11 22H3.89A1.89 1.89 0 0 1 2 20.11c0-.635.315-1.186.732-1.552c.64-.562 1.758-1.767 2.137-3.558H4.5a1.5 1.5 0 0 1 0-3h.552A3.5 3.5 0 0 1 7.5 6M13 2a1 1 0 0 1 1 1v1.25a.75.75 0 0 0 1.5 0V3a1 1 0 1 1 2 0v1.25a.75.75 0 0 0 1.5 0V3a1 1 0 0 1 1-1h.25a.75.75 0 0 1 .75.75V7a2 2 0 0 1-2 2h-.22c.26 5.454 2.163 8.726 2.826 9.712c.236.35.394.78.394 1.247c0 1.127-.914 2.04-2.041 2.041h-6.666c.44-.507.707-1.166.707-1.89c0-.973-.48-1.783-1.073-2.303a6 6 0 0 1-.647-.665c.797-1.651 1.76-4.377 1.94-8.142H14a2 2 0 0 1-2-2V2.75a.75.75 0 0 1 .75-.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 6a3.5 3.5 0 0 1 2.448 6h.552a1.5 1.5 0 0 1 0 3h-.37c.38 1.791 1.498 2.996 2.138 3.558c.417.366.732.917.732 1.552A1.89 1.89 0 0 1 11.11 22H3.89A1.89 1.89 0 0 1 2 20.11c0-.635.315-1.186.732-1.552c.64-.562 1.758-1.767 2.137-3.558H4.5a1.5 1.5 0 0 1 0-3h.552A3.5 3.5 0 0 1 7.5 6M13 2a1 1 0 0 1 1 1v1.25a.75.75 0 0 0 1.5 0V3a1 1 0 1 1 2 0v1.25a.75.75 0 0 0 1.5 0V3a1 1 0 0 1 1-1h.25a.75.75 0 0 1 .75.75V7a2 2 0 0 1-2 2h-.22c.26 5.454 2.163 8.726 2.826 9.712c.236.35.394.78.394 1.247c0 1.127-.914 2.04-2.041 2.041h-6.666c.44-.507.707-1.166.707-1.89c0-.973-.48-1.783-1.073-2.303a6 6 0 0 1-.647-.665c.797-1.651 1.76-4.377 1.94-8.142H14a2 2 0 0 1-2-2V2.75a.75.75 0 0 1 .75-.75z"/></svg>
</template>

CSS

.icon-chess-24-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%22M7.5%206a3.5%203.5%200%200%201%202.448%206h.552a1.5%201.5%200%200%201%200%203h-.37c.38%201.791%201.498%202.996%202.138%203.558c.417.366.732.917.732%201.552A1.89%201.89%200%200%201%2011.11%2022H3.89A1.89%201.89%200%200%201%202%2020.11c0-.635.315-1.186.732-1.552c.64-.562%201.758-1.767%202.137-3.558H4.5a1.5%201.5%200%200%201%200-3h.552A3.5%203.5%200%200%201%207.5%206M13%202a1%201%200%200%201%201%201v1.25a.75.75%200%200%200%201.5%200V3a1%201%200%201%201%202%200v1.25a.75.75%200%200%200%201.5%200V3a1%201%200%200%201%201-1h.25a.75.75%200%200%201%20.75.75V7a2%202%200%200%201-2%202h-.22c.26%205.454%202.163%208.726%202.826%209.712c.236.35.394.78.394%201.247c0%201.127-.914%202.04-2.041%202.041h-6.666c.44-.507.707-1.166.707-1.89c0-.973-.48-1.783-1.073-2.303a6%206%200%200%201-.647-.665c.797-1.651%201.76-4.377%201.94-8.142H14a2%202%200%200%201-2-2V2.75a.75.75%200%200%201%20.75-.75z%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%22M7.5%206a3.5%203.5%200%200%201%202.448%206h.552a1.5%201.5%200%200%201%200%203h-.37c.38%201.791%201.498%202.996%202.138%203.558c.417.366.732.917.732%201.552A1.89%201.89%200%200%201%2011.11%2022H3.89A1.89%201.89%200%200%201%202%2020.11c0-.635.315-1.186.732-1.552c.64-.562%201.758-1.767%202.137-3.558H4.5a1.5%201.5%200%200%201%200-3h.552A3.5%203.5%200%200%201%207.5%206M13%202a1%201%200%200%201%201%201v1.25a.75.75%200%200%200%201.5%200V3a1%201%200%201%201%202%200v1.25a.75.75%200%200%200%201.5%200V3a1%201%200%200%201%201-1h.25a.75.75%200%200%201%20.75.75V7a2%202%200%200%201-2%202h-.22c.26%205.454%202.163%208.726%202.826%209.712c.236.35.394.78.394%201.247c0%201.127-.914%202.04-2.041%202.041h-6.666c.44-.507.707-1.166.707-1.89c0-.973-.48-1.783-1.073-2.303a6%206%200%200%201-.647-.665c.797-1.651%201.76-4.377%201.94-8.142H14a2%202%200%200%201-2-2V2.75a.75.75%200%200%201%20.75-.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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