chess-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
chess-rounded
Set
Material Symbols Light
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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.577 20.23q-.348 0-.578-.229t-.23-.578v-1.52q0-.67.472-1.142q.473-.472 1.144-.472h1.069l.685-4.789h-1.87q-.213 0-.356-.143T5.769 11t.144-.357t.356-.143h11.462q.213 0 .356.143t.144.357t-.144.357t-.356.143h-1.87l.685 4.789h1.07q.67 0 1.143.471q.472.473.472 1.144v1.519q0 .348-.23.578t-.578.23zm2.98-10.615q-.291 0-.509-.174q-.217-.174-.273-.466l-.844-3.783q-.05-.217.028-.372t.22-.28t.325-.147t.388.07q.335.135.675.198q.34.064.731.064q.648 0 1.212-.166q.563-.165 1.023-.461q.117-.067.23-.101q.114-.034.237-.034t.237.034q.113.034.23.101q.46.296 1.024.461q.563.166 1.192.166q.39 0 .72-.066q.332-.067.705-.22q.211-.068.4-.053t.333.141t.223.29t.03.375l-.863 3.802q-.056.293-.273.457t-.51.165z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightChessRounded(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.577 20.23q-.348 0-.578-.229t-.23-.578v-1.52q0-.67.472-1.142q.473-.472 1.144-.472h1.069l.685-4.789h-1.87q-.213 0-.356-.143T5.769 11t.144-.357t.356-.143h11.462q.213 0 .356.143t.144.357t-.144.357t-.356.143h-1.87l.685 4.789h1.07q.67 0 1.143.471q.472.473.472 1.144v1.519q0 .348-.23.578t-.578.23zm2.98-10.615q-.291 0-.509-.174q-.217-.174-.273-.466l-.844-3.783q-.05-.217.028-.372t.22-.28t.325-.147t.388.07q.335.135.675.198q.34.064.731.064q.648 0 1.212-.166q.563-.165 1.023-.461q.117-.067.23-.101q.114-.034.237-.034t.237.034q.113.034.23.101q.46.296 1.024.461q.563.166 1.192.166q.39 0 .72-.066q.332-.067.705-.22q.211-.068.4-.053t.333.141t.223.29t.03.375l-.863 3.802q-.056.293-.273.457t-.51.165z"/></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.577 20.23q-.348 0-.578-.229t-.23-.578v-1.52q0-.67.472-1.142q.473-.472 1.144-.472h1.069l.685-4.789h-1.87q-.213 0-.356-.143T5.769 11t.144-.357t.356-.143h11.462q.213 0 .356.143t.144.357t-.144.357t-.356.143h-1.87l.685 4.789h1.07q.67 0 1.143.471q.472.473.472 1.144v1.519q0 .348-.23.578t-.578.23zm2.98-10.615q-.291 0-.509-.174q-.217-.174-.273-.466l-.844-3.783q-.05-.217.028-.372t.22-.28t.325-.147t.388.07q.335.135.675.198q.34.064.731.064q.648 0 1.212-.166q.563-.165 1.023-.461q.117-.067.23-.101q.114-.034.237-.034t.237.034q.113.034.23.101q.46.296 1.024.461q.563.166 1.192.166q.39 0 .72-.066q.332-.067.705-.22q.211-.068.4-.053t.333.141t.223.29t.03.375l-.863 3.802q-.056.293-.273.457t-.51.165z"/></svg>
</template>

CSS

.icon-chess-rounded {
  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.577%2020.23q-.348%200-.578-.229t-.23-.578v-1.52q0-.67.472-1.142q.473-.472%201.144-.472h1.069l.685-4.789h-1.87q-.213%200-.356-.143T5.769%2011t.144-.357t.356-.143h11.462q.213%200%20.356.143t.144.357t-.144.357t-.356.143h-1.87l.685%204.789h1.07q.67%200%201.143.471q.472.473.472%201.144v1.519q0%20.348-.23.578t-.578.23zm2.98-10.615q-.291%200-.509-.174q-.217-.174-.273-.466l-.844-3.783q-.05-.217.028-.372t.22-.28t.325-.147t.388.07q.335.135.675.198q.34.064.731.064q.648%200%201.212-.166q.563-.165%201.023-.461q.117-.067.23-.101q.114-.034.237-.034t.237.034q.113.034.23.101q.46.296%201.024.461q.563.166%201.192.166q.39%200%20.72-.066q.332-.067.705-.22q.211-.068.4-.053t.333.141t.223.29t.03.375l-.863%203.802q-.056.293-.273.457t-.51.165z%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.577%2020.23q-.348%200-.578-.229t-.23-.578v-1.52q0-.67.472-1.142q.473-.472%201.144-.472h1.069l.685-4.789h-1.87q-.213%200-.356-.143T5.769%2011t.144-.357t.356-.143h11.462q.213%200%20.356.143t.144.357t-.144.357t-.356.143h-1.87l.685%204.789h1.07q.67%200%201.143.471q.472.473.472%201.144v1.519q0%20.348-.23.578t-.578.23zm2.98-10.615q-.291%200-.509-.174q-.217-.174-.273-.466l-.844-3.783q-.05-.217.028-.372t.22-.28t.325-.147t.388.07q.335.135.675.198q.34.064.731.064q.648%200%201.212-.166q.563-.165%201.023-.461q.117-.067.23-.101q.114-.034.237-.034t.237.034q.113.034.23.101q.46.296%201.024.461q.563.166%201.192.166q.39%200%20.72-.066q.332-.067.705-.22q.211-.068.4-.053t.333.141t.223.29t.03.375l-.863%203.802q-.056.293-.273.457t-.51.165z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/chess-rounded.svg?color=%231a73e8&size=48