table cell cross brush icon
table-cell-cross-brush-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- table-cell-cross-brush-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- 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.07c.336-.09.825-.146 1.164.193s.284.83.194 1.166c-.102.378-.312.815-.59 1.272c-.558.922-1.449 2.031-2.524 3.107c-.304.303-.768.776-1.305 1.02a2 2 0 0 1-.517.15a2.16 2.16 0 0 1-.618 1.72l-.132.13c-1.4 1.295-3.716 1.308-5.138-.516a.502.502 0 0 1 .252-.787c.884-.261 1.123-.532 1.25-.737c.088-.144.126-.257.234-.481c.098-.205.231-.44.462-.67a2.16 2.16 0 0 1 1.714-.625c.025-.187.081-.364.154-.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.653-.001a1.4 1.4 0 0 0-.268.396c-.062.13-.16.371-.283.57c-.212.346-.525.64-1.064.892c1.053.837 2.425.66 3.262-.201l.006-.005a1.17 1.17 0 0 0 0-1.651M4 11H2.5A1.5 1.5 0 0 1 1 9.5v-3A1.5 1.5 0 0 1 2.5 5H4zm7-3.908c-.504.418-1.017.884-1.518 1.385c-.272.271-.877.854-1.212 1.576a3.15 3.15 0 0 0-1.542.75l-.132.126q-.034.035-.066.071H5V5h6zM13.5 5c.234 0 .454.055.651.15c-.458.145-.93.384-1.373.653a13 13 0 0 0-.778.514V5zm-4-4A1.5 1.5 0 0 1 11 2.5V4H5V2.5A1.5 1.5 0 0 1 6.5 1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTableCellCrossBrush16Filled(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.07c.336-.09.825-.146 1.164.193s.284.83.194 1.166c-.102.378-.312.815-.59 1.272c-.558.922-1.449 2.031-2.524 3.107c-.304.303-.768.776-1.305 1.02a2 2 0 0 1-.517.15a2.16 2.16 0 0 1-.618 1.72l-.132.13c-1.4 1.295-3.716 1.308-5.138-.516a.502.502 0 0 1 .252-.787c.884-.261 1.123-.532 1.25-.737c.088-.144.126-.257.234-.481c.098-.205.231-.44.462-.67a2.16 2.16 0 0 1 1.714-.625c.025-.187.081-.364.154-.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.653-.001a1.4 1.4 0 0 0-.268.396c-.062.13-.16.371-.283.57c-.212.346-.525.64-1.064.892c1.053.837 2.425.66 3.262-.201l.006-.005a1.17 1.17 0 0 0 0-1.651M4 11H2.5A1.5 1.5 0 0 1 1 9.5v-3A1.5 1.5 0 0 1 2.5 5H4zm7-3.908c-.504.418-1.017.884-1.518 1.385c-.272.271-.877.854-1.212 1.576a3.15 3.15 0 0 0-1.542.75l-.132.126q-.034.035-.066.071H5V5h6zM13.5 5c.234 0 .454.055.651.15c-.458.145-.93.384-1.373.653a13 13 0 0 0-.778.514V5zm-4-4A1.5 1.5 0 0 1 11 2.5V4H5V2.5A1.5 1.5 0 0 1 6.5 1z"/></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.07c.336-.09.825-.146 1.164.193s.284.83.194 1.166c-.102.378-.312.815-.59 1.272c-.558.922-1.449 2.031-2.524 3.107c-.304.303-.768.776-1.305 1.02a2 2 0 0 1-.517.15a2.16 2.16 0 0 1-.618 1.72l-.132.13c-1.4 1.295-3.716 1.308-5.138-.516a.502.502 0 0 1 .252-.787c.884-.261 1.123-.532 1.25-.737c.088-.144.126-.257.234-.481c.098-.205.231-.44.462-.67a2.16 2.16 0 0 1 1.714-.625c.025-.187.081-.364.154-.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.653-.001a1.4 1.4 0 0 0-.268.396c-.062.13-.16.371-.283.57c-.212.346-.525.64-1.064.892c1.053.837 2.425.66 3.262-.201l.006-.005a1.17 1.17 0 0 0 0-1.651M4 11H2.5A1.5 1.5 0 0 1 1 9.5v-3A1.5 1.5 0 0 1 2.5 5H4zm7-3.908c-.504.418-1.017.884-1.518 1.385c-.272.271-.877.854-1.212 1.576a3.15 3.15 0 0 0-1.542.75l-.132.126q-.034.035-.066.071H5V5h6zM13.5 5c.234 0 .454.055.651.15c-.458.145-.93.384-1.373.653a13 13 0 0 0-.778.514V5zm-4-4A1.5 1.5 0 0 1 11 2.5V4H5V2.5A1.5 1.5 0 0 1 6.5 1z"/></svg> </template>
CSS
.icon-table-cell-cross-brush-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.57%206.07c.336-.09.825-.146%201.164.193s.284.83.194%201.166c-.102.378-.312.815-.59%201.272c-.558.922-1.449%202.031-2.524%203.107c-.304.303-.768.776-1.305%201.02a2%202%200%200%201-.517.15a2.16%202.16%200%200%201-.618%201.72l-.132.13c-1.4%201.295-3.716%201.308-5.138-.516a.502.502%200%200%201%20.252-.787c.884-.261%201.123-.532%201.25-.737c.088-.144.126-.257.234-.481c.098-.205.231-.44.462-.67a2.16%202.16%200%200%201%201.714-.625c.025-.187.081-.364.154-.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.653-.001a1.4%201.4%200%200%200-.268.396c-.062.13-.16.371-.283.57c-.212.346-.525.64-1.064.892c1.053.837%202.425.66%203.262-.201l.006-.005a1.17%201.17%200%200%200%200-1.651M4%2011H2.5A1.5%201.5%200%200%201%201%209.5v-3A1.5%201.5%200%200%201%202.5%205H4zm7-3.908c-.504.418-1.017.884-1.518%201.385c-.272.271-.877.854-1.212%201.576a3.15%203.15%200%200%200-1.542.75l-.132.126q-.034.035-.066.071H5V5h6zM13.5%205c.234%200%20.454.055.651.15c-.458.145-.93.384-1.373.653a13%2013%200%200%200-.778.514V5zm-4-4A1.5%201.5%200%200%201%2011%202.5V4H5V2.5A1.5%201.5%200%200%201%206.5%201z%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.07c.336-.09.825-.146%201.164.193s.284.83.194%201.166c-.102.378-.312.815-.59%201.272c-.558.922-1.449%202.031-2.524%203.107c-.304.303-.768.776-1.305%201.02a2%202%200%200%201-.517.15a2.16%202.16%200%200%201-.618%201.72l-.132.13c-1.4%201.295-3.716%201.308-5.138-.516a.502.502%200%200%201%20.252-.787c.884-.261%201.123-.532%201.25-.737c.088-.144.126-.257.234-.481c.098-.205.231-.44.462-.67a2.16%202.16%200%200%201%201.714-.625c.025-.187.081-.364.154-.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.653-.001a1.4%201.4%200%200%200-.268.396c-.062.13-.16.371-.283.57c-.212.346-.525.64-1.064.892c1.053.837%202.425.66%203.262-.201l.006-.005a1.17%201.17%200%200%200%200-1.651M4%2011H2.5A1.5%201.5%200%200%201%201%209.5v-3A1.5%201.5%200%200%201%202.5%205H4zm7-3.908c-.504.418-1.017.884-1.518%201.385c-.272.271-.877.854-1.212%201.576a3.15%203.15%200%200%200-1.542.75l-.132.126q-.034.035-.066.071H5V5h6zM13.5%205c.234%200%20.454.055.651.15c-.458.145-.93.384-1.373.653a13%2013%200%200%200-.778.514V5zm-4-4A1.5%201.5%200%200%201%2011%202.5V4H5V2.5A1.5%201.5%200%200%201%206.5%201z%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-filled.svg?color=%231a73e8&size=48