table-eye from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
table-eye
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

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="M4 14.885h6.18q-.707.627-1.371 1.482q-.665.856-1.35 1.94q.282.47.542.884q.26.413.565.809h-2.95q-.667 0-1.141-.474T4 18.384zm0-1V8.769h7.5v4.96q-.058.035-.112.072t-.107.084zm8.5-5.116H20v4.556q-.87-.438-1.828-.651q-.959-.212-2.037-.212q-1.012 0-1.906.189t-1.729.582zm-8.5-1V5.615q0-.666.475-1.14T5.615 4h12.77q.666 0 1.14.475T20 5.615V7.77zm12.134 14q-1.832 0-3.382-.94t-2.483-2.521q.933-1.581 2.483-2.522t3.383-.94t3.382.94T22 18.309q-.933 1.58-2.483 2.52q-1.55.941-3.383.941m1.257-2.205q.513-.513.513-1.256t-.513-1.256t-1.256-.513t-1.256.512t-.513 1.256t.512 1.257t1.256.513t1.257-.513m-1.963-.547q-.293-.291-.293-.707t.29-.709t.707-.293t.71.29t.293.708t-.291.709t-.707.293t-.709-.291"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTableEye(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="M4 14.885h6.18q-.707.627-1.371 1.482q-.665.856-1.35 1.94q.282.47.542.884q.26.413.565.809h-2.95q-.667 0-1.141-.474T4 18.384zm0-1V8.769h7.5v4.96q-.058.035-.112.072t-.107.084zm8.5-5.116H20v4.556q-.87-.438-1.828-.651q-.959-.212-2.037-.212q-1.012 0-1.906.189t-1.729.582zm-8.5-1V5.615q0-.666.475-1.14T5.615 4h12.77q.666 0 1.14.475T20 5.615V7.77zm12.134 14q-1.832 0-3.382-.94t-2.483-2.521q.933-1.581 2.483-2.522t3.383-.94t3.382.94T22 18.309q-.933 1.58-2.483 2.52q-1.55.941-3.383.941m1.257-2.205q.513-.513.513-1.256t-.513-1.256t-1.256-.513t-1.256.512t-.513 1.256t.512 1.257t1.256.513t1.257-.513m-1.963-.547q-.293-.291-.293-.707t.29-.709t.707-.293t.71.29t.293.708t-.291.709t-.707.293t-.709-.291"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 14.885h6.18q-.707.627-1.371 1.482q-.665.856-1.35 1.94q.282.47.542.884q.26.413.565.809h-2.95q-.667 0-1.141-.474T4 18.384zm0-1V8.769h7.5v4.96q-.058.035-.112.072t-.107.084zm8.5-5.116H20v4.556q-.87-.438-1.828-.651q-.959-.212-2.037-.212q-1.012 0-1.906.189t-1.729.582zm-8.5-1V5.615q0-.666.475-1.14T5.615 4h12.77q.666 0 1.14.475T20 5.615V7.77zm12.134 14q-1.832 0-3.382-.94t-2.483-2.521q.933-1.581 2.483-2.522t3.383-.94t3.382.94T22 18.309q-.933 1.58-2.483 2.52q-1.55.941-3.383.941m1.257-2.205q.513-.513.513-1.256t-.513-1.256t-1.256-.513t-1.256.512t-.513 1.256t.512 1.257t1.256.513t1.257-.513m-1.963-.547q-.293-.291-.293-.707t.29-.709t.707-.293t.71.29t.293.708t-.291.709t-.707.293t-.709-.291"/></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%22M4%2014.885h6.18q-.707.627-1.371%201.482q-.665.856-1.35%201.94q.282.47.542.884q.26.413.565.809h-2.95q-.667%200-1.141-.474T4%2018.384zm0-1V8.769h7.5v4.96q-.058.035-.112.072t-.107.084zm8.5-5.116H20v4.556q-.87-.438-1.828-.651q-.959-.212-2.037-.212q-1.012%200-1.906.189t-1.729.582zm-8.5-1V5.615q0-.666.475-1.14T5.615%204h12.77q.666%200%201.14.475T20%205.615V7.77zm12.134%2014q-1.832%200-3.382-.94t-2.483-2.521q.933-1.581%202.483-2.522t3.383-.94t3.382.94T22%2018.309q-.933%201.58-2.483%202.52q-1.55.941-3.383.941m1.257-2.205q.513-.513.513-1.256t-.513-1.256t-1.256-.513t-1.256.512t-.513%201.256t.512%201.257t1.256.513t1.257-.513m-1.963-.547q-.293-.291-.293-.707t.29-.709t.707-.293t.71.29t.293.708t-.291.709t-.707.293t-.709-.291%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%22M4%2014.885h6.18q-.707.627-1.371%201.482q-.665.856-1.35%201.94q.282.47.542.884q.26.413.565.809h-2.95q-.667%200-1.141-.474T4%2018.384zm0-1V8.769h7.5v4.96q-.058.035-.112.072t-.107.084zm8.5-5.116H20v4.556q-.87-.438-1.828-.651q-.959-.212-2.037-.212q-1.012%200-1.906.189t-1.729.582zm-8.5-1V5.615q0-.666.475-1.14T5.615%204h12.77q.666%200%201.14.475T20%205.615V7.77zm12.134%2014q-1.832%200-3.382-.94t-2.483-2.521q.933-1.581%202.483-2.522t3.383-.94t3.382.94T22%2018.309q-.933%201.58-2.483%202.52q-1.55.941-3.383.941m1.257-2.205q.513-.513.513-1.256t-.513-1.256t-1.256-.513t-1.256.512t-.513%201.256t.512%201.257t1.256.513t1.257-.513m-1.963-.547q-.293-.291-.293-.707t.29-.709t.707-.293t.71.29t.293.708t-.291.709t-.707.293t-.709-.291%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/table-eye.svg?color=%231a73e8&size=48