table cancel icon
table-cancel from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- table-cancel
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
table-accounttable-alerttable-arrow-downtable-arrow-lefttable-arrow-righttable-arrow-uptable-bordertable-chairtable-checktable-clocktable-cogtable-columntable-column-plus-aftertable-column-plus-beforetable-column-removetable-column-widthtable-edittable-eyetable-eye-offtable-filtertable-furnituretable-headers-eyetable-headers-eye-offtable-heart
Use the table cancel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H11v4h1.08c-.11.68-.11 1.35 0 2H3a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4zm15.5 1C16 14 14 16 14 18.5s2 4.5 4.5 4.5s4.5-2 4.5-4.5s-2-4.5-4.5-4.5m0 7.5c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5L20 21.08c-.42.27-.94.42-1.5.42m2.58-1.5L17 15.92c.42-.27.94-.42 1.5-.42c1.66 0 3 1.34 3 3c0 .56-.15 1.08-.42 1.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiTableCancel(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="M3 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H11v4h1.08c-.11.68-.11 1.35 0 2H3a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4zm15.5 1C16 14 14 16 14 18.5s2 4.5 4.5 4.5s4.5-2 4.5-4.5s-2-4.5-4.5-4.5m0 7.5c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5L20 21.08c-.42.27-.94.42-1.5.42m2.58-1.5L17 15.92c.42-.27.94-.42 1.5-.42c1.66 0 3 1.34 3 3c0 .56-.15 1.08-.42 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H11v4h1.08c-.11.68-.11 1.35 0 2H3a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4zm15.5 1C16 14 14 16 14 18.5s2 4.5 4.5 4.5s4.5-2 4.5-4.5s-2-4.5-4.5-4.5m0 7.5c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5L20 21.08c-.42.27-.94.42-1.5.42m2.58-1.5L17 15.92c.42-.27.94-.42 1.5-.42c1.66 0 3 1.34 3 3c0 .56-.15 1.08-.42 1.5"/></svg> </template>
CSS
.icon-table-cancel {
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%22M3%203h14a2%202%200%200%201%202%202v7.08a6%206%200%200%200-4.32.92H11v4h1.08c-.11.68-.11%201.35%200%202H3a2%202%200%200%201-2-2V5c0-1.1.9-2%202-2m0%204v4h6V7zm8%200v4h6V7zm-8%206v4h6v-4zm15.5%201C16%2014%2014%2016%2014%2018.5s2%204.5%204.5%204.5s4.5-2%204.5-4.5s-2-4.5-4.5-4.5m0%207.5c-1.66%200-3-1.34-3-3c0-.56.15-1.08.42-1.5L20%2021.08c-.42.27-.94.42-1.5.42m2.58-1.5L17%2015.92c.42-.27.94-.42%201.5-.42c1.66%200%203%201.34%203%203c0%20.56-.15%201.08-.42%201.5%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%22M3%203h14a2%202%200%200%201%202%202v7.08a6%206%200%200%200-4.32.92H11v4h1.08c-.11.68-.11%201.35%200%202H3a2%202%200%200%201-2-2V5c0-1.1.9-2%202-2m0%204v4h6V7zm8%200v4h6V7zm-8%206v4h6v-4zm15.5%201C16%2014%2014%2016%2014%2018.5s2%204.5%204.5%204.5s4.5-2%204.5-4.5s-2-4.5-4.5-4.5m0%207.5c-1.66%200-3-1.34-3-3c0-.56.15-1.08.42-1.5L20%2021.08c-.42.27-.94.42-1.5.42m2.58-1.5L17%2015.92c.42-.27.94-.42%201.5-.42c1.66%200%203%201.34%203%203c0%20.56-.15%201.08-.42%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/table-cancel.svg?color=%231a73e8&size=48