checkerboard icon

checkerboard from IconPark by ByteDance · Color · Sports · Apache-2.0 Free for personal and commercial use.

Name
checkerboard
Set
IconPark
Style
Color
Category
Sports
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More sports icons from IconPark

Use the checkerboard icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M17 4H7C5.34315 4 4 5.34315 4 7V17V31V41C4 42.6569 5.34315 44 7 44H17H31H41C42.6569 44 44 42.6569 44 41V31V17V7C44 5.34315 42.6569 4 41 4H31H17Z"/><line x1="23" x2="44" y1="17" y2="17"/><line x1="4" x2="13" y1="17" y2="17"/><line x1="35" x2="44" y1="31" y2="31"/><line x1="6" x2="25" y1="31" y2="31"/><line x1="17" x2="17" y1="21" y2="44"/><path d="M31 4L31 27"/><path d="M31 35L31 44"/><path d="M17 4L17 13"/><path fill="#2F88FF" d="M35 31C35 33.2091 33.2091 35 31 35C28.7909 35 27 33.2091 27 31C27 28.7909 28.7909 27 31 27C33.2091 27 35 28.7909 35 31Z"/><path fill="#2F88FF" d="M21 17C21 19.2091 19.2091 21 17 21C14.7909 21 13 19.2091 13 17C13 14.7909 14.7909 13 17 13C19.2091 13 21 14.7909 21 17Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkCheckerboard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M17 4H7C5.34315 4 4 5.34315 4 7V17V31V41C4 42.6569 5.34315 44 7 44H17H31H41C42.6569 44 44 42.6569 44 41V31V17V7C44 5.34315 42.6569 4 41 4H31H17Z"/><line x1="23" x2="44" y1="17" y2="17"/><line x1="4" x2="13" y1="17" y2="17"/><line x1="35" x2="44" y1="31" y2="31"/><line x1="6" x2="25" y1="31" y2="31"/><line x1="17" x2="17" y1="21" y2="44"/><path d="M31 4L31 27"/><path d="M31 35L31 44"/><path d="M17 4L17 13"/><path fill="#2F88FF" d="M35 31C35 33.2091 33.2091 35 31 35C28.7909 35 27 33.2091 27 31C27 28.7909 28.7909 27 31 27C33.2091 27 35 28.7909 35 31Z"/><path fill="#2F88FF" d="M21 17C21 19.2091 19.2091 21 17 21C14.7909 21 13 19.2091 13 17C13 14.7909 14.7909 13 17 13C19.2091 13 21 14.7909 21 17Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M17 4H7C5.34315 4 4 5.34315 4 7V17V31V41C4 42.6569 5.34315 44 7 44H17H31H41C42.6569 44 44 42.6569 44 41V31V17V7C44 5.34315 42.6569 4 41 4H31H17Z"/><line x1="23" x2="44" y1="17" y2="17"/><line x1="4" x2="13" y1="17" y2="17"/><line x1="35" x2="44" y1="31" y2="31"/><line x1="6" x2="25" y1="31" y2="31"/><line x1="17" x2="17" y1="21" y2="44"/><path d="M31 4L31 27"/><path d="M31 35L31 44"/><path d="M17 4L17 13"/><path fill="#2F88FF" d="M35 31C35 33.2091 33.2091 35 31 35C28.7909 35 27 33.2091 27 31C27 28.7909 28.7909 27 31 27C33.2091 27 35 28.7909 35 31Z"/><path fill="#2F88FF" d="M21 17C21 19.2091 19.2091 21 17 21C14.7909 21 13 19.2091 13 17C13 14.7909 14.7909 13 17 13C19.2091 13 21 14.7909 21 17Z"/></g></svg>
</template>

CSS

.icon-checkerboard {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M17%204H7C5.34315%204%204%205.34315%204%207V17V31V41C4%2042.6569%205.34315%2044%207%2044H17H31H41C42.6569%2044%2044%2042.6569%2044%2041V31V17V7C44%205.34315%2042.6569%204%2041%204H31H17Z%22%2F%3E%3Cline%20x1%3D%2223%22%20x2%3D%2244%22%20y1%3D%2217%22%20y2%3D%2217%22%2F%3E%3Cline%20x1%3D%224%22%20x2%3D%2213%22%20y1%3D%2217%22%20y2%3D%2217%22%2F%3E%3Cline%20x1%3D%2235%22%20x2%3D%2244%22%20y1%3D%2231%22%20y2%3D%2231%22%2F%3E%3Cline%20x1%3D%226%22%20x2%3D%2225%22%20y1%3D%2231%22%20y2%3D%2231%22%2F%3E%3Cline%20x1%3D%2217%22%20x2%3D%2217%22%20y1%3D%2221%22%20y2%3D%2244%22%2F%3E%3Cpath%20d%3D%22M31%204L31%2027%22%2F%3E%3Cpath%20d%3D%22M31%2035L31%2044%22%2F%3E%3Cpath%20d%3D%22M17%204L17%2013%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M35%2031C35%2033.2091%2033.2091%2035%2031%2035C28.7909%2035%2027%2033.2091%2027%2031C27%2028.7909%2028.7909%2027%2031%2027C33.2091%2027%2035%2028.7909%2035%2031Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M21%2017C21%2019.2091%2019.2091%2021%2017%2021C14.7909%2021%2013%2019.2091%2013%2017C13%2014.7909%2014.7909%2013%2017%2013C19.2091%2013%2021%2014.7909%2021%2017Z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M17%204H7C5.34315%204%204%205.34315%204%207V17V31V41C4%2042.6569%205.34315%2044%207%2044H17H31H41C42.6569%2044%2044%2042.6569%2044%2041V31V17V7C44%205.34315%2042.6569%204%2041%204H31H17Z%22%2F%3E%3Cline%20x1%3D%2223%22%20x2%3D%2244%22%20y1%3D%2217%22%20y2%3D%2217%22%2F%3E%3Cline%20x1%3D%224%22%20x2%3D%2213%22%20y1%3D%2217%22%20y2%3D%2217%22%2F%3E%3Cline%20x1%3D%2235%22%20x2%3D%2244%22%20y1%3D%2231%22%20y2%3D%2231%22%2F%3E%3Cline%20x1%3D%226%22%20x2%3D%2225%22%20y1%3D%2231%22%20y2%3D%2231%22%2F%3E%3Cline%20x1%3D%2217%22%20x2%3D%2217%22%20y1%3D%2221%22%20y2%3D%2244%22%2F%3E%3Cpath%20d%3D%22M31%204L31%2027%22%2F%3E%3Cpath%20d%3D%22M31%2035L31%2044%22%2F%3E%3Cpath%20d%3D%22M17%204L17%2013%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M35%2031C35%2033.2091%2033.2091%2035%2031%2035C28.7909%2035%2027%2033.2091%2027%2031C27%2028.7909%2028.7909%2027%2031%2027C33.2091%2027%2035%2028.7909%2035%2031Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M21%2017C21%2019.2091%2019.2091%2021%2017%2021C14.7909%2021%2013%2019.2091%2013%2017C13%2014.7909%2014.7909%2013%2017%2013C19.2091%2013%2021%2014.7909%2021%2017Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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