table cell cross brush icon

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

Name
table-cell-cross-brush-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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.479-.129 1.194-.213 1.692.285c.497.498.413 1.213.284 1.691c-.145.542-.446 1.166-.84 1.816c-.793 1.31-2.057 2.885-3.584 4.41c-.428.43-1.092 1.105-1.862 1.455c-.195.089-.407.16-.632.202a3.24 3.24 0 0 1-.932 2.586l-.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.131-.244.172-.413.328-.778c.139-.326.333-.695.69-1.053a3.24 3.24 0 0 1 2.59-.937a2.8 2.8 0 0 1 .204-.63c.35-.769 1.025-1.431 1.454-1.86c1.526-1.527 3.1-2.792 4.41-3.585c.65-.394 1.274-.696 1.816-.841m-6.939 8.914a1.75 1.75 0 0 0-2.474 0c-.172.171-.273.35-.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.474M10.508 17.5a4.3 4.3 0 0 0-.667 1.107c-.14.328-.221.73-.52.954c-.129.097-.345.225-.71.372c-.191.07-.388.131-.574.215A2.3 2.3 0 0 1 8 19.75V17.5zM6.5 16H4.25A2.25 2.25 0 0 1 2 13.75v-3.5A2.25 2.25 0 0 1 4.25 8H6.5zm9.5-3.152q-.507.463-1.008.962c-.4.4-1.218 1.191-1.657 2.156l-.016.034H8V8h8zM19.75 8c.83 0 1.553.451 1.943 1.12l-.027.007c-.672.18-1.389.536-2.074.951c-.656.397-1.363.9-2.092 1.483V8zm-6-6A2.25 2.25 0 0 1 16 4.25V6.5H8V4.25A2.25 2.25 0 0 1 10.25 2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTableCellCrossBrush24Filled(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.479-.129 1.194-.213 1.692.285c.497.498.413 1.213.284 1.691c-.145.542-.446 1.166-.84 1.816c-.793 1.31-2.057 2.885-3.584 4.41c-.428.43-1.092 1.105-1.862 1.455c-.195.089-.407.16-.632.202a3.24 3.24 0 0 1-.932 2.586l-.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.131-.244.172-.413.328-.778c.139-.326.333-.695.69-1.053a3.24 3.24 0 0 1 2.59-.937a2.8 2.8 0 0 1 .204-.63c.35-.769 1.025-1.431 1.454-1.86c1.526-1.527 3.1-2.792 4.41-3.585c.65-.394 1.274-.696 1.816-.841m-6.939 8.914a1.75 1.75 0 0 0-2.474 0c-.172.171-.273.35-.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.474M10.508 17.5a4.3 4.3 0 0 0-.667 1.107c-.14.328-.221.73-.52.954c-.129.097-.345.225-.71.372c-.191.07-.388.131-.574.215A2.3 2.3 0 0 1 8 19.75V17.5zM6.5 16H4.25A2.25 2.25 0 0 1 2 13.75v-3.5A2.25 2.25 0 0 1 4.25 8H6.5zm9.5-3.152q-.507.463-1.008.962c-.4.4-1.218 1.191-1.657 2.156l-.016.034H8V8h8zM19.75 8c.83 0 1.553.451 1.943 1.12l-.027.007c-.672.18-1.389.536-2.074.951c-.656.397-1.363.9-2.092 1.483V8zm-6-6A2.25 2.25 0 0 1 16 4.25V6.5H8V4.25A2.25 2.25 0 0 1 10.25 2z"/></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.479-.129 1.194-.213 1.692.285c.497.498.413 1.213.284 1.691c-.145.542-.446 1.166-.84 1.816c-.793 1.31-2.057 2.885-3.584 4.41c-.428.43-1.092 1.105-1.862 1.455c-.195.089-.407.16-.632.202a3.24 3.24 0 0 1-.932 2.586l-.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.131-.244.172-.413.328-.778c.139-.326.333-.695.69-1.053a3.24 3.24 0 0 1 2.59-.937a2.8 2.8 0 0 1 .204-.63c.35-.769 1.025-1.431 1.454-1.86c1.526-1.527 3.1-2.792 4.41-3.585c.65-.394 1.274-.696 1.816-.841m-6.939 8.914a1.75 1.75 0 0 0-2.474 0c-.172.171-.273.35-.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.474M10.508 17.5a4.3 4.3 0 0 0-.667 1.107c-.14.328-.221.73-.52.954c-.129.097-.345.225-.71.372c-.191.07-.388.131-.574.215A2.3 2.3 0 0 1 8 19.75V17.5zM6.5 16H4.25A2.25 2.25 0 0 1 2 13.75v-3.5A2.25 2.25 0 0 1 4.25 8H6.5zm9.5-3.152q-.507.463-1.008.962c-.4.4-1.218 1.191-1.657 2.156l-.016.034H8V8h8zM19.75 8c.83 0 1.553.451 1.943 1.12l-.027.007c-.672.18-1.389.536-2.074.951c-.656.397-1.363.9-2.092 1.483V8zm-6-6A2.25 2.25 0 0 1 16 4.25V6.5H8V4.25A2.25 2.25 0 0 1 10.25 2z"/></svg>
</template>

CSS

.icon-table-cell-cross-brush-24-filled {
  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.479-.129%201.194-.213%201.692.285c.497.498.413%201.213.284%201.691c-.145.542-.446%201.166-.84%201.816c-.793%201.31-2.057%202.885-3.584%204.41c-.428.43-1.092%201.105-1.862%201.455c-.195.089-.407.16-.632.202a3.24%203.24%200%200%201-.932%202.586l-.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.131-.244.172-.413.328-.778c.139-.326.333-.695.69-1.053a3.24%203.24%200%200%201%202.59-.937a2.8%202.8%200%200%201%20.204-.63c.35-.769%201.025-1.431%201.454-1.86c1.526-1.527%203.1-2.792%204.41-3.585c.65-.394%201.274-.696%201.816-.841m-6.939%208.914a1.75%201.75%200%200%200-2.474%200c-.172.171-.273.35-.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.474M10.508%2017.5a4.3%204.3%200%200%200-.667%201.107c-.14.328-.221.73-.52.954c-.129.097-.345.225-.71.372c-.191.07-.388.131-.574.215A2.3%202.3%200%200%201%208%2019.75V17.5zM6.5%2016H4.25A2.25%202.25%200%200%201%202%2013.75v-3.5A2.25%202.25%200%200%201%204.25%208H6.5zm9.5-3.152q-.507.463-1.008.962c-.4.4-1.218%201.191-1.657%202.156l-.016.034H8V8h8zM19.75%208c.83%200%201.553.451%201.943%201.12l-.027.007c-.672.18-1.389.536-2.074.951c-.656.397-1.363.9-2.092%201.483V8zm-6-6A2.25%202.25%200%200%201%2016%204.25V6.5H8V4.25A2.25%202.25%200%200%201%2010.25%202z%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.479-.129%201.194-.213%201.692.285c.497.498.413%201.213.284%201.691c-.145.542-.446%201.166-.84%201.816c-.793%201.31-2.057%202.885-3.584%204.41c-.428.43-1.092%201.105-1.862%201.455c-.195.089-.407.16-.632.202a3.24%203.24%200%200%201-.932%202.586l-.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.131-.244.172-.413.328-.778c.139-.326.333-.695.69-1.053a3.24%203.24%200%200%201%202.59-.937a2.8%202.8%200%200%201%20.204-.63c.35-.769%201.025-1.431%201.454-1.86c1.526-1.527%203.1-2.792%204.41-3.585c.65-.394%201.274-.696%201.816-.841m-6.939%208.914a1.75%201.75%200%200%200-2.474%200c-.172.171-.273.35-.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.474M10.508%2017.5a4.3%204.3%200%200%200-.667%201.107c-.14.328-.221.73-.52.954c-.129.097-.345.225-.71.372c-.191.07-.388.131-.574.215A2.3%202.3%200%200%201%208%2019.75V17.5zM6.5%2016H4.25A2.25%202.25%200%200%201%202%2013.75v-3.5A2.25%202.25%200%200%201%204.25%208H6.5zm9.5-3.152q-.507.463-1.008.962c-.4.4-1.218%201.191-1.657%202.156l-.016.034H8V8h8zM19.75%208c.83%200%201.553.451%201.943%201.12l-.027.007c-.672.18-1.389.536-2.074.951c-.656.397-1.363.9-2.092%201.483V8zm-6-6A2.25%202.25%200%200%201%2016%204.25V6.5H8V4.25A2.25%202.25%200%200%201%2010.25%202z%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-filled.svg?color=%231a73e8&size=48