eye-lines-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
eye-lines-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M14 4c-2.363 0-4.34.601-5.961 1.5H14c3.745 0 6.367 1.698 8.069 3.581a12 12 0 0 1 1.873 2.763c.2.415.344.784.436 1.082c.096.313.122.502.122.574c0 .207-.125.822-.506 1.678c-.369.827-.945 1.81-1.769 2.75C20.59 19.793 17.973 21.5 14 21.5H7.848c1.639.9 3.67 1.5 6.152 1.5c4.464 0 7.474-1.94 9.353-4.084a12.5 12.5 0 0 0 2.011-3.129c.41-.921.636-1.765.636-2.287c0-.293-.076-.65-.188-1.016a9.4 9.4 0 0 0-.52-1.293a13.5 13.5 0 0 0-2.11-3.116C21.258 5.947 18.255 4 14 4m0 2.5H6.52c-.612.47-1.155.98-1.633 1.5H14zM14 9H4.054c-.385.51-.712 1.018-.984 1.5h9.126a3.5 3.5 0 1 1 0 6H2.983c.255.482.564.99.934 1.5H14v.5a5 5 0 0 0 0-10zM2.564 11.5h8.564a3.5 3.5 0 0 0-.592 1.5h-8.48q.05-.25.133-.516a9 9 0 0 1 .375-.984M2.051 14h8.485a3.5 3.5 0 0 0 .591 1.5H2.513a7.6 7.6 0 0 1-.462-1.5M14 19H4.72c.466.522 1 1.03 1.605 1.5H14z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEyeLines28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 4c-2.363 0-4.34.601-5.961 1.5H14c3.745 0 6.367 1.698 8.069 3.581a12 12 0 0 1 1.873 2.763c.2.415.344.784.436 1.082c.096.313.122.502.122.574c0 .207-.125.822-.506 1.678c-.369.827-.945 1.81-1.769 2.75C20.59 19.793 17.973 21.5 14 21.5H7.848c1.639.9 3.67 1.5 6.152 1.5c4.464 0 7.474-1.94 9.353-4.084a12.5 12.5 0 0 0 2.011-3.129c.41-.921.636-1.765.636-2.287c0-.293-.076-.65-.188-1.016a9.4 9.4 0 0 0-.52-1.293a13.5 13.5 0 0 0-2.11-3.116C21.258 5.947 18.255 4 14 4m0 2.5H6.52c-.612.47-1.155.98-1.633 1.5H14zM14 9H4.054c-.385.51-.712 1.018-.984 1.5h9.126a3.5 3.5 0 1 1 0 6H2.983c.255.482.564.99.934 1.5H14v.5a5 5 0 0 0 0-10zM2.564 11.5h8.564a3.5 3.5 0 0 0-.592 1.5h-8.48q.05-.25.133-.516a9 9 0 0 1 .375-.984M2.051 14h8.485a3.5 3.5 0 0 0 .591 1.5H2.513a7.6 7.6 0 0 1-.462-1.5M14 19H4.72c.466.522 1 1.03 1.605 1.5H14z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 4c-2.363 0-4.34.601-5.961 1.5H14c3.745 0 6.367 1.698 8.069 3.581a12 12 0 0 1 1.873 2.763c.2.415.344.784.436 1.082c.096.313.122.502.122.574c0 .207-.125.822-.506 1.678c-.369.827-.945 1.81-1.769 2.75C20.59 19.793 17.973 21.5 14 21.5H7.848c1.639.9 3.67 1.5 6.152 1.5c4.464 0 7.474-1.94 9.353-4.084a12.5 12.5 0 0 0 2.011-3.129c.41-.921.636-1.765.636-2.287c0-.293-.076-.65-.188-1.016a9.4 9.4 0 0 0-.52-1.293a13.5 13.5 0 0 0-2.11-3.116C21.258 5.947 18.255 4 14 4m0 2.5H6.52c-.612.47-1.155.98-1.633 1.5H14zM14 9H4.054c-.385.51-.712 1.018-.984 1.5h9.126a3.5 3.5 0 1 1 0 6H2.983c.255.482.564.99.934 1.5H14v.5a5 5 0 0 0 0-10zM2.564 11.5h8.564a3.5 3.5 0 0 0-.592 1.5h-8.48q.05-.25.133-.516a9 9 0 0 1 .375-.984M2.051 14h8.485a3.5 3.5 0 0 0 .591 1.5H2.513a7.6 7.6 0 0 1-.462-1.5M14 19H4.72c.466.522 1 1.03 1.605 1.5H14z"/></svg>
</template>

CSS

.icon-eye-lines-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204c-2.363%200-4.34.601-5.961%201.5H14c3.745%200%206.367%201.698%208.069%203.581a12%2012%200%200%201%201.873%202.763c.2.415.344.784.436%201.082c.096.313.122.502.122.574c0%20.207-.125.822-.506%201.678c-.369.827-.945%201.81-1.769%202.75C20.59%2019.793%2017.973%2021.5%2014%2021.5H7.848c1.639.9%203.67%201.5%206.152%201.5c4.464%200%207.474-1.94%209.353-4.084a12.5%2012.5%200%200%200%202.011-3.129c.41-.921.636-1.765.636-2.287c0-.293-.076-.65-.188-1.016a9.4%209.4%200%200%200-.52-1.293a13.5%2013.5%200%200%200-2.11-3.116C21.258%205.947%2018.255%204%2014%204m0%202.5H6.52c-.612.47-1.155.98-1.633%201.5H14zM14%209H4.054c-.385.51-.712%201.018-.984%201.5h9.126a3.5%203.5%200%201%201%200%206H2.983c.255.482.564.99.934%201.5H14v.5a5%205%200%200%200%200-10zM2.564%2011.5h8.564a3.5%203.5%200%200%200-.592%201.5h-8.48q.05-.25.133-.516a9%209%200%200%201%20.375-.984M2.051%2014h8.485a3.5%203.5%200%200%200%20.591%201.5H2.513a7.6%207.6%200%200%201-.462-1.5M14%2019H4.72c.466.522%201%201.03%201.605%201.5H14z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204c-2.363%200-4.34.601-5.961%201.5H14c3.745%200%206.367%201.698%208.069%203.581a12%2012%200%200%201%201.873%202.763c.2.415.344.784.436%201.082c.096.313.122.502.122.574c0%20.207-.125.822-.506%201.678c-.369.827-.945%201.81-1.769%202.75C20.59%2019.793%2017.973%2021.5%2014%2021.5H7.848c1.639.9%203.67%201.5%206.152%201.5c4.464%200%207.474-1.94%209.353-4.084a12.5%2012.5%200%200%200%202.011-3.129c.41-.921.636-1.765.636-2.287c0-.293-.076-.65-.188-1.016a9.4%209.4%200%200%200-.52-1.293a13.5%2013.5%200%200%200-2.11-3.116C21.258%205.947%2018.255%204%2014%204m0%202.5H6.52c-.612.47-1.155.98-1.633%201.5H14zM14%209H4.054c-.385.51-.712%201.018-.984%201.5h9.126a3.5%203.5%200%201%201%200%206H2.983c.255.482.564.99.934%201.5H14v.5a5%205%200%200%200%200-10zM2.564%2011.5h8.564a3.5%203.5%200%200%200-.592%201.5h-8.48q.05-.25.133-.516a9%209%200%200%201%20.375-.984M2.051%2014h8.485a3.5%203.5%200%200%200%20.591%201.5H2.513a7.6%207.6%200%200%201-.462-1.5M14%2019H4.72c.466.522%201%201.03%201.605%201.5H14z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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