table eye icon
table-eye-outline-rounded from Material Symbols by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- table-eye-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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="M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v6.875q0 .425-.288.713t-.712.287t-.712-.288t-.288-.712V9h-6.25v3.5q0 .825-.587 1.413t-1.413.587H5V19h1.625q.425 0 .713.288t.287.712t-.288.713t-.712.287zm0-8.5h5.75V9H5zM5 7h14V5H5zm11 16q-1.975 0-3.687-.9T9.55 19.55q-.15-.225-.225-.488t-.075-.537t.075-.55t.225-.525q1.05-1.65 2.763-2.55T16 14t3.688.9t2.762 2.55q.15.25.225.513t.075.537t-.075.538t-.225.512q-1.05 1.65-2.762 2.55T16 23m2.688-2.65q1.262-.65 2.062-1.85q-.8-1.2-2.062-1.85T16 16t-2.687.65t-2.063 1.85q.8 1.2 2.063 1.85T16 21t2.688-.65m-3.75-.788q-.438-.437-.438-1.062t.438-1.062T16 17t1.063.438t.437 1.062t-.437 1.063T16 20t-1.062-.437"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTableEyeOutlineRounded(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="M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v6.875q0 .425-.288.713t-.712.287t-.712-.288t-.288-.712V9h-6.25v3.5q0 .825-.587 1.413t-1.413.587H5V19h1.625q.425 0 .713.288t.287.712t-.288.713t-.712.287zm0-8.5h5.75V9H5zM5 7h14V5H5zm11 16q-1.975 0-3.687-.9T9.55 19.55q-.15-.225-.225-.488t-.075-.537t.075-.55t.225-.525q1.05-1.65 2.763-2.55T16 14t3.688.9t2.762 2.55q.15.25.225.513t.075.537t-.075.538t-.225.512q-1.05 1.65-2.762 2.55T16 23m2.688-2.65q1.262-.65 2.062-1.85q-.8-1.2-2.062-1.85T16 16t-2.687.65t-2.063 1.85q.8 1.2 2.063 1.85T16 21t2.688-.65m-3.75-.788q-.438-.437-.438-1.062t.438-1.062T16 17t1.063.438t.437 1.062t-.437 1.063T16 20t-1.062-.437"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v6.875q0 .425-.288.713t-.712.287t-.712-.288t-.288-.712V9h-6.25v3.5q0 .825-.587 1.413t-1.413.587H5V19h1.625q.425 0 .713.288t.287.712t-.288.713t-.712.287zm0-8.5h5.75V9H5zM5 7h14V5H5zm11 16q-1.975 0-3.687-.9T9.55 19.55q-.15-.225-.225-.488t-.075-.537t.075-.55t.225-.525q1.05-1.65 2.763-2.55T16 14t3.688.9t2.762 2.55q.15.25.225.513t.075.537t-.075.538t-.225.512q-1.05 1.65-2.762 2.55T16 23m2.688-2.65q1.262-.65 2.062-1.85q-.8-1.2-2.062-1.85T16 16t-2.687.65t-2.063 1.85q.8 1.2 2.063 1.85T16 21t2.688-.65m-3.75-.788q-.438-.437-.438-1.062t.438-1.062T16 17t1.063.438t.437 1.062t-.437 1.063T16 20t-1.062-.437"/></svg> </template>
CSS
.icon-table-eye-outline-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%22M5%2021q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v6.875q0%20.425-.288.713t-.712.287t-.712-.288t-.288-.712V9h-6.25v3.5q0%20.825-.587%201.413t-1.413.587H5V19h1.625q.425%200%20.713.288t.287.712t-.288.713t-.712.287zm0-8.5h5.75V9H5zM5%207h14V5H5zm11%2016q-1.975%200-3.687-.9T9.55%2019.55q-.15-.225-.225-.488t-.075-.537t.075-.55t.225-.525q1.05-1.65%202.763-2.55T16%2014t3.688.9t2.762%202.55q.15.25.225.513t.075.537t-.075.538t-.225.512q-1.05%201.65-2.762%202.55T16%2023m2.688-2.65q1.262-.65%202.062-1.85q-.8-1.2-2.062-1.85T16%2016t-2.687.65t-2.063%201.85q.8%201.2%202.063%201.85T16%2021t2.688-.65m-3.75-.788q-.438-.437-.438-1.062t.438-1.062T16%2017t1.063.438t.437%201.062t-.437%201.063T16%2020t-1.062-.437%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%22M5%2021q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v6.875q0%20.425-.288.713t-.712.287t-.712-.288t-.288-.712V9h-6.25v3.5q0%20.825-.587%201.413t-1.413.587H5V19h1.625q.425%200%20.713.288t.287.712t-.288.713t-.712.287zm0-8.5h5.75V9H5zM5%207h14V5H5zm11%2016q-1.975%200-3.687-.9T9.55%2019.55q-.15-.225-.225-.488t-.075-.537t.075-.55t.225-.525q1.05-1.65%202.763-2.55T16%2014t3.688.9t2.762%202.55q.15.25.225.513t.075.537t-.075.538t-.225.512q-1.05%201.65-2.762%202.55T16%2023m2.688-2.65q1.262-.65%202.062-1.85q-.8-1.2-2.062-1.85T16%2016t-2.687.65t-2.063%201.85q.8%201.2%202.063%201.85T16%2021t2.688-.65m-3.75-.788q-.438-.437-.438-1.062t.438-1.062T16%2017t1.063.438t.437%201.062t-.437%201.063T16%2020t-1.062-.437%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/table-eye-outline-rounded.svg?color=%231a73e8&size=48