chess-com from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
chess-com
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

Use the chess com logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.82 16.43c-2.64-2.02-2.97-3.82-3.02-4.95v-.75h2.05c.24-.45.36-.86.36-1.37l-2.32-1.53c.81-.58 1.33-1.54 1.33-2.61c0-1.78-1.44-3.22-3.21-3.22S8.79 3.44 8.79 5.22c0 1.07.52 2.02 1.33 2.61L7.8 9.36c0 .51.12.92.36 1.37h2.05v.75c-.05 1.13-.38 2.93-3.02 4.95c-1.27.96-1.87 2.62-1.87 4.27c0 .08.17 1.3 6.68 1.3s6.69-1.22 6.69-1.3c0-1.65-.6-3.31-1.87-4.27" class="b"/></svg>

React

import type { SVGProps } from "react";

export function BxlChessCom(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="M16.82 16.43c-2.64-2.02-2.97-3.82-3.02-4.95v-.75h2.05c.24-.45.36-.86.36-1.37l-2.32-1.53c.81-.58 1.33-1.54 1.33-2.61c0-1.78-1.44-3.22-3.21-3.22S8.79 3.44 8.79 5.22c0 1.07.52 2.02 1.33 2.61L7.8 9.36c0 .51.12.92.36 1.37h2.05v.75c-.05 1.13-.38 2.93-3.02 4.95c-1.27.96-1.87 2.62-1.87 4.27c0 .08.17 1.3 6.68 1.3s6.69-1.22 6.69-1.3c0-1.65-.6-3.31-1.87-4.27" className="b"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.82 16.43c-2.64-2.02-2.97-3.82-3.02-4.95v-.75h2.05c.24-.45.36-.86.36-1.37l-2.32-1.53c.81-.58 1.33-1.54 1.33-2.61c0-1.78-1.44-3.22-3.21-3.22S8.79 3.44 8.79 5.22c0 1.07.52 2.02 1.33 2.61L7.8 9.36c0 .51.12.92.36 1.37h2.05v.75c-.05 1.13-.38 2.93-3.02 4.95c-1.27.96-1.87 2.62-1.87 4.27c0 .08.17 1.3 6.68 1.3s6.69-1.22 6.69-1.3c0-1.65-.6-3.31-1.87-4.27" class="b"/></svg>
</template>

CSS

.icon-chess-com {
  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%22M16.82%2016.43c-2.64-2.02-2.97-3.82-3.02-4.95v-.75h2.05c.24-.45.36-.86.36-1.37l-2.32-1.53c.81-.58%201.33-1.54%201.33-2.61c0-1.78-1.44-3.22-3.21-3.22S8.79%203.44%208.79%205.22c0%201.07.52%202.02%201.33%202.61L7.8%209.36c0%20.51.12.92.36%201.37h2.05v.75c-.05%201.13-.38%202.93-3.02%204.95c-1.27.96-1.87%202.62-1.87%204.27c0%20.08.17%201.3%206.68%201.3s6.69-1.22%206.69-1.3c0-1.65-.6-3.31-1.87-4.27%22%20class%3D%22b%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%22M16.82%2016.43c-2.64-2.02-2.97-3.82-3.02-4.95v-.75h2.05c.24-.45.36-.86.36-1.37l-2.32-1.53c.81-.58%201.33-1.54%201.33-2.61c0-1.78-1.44-3.22-3.21-3.22S8.79%203.44%208.79%205.22c0%201.07.52%202.02%201.33%202.61L7.8%209.36c0%20.51.12.92.36%201.37h2.05v.75c-.05%201.13-.38%202.93-3.02%204.95c-1.27.96-1.87%202.62-1.87%204.27c0%20.08.17%201.3%206.68%201.3s6.69-1.22%206.69-1.3c0-1.65-.6-3.31-1.87-4.27%22%20class%3D%22b%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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