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

Name
table-eye-rounded
Set
Material Symbols Light
Style
Rounded
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-.538.484-1.051 1.097q-.513.612-1.04 1.364q-.308.437-.305.962q.002.525.285.961q.123.195.243.376q.12.18.254.355h-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.137 14q-1.574 0-2.94-.688q-1.366-.689-2.34-1.916q-.15-.186-.215-.397q-.065-.21-.065-.432q0-.22.065-.457q.066-.237.216-.429q.973-1.227 2.337-1.916t2.938-.688t2.939.688t2.34 1.916q.15.192.215.416t.065.442t-.065.441t-.215.417q-.973 1.226-2.338 1.915t-2.937.688m1.253-2.205q.514-.513.514-1.256t-.513-1.256t-1.256-.513t-1.256.512t-.513 1.256t.512 1.257q.513.513 1.256.513t1.257-.513m-1.963-.547q-.294-.291-.294-.707t.291-.709t.707-.293t.71.29t.293.708t-.292.709t-.706.293t-.709-.291"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTableEyeRounded(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-.538.484-1.051 1.097q-.513.612-1.04 1.364q-.308.437-.305.962q.002.525.285.961q.123.195.243.376q.12.18.254.355h-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.137 14q-1.574 0-2.94-.688q-1.366-.689-2.34-1.916q-.15-.186-.215-.397q-.065-.21-.065-.432q0-.22.065-.457q.066-.237.216-.429q.973-1.227 2.337-1.916t2.938-.688t2.939.688t2.34 1.916q.15.192.215.416t.065.442t-.065.441t-.215.417q-.973 1.226-2.338 1.915t-2.937.688m1.253-2.205q.514-.513.514-1.256t-.513-1.256t-1.256-.513t-1.256.512t-.513 1.256t.512 1.257q.513.513 1.256.513t1.257-.513m-1.963-.547q-.294-.291-.294-.707t.291-.709t.707-.293t.71.29t.293.708t-.292.709t-.706.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-.538.484-1.051 1.097q-.513.612-1.04 1.364q-.308.437-.305.962q.002.525.285.961q.123.195.243.376q.12.18.254.355h-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.137 14q-1.574 0-2.94-.688q-1.366-.689-2.34-1.916q-.15-.186-.215-.397q-.065-.21-.065-.432q0-.22.065-.457q.066-.237.216-.429q.973-1.227 2.337-1.916t2.938-.688t2.939.688t2.34 1.916q.15.192.215.416t.065.442t-.065.441t-.215.417q-.973 1.226-2.338 1.915t-2.937.688m1.253-2.205q.514-.513.514-1.256t-.513-1.256t-1.256-.513t-1.256.512t-.513 1.256t.512 1.257q.513.513 1.256.513t1.257-.513m-1.963-.547q-.294-.291-.294-.707t.291-.709t.707-.293t.71.29t.293.708t-.292.709t-.706.293t-.709-.291"/></svg>
</template>

CSS

.icon-table-eye-rounded {
  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-.538.484-1.051%201.097q-.513.612-1.04%201.364q-.308.437-.305.962q.002.525.285.961q.123.195.243.376q.12.18.254.355h-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.137%2014q-1.574%200-2.94-.688q-1.366-.689-2.34-1.916q-.15-.186-.215-.397q-.065-.21-.065-.432q0-.22.065-.457q.066-.237.216-.429q.973-1.227%202.337-1.916t2.938-.688t2.939.688t2.34%201.916q.15.192.215.416t.065.442t-.065.441t-.215.417q-.973%201.226-2.338%201.915t-2.937.688m1.253-2.205q.514-.513.514-1.256t-.513-1.256t-1.256-.513t-1.256.512t-.513%201.256t.512%201.257q.513.513%201.256.513t1.257-.513m-1.963-.547q-.294-.291-.294-.707t.291-.709t.707-.293t.71.29t.293.708t-.292.709t-.706.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-.538.484-1.051%201.097q-.513.612-1.04%201.364q-.308.437-.305.962q.002.525.285.961q.123.195.243.376q.12.18.254.355h-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.137%2014q-1.574%200-2.94-.688q-1.366-.689-2.34-1.916q-.15-.186-.215-.397q-.065-.21-.065-.432q0-.22.065-.457q.066-.237.216-.429q.973-1.227%202.337-1.916t2.938-.688t2.939.688t2.34%201.916q.15.192.215.416t.065.442t-.065.441t-.215.417q-.973%201.226-2.338%201.915t-2.937.688m1.253-2.205q.514-.513.514-1.256t-.513-1.256t-1.256-.513t-1.256.512t-.513%201.256t.512%201.257q.513.513%201.256.513t1.257-.513m-1.963-.547q-.294-.291-.294-.707t.291-.709t.707-.293t.71.29t.293.708t-.292.709t-.706.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-rounded.svg?color=%231a73e8&size=48