table headers eye icon

table-headers-eye from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
table-headers-eye
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the table headers eye icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 6v13a2 2 0 0 0 2 2h6V11h12V6a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2m2 0h4v3H3m4 10H3v-3h4m0-2H3v-3h4m2-2V6h4v3m6 0h-4V6h4m-2 10a1 1 0 1 1-1 1a1 1 0 0 1 1-1m0-3a6.45 6.45 0 0 1 6 4a6.5 6.5 0 0 1-12 0a6.45 6.45 0 0 1 6-4m0 1.5a2.5 2.5 0 1 0 2.5 2.5a2.5 2.5 0 0 0-2.5-2.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiTableHeadersEye(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="M1 6v13a2 2 0 0 0 2 2h6V11h12V6a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2m2 0h4v3H3m4 10H3v-3h4m0-2H3v-3h4m2-2V6h4v3m6 0h-4V6h4m-2 10a1 1 0 1 1-1 1a1 1 0 0 1 1-1m0-3a6.45 6.45 0 0 1 6 4a6.5 6.5 0 0 1-12 0a6.45 6.45 0 0 1 6-4m0 1.5a2.5 2.5 0 1 0 2.5 2.5a2.5 2.5 0 0 0-2.5-2.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="M1 6v13a2 2 0 0 0 2 2h6V11h12V6a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2m2 0h4v3H3m4 10H3v-3h4m0-2H3v-3h4m2-2V6h4v3m6 0h-4V6h4m-2 10a1 1 0 1 1-1 1a1 1 0 0 1 1-1m0-3a6.45 6.45 0 0 1 6 4a6.5 6.5 0 0 1-12 0a6.45 6.45 0 0 1 6-4m0 1.5a2.5 2.5 0 1 0 2.5 2.5a2.5 2.5 0 0 0-2.5-2.5"/></svg>
</template>

CSS

.icon-table-headers-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%22M1%206v13a2%202%200%200%200%202%202h6V11h12V6a2%202%200%200%200-2-2H3a2%202%200%200%200-2%202m2%200h4v3H3m4%2010H3v-3h4m0-2H3v-3h4m2-2V6h4v3m6%200h-4V6h4m-2%2010a1%201%200%201%201-1%201a1%201%200%200%201%201-1m0-3a6.45%206.45%200%200%201%206%204a6.5%206.5%200%200%201-12%200a6.45%206.45%200%200%201%206-4m0%201.5a2.5%202.5%200%201%200%202.5%202.5a2.5%202.5%200%200%200-2.5-2.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%22M1%206v13a2%202%200%200%200%202%202h6V11h12V6a2%202%200%200%200-2-2H3a2%202%200%200%200-2%202m2%200h4v3H3m4%2010H3v-3h4m0-2H3v-3h4m2-2V6h4v3m6%200h-4V6h4m-2%2010a1%201%200%201%201-1%201a1%201%200%200%201%201-1m0-3a6.45%206.45%200%200%201%206%204a6.5%206.5%200%200%201-12%200a6.45%206.45%200%200%201%206-4m0%201.5a2.5%202.5%200%201%200%202.5%202.5a2.5%202.5%200%200%200-2.5-2.5%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.svg?color=%231a73e8&size=48