table cell cross brush icon
table-cell-cross-brush-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- table-cell-cross-brush-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
table-add-16-filledtable-alt-text-20-filledtable-arrow-repeat-all-20-filledtable-arrow-up-20-filledtable-bottom-row-16-filledtable-calculator-16-filledtable-cell-add-16-filledtable-cell-center-16-filledtable-cell-center-arrow-repeat-all-20-filledtable-cell-center-edit-16-filledtable-cell-center-link-20-filledtable-cell-center-search-20-filledtable-cell-cross-16-filledtable-cell-edit-16-filledtable-cells-merge-16-filledtable-cells-split-16-filledtable-checker-20-filledtable-column-top-bottom-16-filledtable-column-top-bottom-arrow-repeat-all-20-filledtable-column-top-bottom-edit-16-filledtable-column-top-bottom-link-20-filledtable-column-top-bottom-search-20-filledtable-copy-20-filledtable-cursor-16-filled
Use the table cell cross brush icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.57 6.068c.335-.09.825-.145 1.164.194c.34.339.284.83.194 1.166c-.102.378-.312.815-.59 1.272c-.558.923-1.449 2.03-2.524 3.107c-.304.303-.768.776-1.305 1.02a2 2 0 0 1-.516.15a2.16 2.16 0 0 1-.618 1.72l-.133.13c-1.4 1.295-3.715 1.308-5.137-.517a.5.5 0 0 1 .252-.787c.884-.261 1.123-.53 1.25-.736c.088-.144.126-.256.234-.481c.098-.205.23-.44.462-.67c.469-.47 1.1-.676 1.714-.625a2 2 0 0 1 .153-.524c.244-.537.716-1 1.02-1.304c1.075-1.076 2.184-1.967 3.106-2.526c.457-.277.895-.487 1.273-.589m-4.908 6.275a1.17 1.17 0 0 0-1.652 0a1.4 1.4 0 0 0-.268.396c-.062.13-.16.37-.283.57c-.212.347-.525.64-1.065.892c1.054.837 2.426.661 3.263-.201l.005-.005a1.17 1.17 0 0 0 0-1.652M9.25 1c.966 0 1.75.784 1.75 1.75V5h2.25c.283 0 .55.069.787.188a7 7 0 0 0-1.259.615a11 11 0 0 0-.311.197H11v1.092c-.331.275-.667.57-1 .884V6H6v4h2.297q-.015.027-.027.053A3.17 3.17 0 0 0 6.53 11H6v.754c-.081.158-.143.45-.294.552c-.211.142-.469.2-.706.285V11H2.75A1.75 1.75 0 0 1 1 9.25v-2.5C1 5.784 1.784 5 2.75 5H5V2.75C5 1.784 5.784 1 6.75 1zm-6.5 5a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75H5V6zm4-4a.75.75 0 0 0-.75.75V5h4V2.75A.75.75 0 0 0 9.25 2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTableCellCrossBrush16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.57 6.068c.335-.09.825-.145 1.164.194c.34.339.284.83.194 1.166c-.102.378-.312.815-.59 1.272c-.558.923-1.449 2.03-2.524 3.107c-.304.303-.768.776-1.305 1.02a2 2 0 0 1-.516.15a2.16 2.16 0 0 1-.618 1.72l-.133.13c-1.4 1.295-3.715 1.308-5.137-.517a.5.5 0 0 1 .252-.787c.884-.261 1.123-.53 1.25-.736c.088-.144.126-.256.234-.481c.098-.205.23-.44.462-.67c.469-.47 1.1-.676 1.714-.625a2 2 0 0 1 .153-.524c.244-.537.716-1 1.02-1.304c1.075-1.076 2.184-1.967 3.106-2.526c.457-.277.895-.487 1.273-.589m-4.908 6.275a1.17 1.17 0 0 0-1.652 0a1.4 1.4 0 0 0-.268.396c-.062.13-.16.37-.283.57c-.212.347-.525.64-1.065.892c1.054.837 2.426.661 3.263-.201l.005-.005a1.17 1.17 0 0 0 0-1.652M9.25 1c.966 0 1.75.784 1.75 1.75V5h2.25c.283 0 .55.069.787.188a7 7 0 0 0-1.259.615a11 11 0 0 0-.311.197H11v1.092c-.331.275-.667.57-1 .884V6H6v4h2.297q-.015.027-.027.053A3.17 3.17 0 0 0 6.53 11H6v.754c-.081.158-.143.45-.294.552c-.211.142-.469.2-.706.285V11H2.75A1.75 1.75 0 0 1 1 9.25v-2.5C1 5.784 1.784 5 2.75 5H5V2.75C5 1.784 5.784 1 6.75 1zm-6.5 5a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75H5V6zm4-4a.75.75 0 0 0-.75.75V5h4V2.75A.75.75 0 0 0 9.25 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.57 6.068c.335-.09.825-.145 1.164.194c.34.339.284.83.194 1.166c-.102.378-.312.815-.59 1.272c-.558.923-1.449 2.03-2.524 3.107c-.304.303-.768.776-1.305 1.02a2 2 0 0 1-.516.15a2.16 2.16 0 0 1-.618 1.72l-.133.13c-1.4 1.295-3.715 1.308-5.137-.517a.5.5 0 0 1 .252-.787c.884-.261 1.123-.53 1.25-.736c.088-.144.126-.256.234-.481c.098-.205.23-.44.462-.67c.469-.47 1.1-.676 1.714-.625a2 2 0 0 1 .153-.524c.244-.537.716-1 1.02-1.304c1.075-1.076 2.184-1.967 3.106-2.526c.457-.277.895-.487 1.273-.589m-4.908 6.275a1.17 1.17 0 0 0-1.652 0a1.4 1.4 0 0 0-.268.396c-.062.13-.16.37-.283.57c-.212.347-.525.64-1.065.892c1.054.837 2.426.661 3.263-.201l.005-.005a1.17 1.17 0 0 0 0-1.652M9.25 1c.966 0 1.75.784 1.75 1.75V5h2.25c.283 0 .55.069.787.188a7 7 0 0 0-1.259.615a11 11 0 0 0-.311.197H11v1.092c-.331.275-.667.57-1 .884V6H6v4h2.297q-.015.027-.027.053A3.17 3.17 0 0 0 6.53 11H6v.754c-.081.158-.143.45-.294.552c-.211.142-.469.2-.706.285V11H2.75A1.75 1.75 0 0 1 1 9.25v-2.5C1 5.784 1.784 5 2.75 5H5V2.75C5 1.784 5.784 1 6.75 1zm-6.5 5a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75H5V6zm4-4a.75.75 0 0 0-.75.75V5h4V2.75A.75.75 0 0 0 9.25 2z"/></svg> </template>
CSS
.icon-table-cell-cross-brush-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.57%206.068c.335-.09.825-.145%201.164.194c.34.339.284.83.194%201.166c-.102.378-.312.815-.59%201.272c-.558.923-1.449%202.03-2.524%203.107c-.304.303-.768.776-1.305%201.02a2%202%200%200%201-.516.15a2.16%202.16%200%200%201-.618%201.72l-.133.13c-1.4%201.295-3.715%201.308-5.137-.517a.5.5%200%200%201%20.252-.787c.884-.261%201.123-.53%201.25-.736c.088-.144.126-.256.234-.481c.098-.205.23-.44.462-.67c.469-.47%201.1-.676%201.714-.625a2%202%200%200%201%20.153-.524c.244-.537.716-1%201.02-1.304c1.075-1.076%202.184-1.967%203.106-2.526c.457-.277.895-.487%201.273-.589m-4.908%206.275a1.17%201.17%200%200%200-1.652%200a1.4%201.4%200%200%200-.268.396c-.062.13-.16.37-.283.57c-.212.347-.525.64-1.065.892c1.054.837%202.426.661%203.263-.201l.005-.005a1.17%201.17%200%200%200%200-1.652M9.25%201c.966%200%201.75.784%201.75%201.75V5h2.25c.283%200%20.55.069.787.188a7%207%200%200%200-1.259.615a11%2011%200%200%200-.311.197H11v1.092c-.331.275-.667.57-1%20.884V6H6v4h2.297q-.015.027-.027.053A3.17%203.17%200%200%200%206.53%2011H6v.754c-.081.158-.143.45-.294.552c-.211.142-.469.2-.706.285V11H2.75A1.75%201.75%200%200%201%201%209.25v-2.5C1%205.784%201.784%205%202.75%205H5V2.75C5%201.784%205.784%201%206.75%201zm-6.5%205a.75.75%200%200%200-.75.75v2.5c0%20.414.336.75.75.75H5V6zm4-4a.75.75%200%200%200-.75.75V5h4V2.75A.75.75%200%200%200%209.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.57%206.068c.335-.09.825-.145%201.164.194c.34.339.284.83.194%201.166c-.102.378-.312.815-.59%201.272c-.558.923-1.449%202.03-2.524%203.107c-.304.303-.768.776-1.305%201.02a2%202%200%200%201-.516.15a2.16%202.16%200%200%201-.618%201.72l-.133.13c-1.4%201.295-3.715%201.308-5.137-.517a.5.5%200%200%201%20.252-.787c.884-.261%201.123-.53%201.25-.736c.088-.144.126-.256.234-.481c.098-.205.23-.44.462-.67c.469-.47%201.1-.676%201.714-.625a2%202%200%200%201%20.153-.524c.244-.537.716-1%201.02-1.304c1.075-1.076%202.184-1.967%203.106-2.526c.457-.277.895-.487%201.273-.589m-4.908%206.275a1.17%201.17%200%200%200-1.652%200a1.4%201.4%200%200%200-.268.396c-.062.13-.16.37-.283.57c-.212.347-.525.64-1.065.892c1.054.837%202.426.661%203.263-.201l.005-.005a1.17%201.17%200%200%200%200-1.652M9.25%201c.966%200%201.75.784%201.75%201.75V5h2.25c.283%200%20.55.069.787.188a7%207%200%200%200-1.259.615a11%2011%200%200%200-.311.197H11v1.092c-.331.275-.667.57-1%20.884V6H6v4h2.297q-.015.027-.027.053A3.17%203.17%200%200%200%206.53%2011H6v.754c-.081.158-.143.45-.294.552c-.211.142-.469.2-.706.285V11H2.75A1.75%201.75%200%200%201%201%209.25v-2.5C1%205.784%201.784%205%202.75%205H5V2.75C5%201.784%205.784%201%206.75%201zm-6.5%205a.75.75%200%200%200-.75.75v2.5c0%20.414.336.75.75.75H5V6zm4-4a.75.75%200%200%200-.75.75V5h4V2.75A.75.75%200%200%200%209.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-16-regular.svg?color=%231a73e8&size=48