table headers eye off icon
table-headers-eye-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- table-headers-eye-off
- 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-canceltable-chairtable-checktable-clocktable-cogtable-columntable-column-plus-aftertable-column-plus-beforetable-column-removetable-column-widthtable-edittable-eyetable-eye-offtable-filtertable-furnituretable-headers-eyetable-heart
Use the table headers eye off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.38 1.73L1.11 3l1.15 1.15A2 2 0 0 0 1 6v13a2 2 0 0 0 2 2h6V11h.11l3.61 3.61A6.2 6.2 0 0 0 11 17a6.45 6.45 0 0 0 6 4a6.6 6.6 0 0 0 1.84-.27l2 2l1.27-1.27l-1.53-1.53M7 19H3v-3h4m0-2H3v-3h4m0-2H3V6h1.11L7 8.89M17 19.5a2.5 2.5 0 0 1-2.44-3.05l3 3a2.5 2.5 0 0 1-.56.05m-.76-6.5l1.61 1.61a2.5 2.5 0 0 1 1.5 1.5l2.59 2.59A6.4 6.4 0 0 0 23 17a6.45 6.45 0 0 0-6-4zM13 6v3h-.8l2 2H21V6a2 2 0 0 0-2-2H7.2l2 2M15 6h4v3h-4Z"/></svg>
React
import type { SVGProps } from "react";
export function MdiTableHeadersEyeOff(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="M2.38 1.73L1.11 3l1.15 1.15A2 2 0 0 0 1 6v13a2 2 0 0 0 2 2h6V11h.11l3.61 3.61A6.2 6.2 0 0 0 11 17a6.45 6.45 0 0 0 6 4a6.6 6.6 0 0 0 1.84-.27l2 2l1.27-1.27l-1.53-1.53M7 19H3v-3h4m0-2H3v-3h4m0-2H3V6h1.11L7 8.89M17 19.5a2.5 2.5 0 0 1-2.44-3.05l3 3a2.5 2.5 0 0 1-.56.05m-.76-6.5l1.61 1.61a2.5 2.5 0 0 1 1.5 1.5l2.59 2.59A6.4 6.4 0 0 0 23 17a6.45 6.45 0 0 0-6-4zM13 6v3h-.8l2 2H21V6a2 2 0 0 0-2-2H7.2l2 2M15 6h4v3h-4Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.38 1.73L1.11 3l1.15 1.15A2 2 0 0 0 1 6v13a2 2 0 0 0 2 2h6V11h.11l3.61 3.61A6.2 6.2 0 0 0 11 17a6.45 6.45 0 0 0 6 4a6.6 6.6 0 0 0 1.84-.27l2 2l1.27-1.27l-1.53-1.53M7 19H3v-3h4m0-2H3v-3h4m0-2H3V6h1.11L7 8.89M17 19.5a2.5 2.5 0 0 1-2.44-3.05l3 3a2.5 2.5 0 0 1-.56.05m-.76-6.5l1.61 1.61a2.5 2.5 0 0 1 1.5 1.5l2.59 2.59A6.4 6.4 0 0 0 23 17a6.45 6.45 0 0 0-6-4zM13 6v3h-.8l2 2H21V6a2 2 0 0 0-2-2H7.2l2 2M15 6h4v3h-4Z"/></svg> </template>
CSS
.icon-table-headers-eye-off {
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%22M2.38%201.73L1.11%203l1.15%201.15A2%202%200%200%200%201%206v13a2%202%200%200%200%202%202h6V11h.11l3.61%203.61A6.2%206.2%200%200%200%2011%2017a6.45%206.45%200%200%200%206%204a6.6%206.6%200%200%200%201.84-.27l2%202l1.27-1.27l-1.53-1.53M7%2019H3v-3h4m0-2H3v-3h4m0-2H3V6h1.11L7%208.89M17%2019.5a2.5%202.5%200%200%201-2.44-3.05l3%203a2.5%202.5%200%200%201-.56.05m-.76-6.5l1.61%201.61a2.5%202.5%200%200%201%201.5%201.5l2.59%202.59A6.4%206.4%200%200%200%2023%2017a6.45%206.45%200%200%200-6-4zM13%206v3h-.8l2%202H21V6a2%202%200%200%200-2-2H7.2l2%202M15%206h4v3h-4Z%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%22M2.38%201.73L1.11%203l1.15%201.15A2%202%200%200%200%201%206v13a2%202%200%200%200%202%202h6V11h.11l3.61%203.61A6.2%206.2%200%200%200%2011%2017a6.45%206.45%200%200%200%206%204a6.6%206.6%200%200%200%201.84-.27l2%202l1.27-1.27l-1.53-1.53M7%2019H3v-3h4m0-2H3v-3h4m0-2H3V6h1.11L7%208.89M17%2019.5a2.5%202.5%200%200%201-2.44-3.05l3%203a2.5%202.5%200%200%201-.56.05m-.76-6.5l1.61%201.61a2.5%202.5%200%200%201%201.5%201.5l2.59%202.59A6.4%206.4%200%200%200%2023%2017a6.45%206.45%200%200%200-6-4zM13%206v3h-.8l2%202H21V6a2%202%200%200%200-2-2H7.2l2%202M15%206h4v3h-4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/table-headers-eye-off.svg?color=%231a73e8&size=48