table eye icon
table-eye from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- table-eye
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
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-eye-offtable-filtertable-furnituretable-headers-eyetable-headers-eye-offtable-heart
Use the table eye icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 16.88c.56 0 1 .44 1 1s-.44 1-1 1s-1-.45-1-1s.44-1 1-1m0-3c2.73 0 5.06 1.66 6 4c-.94 2.34-3.27 4-6 4s-5.06-1.66-6-4c.94-2.34 3.27-4 6-4m0 1.5a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5M18 3H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5.42c-.16-.32-.3-.66-.42-1c.12-.34.26-.68.42-1H4v-4h6v2.97c.55-.86 1.23-1.6 2-2.21V13h1.15c1.16-.64 2.47-1 3.85-1c1.06 0 2.07.21 3 .59V5c0-1.1-.9-2-2-2m-8 8H4V7h6zm8 0h-6V7h6z"/></svg>
React
import type { SVGProps } from "react";
export function MdiTableEye(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="M17 16.88c.56 0 1 .44 1 1s-.44 1-1 1s-1-.45-1-1s.44-1 1-1m0-3c2.73 0 5.06 1.66 6 4c-.94 2.34-3.27 4-6 4s-5.06-1.66-6-4c.94-2.34 3.27-4 6-4m0 1.5a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5M18 3H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5.42c-.16-.32-.3-.66-.42-1c.12-.34.26-.68.42-1H4v-4h6v2.97c.55-.86 1.23-1.6 2-2.21V13h1.15c1.16-.64 2.47-1 3.85-1c1.06 0 2.07.21 3 .59V5c0-1.1-.9-2-2-2m-8 8H4V7h6zm8 0h-6V7h6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 16.88c.56 0 1 .44 1 1s-.44 1-1 1s-1-.45-1-1s.44-1 1-1m0-3c2.73 0 5.06 1.66 6 4c-.94 2.34-3.27 4-6 4s-5.06-1.66-6-4c.94-2.34 3.27-4 6-4m0 1.5a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5M18 3H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5.42c-.16-.32-.3-.66-.42-1c.12-.34.26-.68.42-1H4v-4h6v2.97c.55-.86 1.23-1.6 2-2.21V13h1.15c1.16-.64 2.47-1 3.85-1c1.06 0 2.07.21 3 .59V5c0-1.1-.9-2-2-2m-8 8H4V7h6zm8 0h-6V7h6z"/></svg> </template>
CSS
.icon-table-eye {
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%22M17%2016.88c.56%200%201%20.44%201%201s-.44%201-1%201s-1-.45-1-1s.44-1%201-1m0-3c2.73%200%205.06%201.66%206%204c-.94%202.34-3.27%204-6%204s-5.06-1.66-6-4c.94-2.34%203.27-4%206-4m0%201.5a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%200-5M18%203H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h5.42c-.16-.32-.3-.66-.42-1c.12-.34.26-.68.42-1H4v-4h6v2.97c.55-.86%201.23-1.6%202-2.21V13h1.15c1.16-.64%202.47-1%203.85-1c1.06%200%202.07.21%203%20.59V5c0-1.1-.9-2-2-2m-8%208H4V7h6zm8%200h-6V7h6z%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%22M17%2016.88c.56%200%201%20.44%201%201s-.44%201-1%201s-1-.45-1-1s.44-1%201-1m0-3c2.73%200%205.06%201.66%206%204c-.94%202.34-3.27%204-6%204s-5.06-1.66-6-4c.94-2.34%203.27-4%206-4m0%201.5a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%200-5M18%203H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h5.42c-.16-.32-.3-.66-.42-1c.12-.34.26-.68.42-1H4v-4h6v2.97c.55-.86%201.23-1.6%202-2.21V13h1.15c1.16-.64%202.47-1%203.85-1c1.06%200%202.07.21%203%20.59V5c0-1.1-.9-2-2-2m-8%208H4V7h6zm8%200h-6V7h6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/table-eye.svg?color=%231a73e8&size=48