eye-lines-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
eye-lines-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the eye lines icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.388 7.056c.296-.362.628-.718.997-1.056h6.614V5H6.68C8.063 4.11 9.818 3.5 12 3.5c3.641 0 6.092 1.698 7.613 3.556a11 11 0 0 1 1.624 2.707c.33.794.514 1.528.514 1.987s-.184 1.193-.514 1.987a11 11 0 0 1-1.624 2.707C18.092 18.302 15.64 20 12 20c-2.183 0-3.938-.61-5.322-1.5H12v-1H5.385a10 10 0 0 1-1.34-1.5h7.954v-.75a3.5 3.5 0 0 0 .001-7V7.5H4.043q.165-.223.344-.444m6.31 1.444H3.391A11 11 0 0 0 2.67 10h6.298c.39-.675 1-1.207 1.73-1.5M8.581 11H2.354a3.4 3.4 0 0 0-.104.75c0 .203.036.459.104.75h6.227a3.5 3.5 0 0 1 0-1.5m.387 2.5H2.67q.045.117.094.237c.164.395.372.822.627 1.263h7.307a3.5 3.5 0 0 1-1.73-1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentEyeLines24Filled(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.388 7.056c.296-.362.628-.718.997-1.056h6.614V5H6.68C8.063 4.11 9.818 3.5 12 3.5c3.641 0 6.092 1.698 7.613 3.556a11 11 0 0 1 1.624 2.707c.33.794.514 1.528.514 1.987s-.184 1.193-.514 1.987a11 11 0 0 1-1.624 2.707C18.092 18.302 15.64 20 12 20c-2.183 0-3.938-.61-5.322-1.5H12v-1H5.385a10 10 0 0 1-1.34-1.5h7.954v-.75a3.5 3.5 0 0 0 .001-7V7.5H4.043q.165-.223.344-.444m6.31 1.444H3.391A11 11 0 0 0 2.67 10h6.298c.39-.675 1-1.207 1.73-1.5M8.581 11H2.354a3.4 3.4 0 0 0-.104.75c0 .203.036.459.104.75h6.227a3.5 3.5 0 0 1 0-1.5m.387 2.5H2.67q.045.117.094.237c.164.395.372.822.627 1.263h7.307a3.5 3.5 0 0 1-1.73-1.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="M4.388 7.056c.296-.362.628-.718.997-1.056h6.614V5H6.68C8.063 4.11 9.818 3.5 12 3.5c3.641 0 6.092 1.698 7.613 3.556a11 11 0 0 1 1.624 2.707c.33.794.514 1.528.514 1.987s-.184 1.193-.514 1.987a11 11 0 0 1-1.624 2.707C18.092 18.302 15.64 20 12 20c-2.183 0-3.938-.61-5.322-1.5H12v-1H5.385a10 10 0 0 1-1.34-1.5h7.954v-.75a3.5 3.5 0 0 0 .001-7V7.5H4.043q.165-.223.344-.444m6.31 1.444H3.391A11 11 0 0 0 2.67 10h6.298c.39-.675 1-1.207 1.73-1.5M8.581 11H2.354a3.4 3.4 0 0 0-.104.75c0 .203.036.459.104.75h6.227a3.5 3.5 0 0 1 0-1.5m.387 2.5H2.67q.045.117.094.237c.164.395.372.822.627 1.263h7.307a3.5 3.5 0 0 1-1.73-1.5"/></svg>
</template>

CSS

.icon-eye-lines-24-filled {
  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.388%207.056c.296-.362.628-.718.997-1.056h6.614V5H6.68C8.063%204.11%209.818%203.5%2012%203.5c3.641%200%206.092%201.698%207.613%203.556a11%2011%200%200%201%201.624%202.707c.33.794.514%201.528.514%201.987s-.184%201.193-.514%201.987a11%2011%200%200%201-1.624%202.707C18.092%2018.302%2015.64%2020%2012%2020c-2.183%200-3.938-.61-5.322-1.5H12v-1H5.385a10%2010%200%200%201-1.34-1.5h7.954v-.75a3.5%203.5%200%200%200%20.001-7V7.5H4.043q.165-.223.344-.444m6.31%201.444H3.391A11%2011%200%200%200%202.67%2010h6.298c.39-.675%201-1.207%201.73-1.5M8.581%2011H2.354a3.4%203.4%200%200%200-.104.75c0%20.203.036.459.104.75h6.227a3.5%203.5%200%200%201%200-1.5m.387%202.5H2.67q.045.117.094.237c.164.395.372.822.627%201.263h7.307a3.5%203.5%200%200%201-1.73-1.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%22M4.388%207.056c.296-.362.628-.718.997-1.056h6.614V5H6.68C8.063%204.11%209.818%203.5%2012%203.5c3.641%200%206.092%201.698%207.613%203.556a11%2011%200%200%201%201.624%202.707c.33.794.514%201.528.514%201.987s-.184%201.193-.514%201.987a11%2011%200%200%201-1.624%202.707C18.092%2018.302%2015.64%2020%2012%2020c-2.183%200-3.938-.61-5.322-1.5H12v-1H5.385a10%2010%200%200%201-1.34-1.5h7.954v-.75a3.5%203.5%200%200%200%20.001-7V7.5H4.043q.165-.223.344-.444m6.31%201.444H3.391A11%2011%200%200%200%202.67%2010h6.298c.39-.675%201-1.207%201.73-1.5M8.581%2011H2.354a3.4%203.4%200%200%200-.104.75c0%20.203.036.459.104.75h6.227a3.5%203.5%200%200%201%200-1.5m.387%202.5H2.67q.045.117.094.237c.164.395.372.822.627%201.263h7.307a3.5%203.5%200%200%201-1.73-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/eye-lines-24-filled.svg?color=%231a73e8&size=48