table cell cross brush icon

table-cell-cross-brush-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
table-cell-cross-brush-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the table cell cross brush icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.925 10.094c.478-.129 1.193-.213 1.691.284c.498.498.414 1.214.285 1.692c-.145.542-.447 1.166-.84 1.816c-.794 1.31-2.058 2.885-3.584 4.41c-.43.43-1.092 1.105-1.862 1.455c-.195.089-.407.16-.632.202a3.24 3.24 0 0 1-.932 2.585l-.205.196c-1.052.945-2.439 1.32-3.773 1.245c-1.42-.079-2.849-.67-3.862-1.713a.75.75 0 0 1 .3-1.233c1.38-.46 1.738-.914 1.922-1.256c.13-.244.172-.413.328-.778c.139-.326.333-.695.69-1.053a3.24 3.24 0 0 1 2.589-.937c.043-.224.116-.435.204-.63c.35-.769 1.026-1.431 1.455-1.86c1.526-1.526 3.1-2.792 4.41-3.585c.65-.394 1.274-.695 1.816-.84m-6.939 8.913a1.75 1.75 0 0 0-2.474 0a1.7 1.7 0 0 0-.37.58c-.081.19-.22.585-.39.9c-.29.542-.733 1.022-1.523 1.446c.583.32 1.251.51 1.927.548c1.08.06 2.113-.27 2.826-.996l.004-.004a1.75 1.75 0 0 0 0-2.474M13.75 2A2.25 2.25 0 0 1 16 4.25V8h3.75c.83 0 1.553.451 1.943 1.12l-.027.007a7 7 0 0 0-1.407.574a.75.75 0 0 0-.509-.201H16v3.348q-.507.463-1.008.962c-.13.13-.302.301-.492.505V9.5h-5v5h4.833c-.356.401-.742.903-.998 1.466l-.016.034H9.5v3.383a.8.8 0 0 1-.18.178c-.128.097-.344.225-.709.372c-.191.07-.388.131-.574.215A2.3 2.3 0 0 1 8 19.75V16H4.25A2.25 2.25 0 0 1 2 13.75v-3.5A2.25 2.25 0 0 1 4.25 8H8V4.25A2.25 2.25 0 0 1 10.25 2zm-9.5 7.5a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75H8v-5zm6-6a.75.75 0 0 0-.75.75V8h5V4.25a.75.75 0 0 0-.75-.75z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTableCellCrossBrush24Regular(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="M21.925 10.094c.478-.129 1.193-.213 1.691.284c.498.498.414 1.214.285 1.692c-.145.542-.447 1.166-.84 1.816c-.794 1.31-2.058 2.885-3.584 4.41c-.43.43-1.092 1.105-1.862 1.455c-.195.089-.407.16-.632.202a3.24 3.24 0 0 1-.932 2.585l-.205.196c-1.052.945-2.439 1.32-3.773 1.245c-1.42-.079-2.849-.67-3.862-1.713a.75.75 0 0 1 .3-1.233c1.38-.46 1.738-.914 1.922-1.256c.13-.244.172-.413.328-.778c.139-.326.333-.695.69-1.053a3.24 3.24 0 0 1 2.589-.937c.043-.224.116-.435.204-.63c.35-.769 1.026-1.431 1.455-1.86c1.526-1.526 3.1-2.792 4.41-3.585c.65-.394 1.274-.695 1.816-.84m-6.939 8.913a1.75 1.75 0 0 0-2.474 0a1.7 1.7 0 0 0-.37.58c-.081.19-.22.585-.39.9c-.29.542-.733 1.022-1.523 1.446c.583.32 1.251.51 1.927.548c1.08.06 2.113-.27 2.826-.996l.004-.004a1.75 1.75 0 0 0 0-2.474M13.75 2A2.25 2.25 0 0 1 16 4.25V8h3.75c.83 0 1.553.451 1.943 1.12l-.027.007a7 7 0 0 0-1.407.574a.75.75 0 0 0-.509-.201H16v3.348q-.507.463-1.008.962c-.13.13-.302.301-.492.505V9.5h-5v5h4.833c-.356.401-.742.903-.998 1.466l-.016.034H9.5v3.383a.8.8 0 0 1-.18.178c-.128.097-.344.225-.709.372c-.191.07-.388.131-.574.215A2.3 2.3 0 0 1 8 19.75V16H4.25A2.25 2.25 0 0 1 2 13.75v-3.5A2.25 2.25 0 0 1 4.25 8H8V4.25A2.25 2.25 0 0 1 10.25 2zm-9.5 7.5a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75H8v-5zm6-6a.75.75 0 0 0-.75.75V8h5V4.25a.75.75 0 0 0-.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="M21.925 10.094c.478-.129 1.193-.213 1.691.284c.498.498.414 1.214.285 1.692c-.145.542-.447 1.166-.84 1.816c-.794 1.31-2.058 2.885-3.584 4.41c-.43.43-1.092 1.105-1.862 1.455c-.195.089-.407.16-.632.202a3.24 3.24 0 0 1-.932 2.585l-.205.196c-1.052.945-2.439 1.32-3.773 1.245c-1.42-.079-2.849-.67-3.862-1.713a.75.75 0 0 1 .3-1.233c1.38-.46 1.738-.914 1.922-1.256c.13-.244.172-.413.328-.778c.139-.326.333-.695.69-1.053a3.24 3.24 0 0 1 2.589-.937c.043-.224.116-.435.204-.63c.35-.769 1.026-1.431 1.455-1.86c1.526-1.526 3.1-2.792 4.41-3.585c.65-.394 1.274-.695 1.816-.84m-6.939 8.913a1.75 1.75 0 0 0-2.474 0a1.7 1.7 0 0 0-.37.58c-.081.19-.22.585-.39.9c-.29.542-.733 1.022-1.523 1.446c.583.32 1.251.51 1.927.548c1.08.06 2.113-.27 2.826-.996l.004-.004a1.75 1.75 0 0 0 0-2.474M13.75 2A2.25 2.25 0 0 1 16 4.25V8h3.75c.83 0 1.553.451 1.943 1.12l-.027.007a7 7 0 0 0-1.407.574a.75.75 0 0 0-.509-.201H16v3.348q-.507.463-1.008.962c-.13.13-.302.301-.492.505V9.5h-5v5h4.833c-.356.401-.742.903-.998 1.466l-.016.034H9.5v3.383a.8.8 0 0 1-.18.178c-.128.097-.344.225-.709.372c-.191.07-.388.131-.574.215A2.3 2.3 0 0 1 8 19.75V16H4.25A2.25 2.25 0 0 1 2 13.75v-3.5A2.25 2.25 0 0 1 4.25 8H8V4.25A2.25 2.25 0 0 1 10.25 2zm-9.5 7.5a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75H8v-5zm6-6a.75.75 0 0 0-.75.75V8h5V4.25a.75.75 0 0 0-.75-.75z"/></svg>
</template>

CSS

.icon-table-cell-cross-brush-24-regular {
  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%22M21.925%2010.094c.478-.129%201.193-.213%201.691.284c.498.498.414%201.214.285%201.692c-.145.542-.447%201.166-.84%201.816c-.794%201.31-2.058%202.885-3.584%204.41c-.43.43-1.092%201.105-1.862%201.455c-.195.089-.407.16-.632.202a3.24%203.24%200%200%201-.932%202.585l-.205.196c-1.052.945-2.439%201.32-3.773%201.245c-1.42-.079-2.849-.67-3.862-1.713a.75.75%200%200%201%20.3-1.233c1.38-.46%201.738-.914%201.922-1.256c.13-.244.172-.413.328-.778c.139-.326.333-.695.69-1.053a3.24%203.24%200%200%201%202.589-.937c.043-.224.116-.435.204-.63c.35-.769%201.026-1.431%201.455-1.86c1.526-1.526%203.1-2.792%204.41-3.585c.65-.394%201.274-.695%201.816-.84m-6.939%208.913a1.75%201.75%200%200%200-2.474%200a1.7%201.7%200%200%200-.37.58c-.081.19-.22.585-.39.9c-.29.542-.733%201.022-1.523%201.446c.583.32%201.251.51%201.927.548c1.08.06%202.113-.27%202.826-.996l.004-.004a1.75%201.75%200%200%200%200-2.474M13.75%202A2.25%202.25%200%200%201%2016%204.25V8h3.75c.83%200%201.553.451%201.943%201.12l-.027.007a7%207%200%200%200-1.407.574a.75.75%200%200%200-.509-.201H16v3.348q-.507.463-1.008.962c-.13.13-.302.301-.492.505V9.5h-5v5h4.833c-.356.401-.742.903-.998%201.466l-.016.034H9.5v3.383a.8.8%200%200%201-.18.178c-.128.097-.344.225-.709.372c-.191.07-.388.131-.574.215A2.3%202.3%200%200%201%208%2019.75V16H4.25A2.25%202.25%200%200%201%202%2013.75v-3.5A2.25%202.25%200%200%201%204.25%208H8V4.25A2.25%202.25%200%200%201%2010.25%202zm-9.5%207.5a.75.75%200%200%200-.75.75v3.5c0%20.414.336.75.75.75H8v-5zm6-6a.75.75%200%200%200-.75.75V8h5V4.25a.75.75%200%200%200-.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%22M21.925%2010.094c.478-.129%201.193-.213%201.691.284c.498.498.414%201.214.285%201.692c-.145.542-.447%201.166-.84%201.816c-.794%201.31-2.058%202.885-3.584%204.41c-.43.43-1.092%201.105-1.862%201.455c-.195.089-.407.16-.632.202a3.24%203.24%200%200%201-.932%202.585l-.205.196c-1.052.945-2.439%201.32-3.773%201.245c-1.42-.079-2.849-.67-3.862-1.713a.75.75%200%200%201%20.3-1.233c1.38-.46%201.738-.914%201.922-1.256c.13-.244.172-.413.328-.778c.139-.326.333-.695.69-1.053a3.24%203.24%200%200%201%202.589-.937c.043-.224.116-.435.204-.63c.35-.769%201.026-1.431%201.455-1.86c1.526-1.526%203.1-2.792%204.41-3.585c.65-.394%201.274-.695%201.816-.84m-6.939%208.913a1.75%201.75%200%200%200-2.474%200a1.7%201.7%200%200%200-.37.58c-.081.19-.22.585-.39.9c-.29.542-.733%201.022-1.523%201.446c.583.32%201.251.51%201.927.548c1.08.06%202.113-.27%202.826-.996l.004-.004a1.75%201.75%200%200%200%200-2.474M13.75%202A2.25%202.25%200%200%201%2016%204.25V8h3.75c.83%200%201.553.451%201.943%201.12l-.027.007a7%207%200%200%200-1.407.574a.75.75%200%200%200-.509-.201H16v3.348q-.507.463-1.008.962c-.13.13-.302.301-.492.505V9.5h-5v5h4.833c-.356.401-.742.903-.998%201.466l-.016.034H9.5v3.383a.8.8%200%200%201-.18.178c-.128.097-.344.225-.709.372c-.191.07-.388.131-.574.215A2.3%202.3%200%200%201%208%2019.75V16H4.25A2.25%202.25%200%200%201%202%2013.75v-3.5A2.25%202.25%200%200%201%204.25%208H8V4.25A2.25%202.25%200%200%201%2010.25%202zm-9.5%207.5a.75.75%200%200%200-.75.75v3.5c0%20.414.336.75.75.75H8v-5zm6-6a.75.75%200%200%200-.75.75V8h5V4.25a.75.75%200%200%200-.75-.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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