tablecheck logo

tablecheck from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
tablecheck
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the tablecheck logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.914 3.828L7.248.164C7.125.04 6.878-.001 6.713.04A13.25 13.25 0 0 0 .041 6.67a.45.45 0 0 0 .124.534l3.664 3.664c.124.124.371.082.412-.122a7.9 7.9 0 0 1 2.217-4.33A7.9 7.9 0 0 1 10.79 4.2c.165 0 .247-.247.124-.37m9.266 7.08l3.666-3.664c.123-.123.165-.37.123-.534A13.25 13.25 0 0 0 17.339.04a.45.45 0 0 0-.29-.03a.45.45 0 0 0-.246.153l-3.665 3.664c-.124.123-.082.371.123.412a7.9 7.9 0 0 1 4.332 2.215a7.9 7.9 0 0 1 2.216 4.33c0 .164.248.247.371.123m3.666 5.887L20.18 13.09c-.123-.123-.37-.082-.412.124c-.535 3.336-3.17 6.01-6.548 6.546c-.205.041-.288.288-.123.412l3.666 3.663c.122.124.37.165.534.124a13.17 13.17 0 0 0 6.63-6.628c.125-.206.084-.412-.081-.536M3.83 13.09L.164 16.795c-.124.124-.165.371-.124.536a13.17 13.17 0 0 0 6.63 6.628a.45.45 0 0 0 .29.03a.45.45 0 0 0 .246-.154l3.666-3.663c.123-.124.082-.371-.124-.412a7.9 7.9 0 0 1-4.333-2.215a7.9 7.9 0 0 1-2.216-4.33c0-.166-.247-.247-.37-.125z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsTablecheck(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="M10.914 3.828L7.248.164C7.125.04 6.878-.001 6.713.04A13.25 13.25 0 0 0 .041 6.67a.45.45 0 0 0 .124.534l3.664 3.664c.124.124.371.082.412-.122a7.9 7.9 0 0 1 2.217-4.33A7.9 7.9 0 0 1 10.79 4.2c.165 0 .247-.247.124-.37m9.266 7.08l3.666-3.664c.123-.123.165-.37.123-.534A13.25 13.25 0 0 0 17.339.04a.45.45 0 0 0-.29-.03a.45.45 0 0 0-.246.153l-3.665 3.664c-.124.123-.082.371.123.412a7.9 7.9 0 0 1 4.332 2.215a7.9 7.9 0 0 1 2.216 4.33c0 .164.248.247.371.123m3.666 5.887L20.18 13.09c-.123-.123-.37-.082-.412.124c-.535 3.336-3.17 6.01-6.548 6.546c-.205.041-.288.288-.123.412l3.666 3.663c.122.124.37.165.534.124a13.17 13.17 0 0 0 6.63-6.628c.125-.206.084-.412-.081-.536M3.83 13.09L.164 16.795c-.124.124-.165.371-.124.536a13.17 13.17 0 0 0 6.63 6.628a.45.45 0 0 0 .29.03a.45.45 0 0 0 .246-.154l3.666-3.663c.123-.124.082-.371-.124-.412a7.9 7.9 0 0 1-4.333-2.215a7.9 7.9 0 0 1-2.216-4.33c0-.166-.247-.247-.37-.125z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.914 3.828L7.248.164C7.125.04 6.878-.001 6.713.04A13.25 13.25 0 0 0 .041 6.67a.45.45 0 0 0 .124.534l3.664 3.664c.124.124.371.082.412-.122a7.9 7.9 0 0 1 2.217-4.33A7.9 7.9 0 0 1 10.79 4.2c.165 0 .247-.247.124-.37m9.266 7.08l3.666-3.664c.123-.123.165-.37.123-.534A13.25 13.25 0 0 0 17.339.04a.45.45 0 0 0-.29-.03a.45.45 0 0 0-.246.153l-3.665 3.664c-.124.123-.082.371.123.412a7.9 7.9 0 0 1 4.332 2.215a7.9 7.9 0 0 1 2.216 4.33c0 .164.248.247.371.123m3.666 5.887L20.18 13.09c-.123-.123-.37-.082-.412.124c-.535 3.336-3.17 6.01-6.548 6.546c-.205.041-.288.288-.123.412l3.666 3.663c.122.124.37.165.534.124a13.17 13.17 0 0 0 6.63-6.628c.125-.206.084-.412-.081-.536M3.83 13.09L.164 16.795c-.124.124-.165.371-.124.536a13.17 13.17 0 0 0 6.63 6.628a.45.45 0 0 0 .29.03a.45.45 0 0 0 .246-.154l3.666-3.663c.123-.124.082-.371-.124-.412a7.9 7.9 0 0 1-4.333-2.215a7.9 7.9 0 0 1-2.216-4.33c0-.166-.247-.247-.37-.125z"/></svg>
</template>

CSS

.icon-tablecheck {
  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%22M10.914%203.828L7.248.164C7.125.04%206.878-.001%206.713.04A13.25%2013.25%200%200%200%20.041%206.67a.45.45%200%200%200%20.124.534l3.664%203.664c.124.124.371.082.412-.122a7.9%207.9%200%200%201%202.217-4.33A7.9%207.9%200%200%201%2010.79%204.2c.165%200%20.247-.247.124-.37m9.266%207.08l3.666-3.664c.123-.123.165-.37.123-.534A13.25%2013.25%200%200%200%2017.339.04a.45.45%200%200%200-.29-.03a.45.45%200%200%200-.246.153l-3.665%203.664c-.124.123-.082.371.123.412a7.9%207.9%200%200%201%204.332%202.215a7.9%207.9%200%200%201%202.216%204.33c0%20.164.248.247.371.123m3.666%205.887L20.18%2013.09c-.123-.123-.37-.082-.412.124c-.535%203.336-3.17%206.01-6.548%206.546c-.205.041-.288.288-.123.412l3.666%203.663c.122.124.37.165.534.124a13.17%2013.17%200%200%200%206.63-6.628c.125-.206.084-.412-.081-.536M3.83%2013.09L.164%2016.795c-.124.124-.165.371-.124.536a13.17%2013.17%200%200%200%206.63%206.628a.45.45%200%200%200%20.29.03a.45.45%200%200%200%20.246-.154l3.666-3.663c.123-.124.082-.371-.124-.412a7.9%207.9%200%200%201-4.333-2.215a7.9%207.9%200%200%201-2.216-4.33c0-.166-.247-.247-.37-.125z%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%22M10.914%203.828L7.248.164C7.125.04%206.878-.001%206.713.04A13.25%2013.25%200%200%200%20.041%206.67a.45.45%200%200%200%20.124.534l3.664%203.664c.124.124.371.082.412-.122a7.9%207.9%200%200%201%202.217-4.33A7.9%207.9%200%200%201%2010.79%204.2c.165%200%20.247-.247.124-.37m9.266%207.08l3.666-3.664c.123-.123.165-.37.123-.534A13.25%2013.25%200%200%200%2017.339.04a.45.45%200%200%200-.29-.03a.45.45%200%200%200-.246.153l-3.665%203.664c-.124.123-.082.371.123.412a7.9%207.9%200%200%201%204.332%202.215a7.9%207.9%200%200%201%202.216%204.33c0%20.164.248.247.371.123m3.666%205.887L20.18%2013.09c-.123-.123-.37-.082-.412.124c-.535%203.336-3.17%206.01-6.548%206.546c-.205.041-.288.288-.123.412l3.666%203.663c.122.124.37.165.534.124a13.17%2013.17%200%200%200%206.63-6.628c.125-.206.084-.412-.081-.536M3.83%2013.09L.164%2016.795c-.124.124-.165.371-.124.536a13.17%2013.17%200%200%200%206.63%206.628a.45.45%200%200%200%20.29.03a.45.45%200%200%200%20.246-.154l3.666-3.663c.123-.124.082-.371-.124-.412a7.9%207.9%200%200%201-4.333-2.215a7.9%207.9%200%200%201-2.216-4.33c0-.166-.247-.247-.37-.125z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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