table cell cross brush icon
table-cell-cross-brush-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- table-cell-cross-brush-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M18.435 8.578c.39-.104.92-.158 1.282.203c.361.362.308.894.203 1.284c-.116.431-.357.936-.68 1.468c-.65 1.073-1.687 2.366-2.943 3.621c-.358.358-.891.899-1.503 1.177a2 2 0 0 1-.842.19a2.5 2.5 0 0 1-.679 2.245l-.155.151c-1.637 1.517-4.346 1.535-6.013-.606a.502.502 0 0 1 .253-.787c1.075-.318 1.386-.653 1.554-.926c.11-.178.16-.326.285-.586c.116-.24.27-.51.535-.776a2.5 2.5 0 0 1 2.246-.685a2 2 0 0 1 .19-.846c.278-.612.819-1.145 1.177-1.503c1.255-1.255 2.548-2.294 3.62-2.943c.533-.323 1.038-.565 1.47-.68m-5.874 7.365a1.5 1.5 0 0 0-2.121 0a1.7 1.7 0 0 0-.341.502c-.08.165-.191.441-.334.675c-.26.424-.654.787-1.378 1.097c1.318 1.151 3.096.957 4.168-.147l.005-.006a1.5 1.5 0 0 0 0-2.12M11 2a2 2 0 0 1 2 2v3h3a1.99 1.99 0 0 1 1.602.808a8 8 0 0 0-.921.46A1 1 0 0 0 16 8h-3v3.14q-.181.174-.362.354c-.29.289-.85.832-1.232 1.506H8v3q0 .07.01.137a.6.6 0 0 1-.095.079c-.12.08-.361.206-.834.346A2 2 0 0 1 7 16v-3H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h3V4a2 2 0 0 1 2-2zM4 8a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3V8zm4 4h4V8H8zm1-9a1 1 0 0 0-1 1v3h4V4a1 1 0 0 0-1-1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTableCellCrossBrush20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M18.435 8.578c.39-.104.92-.158 1.282.203c.361.362.308.894.203 1.284c-.116.431-.357.936-.68 1.468c-.65 1.073-1.687 2.366-2.943 3.621c-.358.358-.891.899-1.503 1.177a2 2 0 0 1-.842.19a2.5 2.5 0 0 1-.679 2.245l-.155.151c-1.637 1.517-4.346 1.535-6.013-.606a.502.502 0 0 1 .253-.787c1.075-.318 1.386-.653 1.554-.926c.11-.178.16-.326.285-.586c.116-.24.27-.51.535-.776a2.5 2.5 0 0 1 2.246-.685a2 2 0 0 1 .19-.846c.278-.612.819-1.145 1.177-1.503c1.255-1.255 2.548-2.294 3.62-2.943c.533-.323 1.038-.565 1.47-.68m-5.874 7.365a1.5 1.5 0 0 0-2.121 0a1.7 1.7 0 0 0-.341.502c-.08.165-.191.441-.334.675c-.26.424-.654.787-1.378 1.097c1.318 1.151 3.096.957 4.168-.147l.005-.006a1.5 1.5 0 0 0 0-2.12M11 2a2 2 0 0 1 2 2v3h3a1.99 1.99 0 0 1 1.602.808a8 8 0 0 0-.921.46A1 1 0 0 0 16 8h-3v3.14q-.181.174-.362.354c-.29.289-.85.832-1.232 1.506H8v3q0 .07.01.137a.6.6 0 0 1-.095.079c-.12.08-.361.206-.834.346A2 2 0 0 1 7 16v-3H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h3V4a2 2 0 0 1 2-2zM4 8a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3V8zm4 4h4V8H8zm1-9a1 1 0 0 0-1 1v3h4V4a1 1 0 0 0-1-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M18.435 8.578c.39-.104.92-.158 1.282.203c.361.362.308.894.203 1.284c-.116.431-.357.936-.68 1.468c-.65 1.073-1.687 2.366-2.943 3.621c-.358.358-.891.899-1.503 1.177a2 2 0 0 1-.842.19a2.5 2.5 0 0 1-.679 2.245l-.155.151c-1.637 1.517-4.346 1.535-6.013-.606a.502.502 0 0 1 .253-.787c1.075-.318 1.386-.653 1.554-.926c.11-.178.16-.326.285-.586c.116-.24.27-.51.535-.776a2.5 2.5 0 0 1 2.246-.685a2 2 0 0 1 .19-.846c.278-.612.819-1.145 1.177-1.503c1.255-1.255 2.548-2.294 3.62-2.943c.533-.323 1.038-.565 1.47-.68m-5.874 7.365a1.5 1.5 0 0 0-2.121 0a1.7 1.7 0 0 0-.341.502c-.08.165-.191.441-.334.675c-.26.424-.654.787-1.378 1.097c1.318 1.151 3.096.957 4.168-.147l.005-.006a1.5 1.5 0 0 0 0-2.12M11 2a2 2 0 0 1 2 2v3h3a1.99 1.99 0 0 1 1.602.808a8 8 0 0 0-.921.46A1 1 0 0 0 16 8h-3v3.14q-.181.174-.362.354c-.29.289-.85.832-1.232 1.506H8v3q0 .07.01.137a.6.6 0 0 1-.095.079c-.12.08-.361.206-.834.346A2 2 0 0 1 7 16v-3H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h3V4a2 2 0 0 1 2-2zM4 8a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3V8zm4 4h4V8H8zm1-9a1 1 0 0 0-1 1v3h4V4a1 1 0 0 0-1-1z"/></svg> </template>
CSS
.icon-table-cell-cross-brush-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.435%208.578c.39-.104.92-.158%201.282.203c.361.362.308.894.203%201.284c-.116.431-.357.936-.68%201.468c-.65%201.073-1.687%202.366-2.943%203.621c-.358.358-.891.899-1.503%201.177a2%202%200%200%201-.842.19a2.5%202.5%200%200%201-.679%202.245l-.155.151c-1.637%201.517-4.346%201.535-6.013-.606a.502.502%200%200%201%20.253-.787c1.075-.318%201.386-.653%201.554-.926c.11-.178.16-.326.285-.586c.116-.24.27-.51.535-.776a2.5%202.5%200%200%201%202.246-.685a2%202%200%200%201%20.19-.846c.278-.612.819-1.145%201.177-1.503c1.255-1.255%202.548-2.294%203.62-2.943c.533-.323%201.038-.565%201.47-.68m-5.874%207.365a1.5%201.5%200%200%200-2.121%200a1.7%201.7%200%200%200-.341.502c-.08.165-.191.441-.334.675c-.26.424-.654.787-1.378%201.097c1.318%201.151%203.096.957%204.168-.147l.005-.006a1.5%201.5%200%200%200%200-2.12M11%202a2%202%200%200%201%202%202v3h3a1.99%201.99%200%200%201%201.602.808a8%208%200%200%200-.921.46A1%201%200%200%200%2016%208h-3v3.14q-.181.174-.362.354c-.29.289-.85.832-1.232%201.506H8v3q0%20.07.01.137a.6.6%200%200%201-.095.079c-.12.08-.361.206-.834.346A2%202%200%200%201%207%2016v-3H4a2%202%200%200%201-2-2V9a2%202%200%200%201%202-2h3V4a2%202%200%200%201%202-2zM4%208a1%201%200%200%200-1%201v2a1%201%200%200%200%201%201h3V8zm4%204h4V8H8zm1-9a1%201%200%200%200-1%201v3h4V4a1%201%200%200%200-1-1z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.435%208.578c.39-.104.92-.158%201.282.203c.361.362.308.894.203%201.284c-.116.431-.357.936-.68%201.468c-.65%201.073-1.687%202.366-2.943%203.621c-.358.358-.891.899-1.503%201.177a2%202%200%200%201-.842.19a2.5%202.5%200%200%201-.679%202.245l-.155.151c-1.637%201.517-4.346%201.535-6.013-.606a.502.502%200%200%201%20.253-.787c1.075-.318%201.386-.653%201.554-.926c.11-.178.16-.326.285-.586c.116-.24.27-.51.535-.776a2.5%202.5%200%200%201%202.246-.685a2%202%200%200%201%20.19-.846c.278-.612.819-1.145%201.177-1.503c1.255-1.255%202.548-2.294%203.62-2.943c.533-.323%201.038-.565%201.47-.68m-5.874%207.365a1.5%201.5%200%200%200-2.121%200a1.7%201.7%200%200%200-.341.502c-.08.165-.191.441-.334.675c-.26.424-.654.787-1.378%201.097c1.318%201.151%203.096.957%204.168-.147l.005-.006a1.5%201.5%200%200%200%200-2.12M11%202a2%202%200%200%201%202%202v3h3a1.99%201.99%200%200%201%201.602.808a8%208%200%200%200-.921.46A1%201%200%200%200%2016%208h-3v3.14q-.181.174-.362.354c-.29.289-.85.832-1.232%201.506H8v3q0%20.07.01.137a.6.6%200%200%201-.095.079c-.12.08-.361.206-.834.346A2%202%200%200%201%207%2016v-3H4a2%202%200%200%201-2-2V9a2%202%200%200%201%202-2h3V4a2%202%200%200%201%202-2zM4%208a1%201%200%200%200-1%201v2a1%201%200%200%200%201%201h3V8zm4%204h4V8H8zm1-9a1%201%200%200%200-1%201v3h4V4a1%201%200%200%200-1-1z%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-20-regular.svg?color=%231a73e8&size=48