table eye off icon
table-eye-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- table-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-filtertable-furnituretable-headers-eyetable-headers-eye-offtable-heart
Use the table 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="M12 8.8L6.2 3H18c1.1 0 2 .9 2 2v7.59c-.93-.38-1.94-.59-3-.59c-.55 0-1.09.07-1.62.18L14.2 11H18V7h-6zm5.09 5.09l5.22 5.22c.27-.38.51-.79.69-1.23c-.93-2.31-3.22-3.96-5.91-3.99m5.02 7.57l-1.27 1.27l-1.34-1.36c-.79.32-1.62.51-2.5.51c-2.73 0-5.06-1.66-6-4a6.34 6.34 0 0 1 2.21-2.78l-1.28-1.28c-.74.6-1.4 1.32-1.93 2.15V13H4v4h5.42c-.16.32-.3.66-.42 1c.12.34.26.68.42 1H4c-1.1 0-2-.9-2-2V5c0-.32.08-.62.22-.89L1.11 3l1.28-1.27zM9.11 11l-4-4H4v4zm9.07 9.07l-3.37-3.37c-.2.35-.31.75-.31 1.18a2.5 2.5 0 0 0 2.5 2.5c.43 0 .83-.11 1.18-.31"/></svg>
React
import type { SVGProps } from "react";
export function MdiTableEyeOff(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="M12 8.8L6.2 3H18c1.1 0 2 .9 2 2v7.59c-.93-.38-1.94-.59-3-.59c-.55 0-1.09.07-1.62.18L14.2 11H18V7h-6zm5.09 5.09l5.22 5.22c.27-.38.51-.79.69-1.23c-.93-2.31-3.22-3.96-5.91-3.99m5.02 7.57l-1.27 1.27l-1.34-1.36c-.79.32-1.62.51-2.5.51c-2.73 0-5.06-1.66-6-4a6.34 6.34 0 0 1 2.21-2.78l-1.28-1.28c-.74.6-1.4 1.32-1.93 2.15V13H4v4h5.42c-.16.32-.3.66-.42 1c.12.34.26.68.42 1H4c-1.1 0-2-.9-2-2V5c0-.32.08-.62.22-.89L1.11 3l1.28-1.27zM9.11 11l-4-4H4v4zm9.07 9.07l-3.37-3.37c-.2.35-.31.75-.31 1.18a2.5 2.5 0 0 0 2.5 2.5c.43 0 .83-.11 1.18-.31"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8.8L6.2 3H18c1.1 0 2 .9 2 2v7.59c-.93-.38-1.94-.59-3-.59c-.55 0-1.09.07-1.62.18L14.2 11H18V7h-6zm5.09 5.09l5.22 5.22c.27-.38.51-.79.69-1.23c-.93-2.31-3.22-3.96-5.91-3.99m5.02 7.57l-1.27 1.27l-1.34-1.36c-.79.32-1.62.51-2.5.51c-2.73 0-5.06-1.66-6-4a6.34 6.34 0 0 1 2.21-2.78l-1.28-1.28c-.74.6-1.4 1.32-1.93 2.15V13H4v4h5.42c-.16.32-.3.66-.42 1c.12.34.26.68.42 1H4c-1.1 0-2-.9-2-2V5c0-.32.08-.62.22-.89L1.11 3l1.28-1.27zM9.11 11l-4-4H4v4zm9.07 9.07l-3.37-3.37c-.2.35-.31.75-.31 1.18a2.5 2.5 0 0 0 2.5 2.5c.43 0 .83-.11 1.18-.31"/></svg> </template>
CSS
.icon-table-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%22M12%208.8L6.2%203H18c1.1%200%202%20.9%202%202v7.59c-.93-.38-1.94-.59-3-.59c-.55%200-1.09.07-1.62.18L14.2%2011H18V7h-6zm5.09%205.09l5.22%205.22c.27-.38.51-.79.69-1.23c-.93-2.31-3.22-3.96-5.91-3.99m5.02%207.57l-1.27%201.27l-1.34-1.36c-.79.32-1.62.51-2.5.51c-2.73%200-5.06-1.66-6-4a6.34%206.34%200%200%201%202.21-2.78l-1.28-1.28c-.74.6-1.4%201.32-1.93%202.15V13H4v4h5.42c-.16.32-.3.66-.42%201c.12.34.26.68.42%201H4c-1.1%200-2-.9-2-2V5c0-.32.08-.62.22-.89L1.11%203l1.28-1.27zM9.11%2011l-4-4H4v4zm9.07%209.07l-3.37-3.37c-.2.35-.31.75-.31%201.18a2.5%202.5%200%200%200%202.5%202.5c.43%200%20.83-.11%201.18-.31%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%22M12%208.8L6.2%203H18c1.1%200%202%20.9%202%202v7.59c-.93-.38-1.94-.59-3-.59c-.55%200-1.09.07-1.62.18L14.2%2011H18V7h-6zm5.09%205.09l5.22%205.22c.27-.38.51-.79.69-1.23c-.93-2.31-3.22-3.96-5.91-3.99m5.02%207.57l-1.27%201.27l-1.34-1.36c-.79.32-1.62.51-2.5.51c-2.73%200-5.06-1.66-6-4a6.34%206.34%200%200%201%202.21-2.78l-1.28-1.28c-.74.6-1.4%201.32-1.93%202.15V13H4v4h5.42c-.16.32-.3.66-.42%201c.12.34.26.68.42%201H4c-1.1%200-2-.9-2-2V5c0-.32.08-.62.22-.89L1.11%203l1.28-1.27zM9.11%2011l-4-4H4v4zm9.07%209.07l-3.37-3.37c-.2.35-.31.75-.31%201.18a2.5%202.5%200%200%200%202.5%202.5c.43%200%20.83-.11%201.18-.31%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/table-eye-off.svg?color=%231a73e8&size=48