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

Name
eye-lines-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M9.354 12.5a2.75 2.75 0 0 1 0-1.5h-7a3.4 3.4 0 0 0-.104.75c0 .203.036.459.104.75zm2.645 6H6.68C8.063 19.39 9.818 20 12 20h.002c3.641 0 6.091-1.698 7.612-3.556a11 11 0 0 0 1.624-2.707c.33-.794.514-1.528.514-1.987s-.184-1.193-.514-1.987c-.34-.82-.869-1.784-1.624-2.707C18.093 5.198 15.642 3.5 12 3.5c-2.183 0-3.938.61-5.322 1.5h5.323c3.11 0 5.16 1.427 6.451 3.006a9.5 9.5 0 0 1 1.4 2.332c.302.73.4 1.246.4 1.412s-.098.682-.4 1.412a9.5 9.5 0 0 1-1.4 2.332c-1.292 1.579-3.342 3.006-6.45 3.006zM5.385 6a10 10 0 0 0-1.34 1.5h7.954V6zm6.614 2.5H3.391A11 11 0 0 0 2.67 10h7.209a2.75 2.75 0 1 1 0 3.5h-7.21q.045.117.095.237c.164.395.372.822.627 1.263h8.608v1a4.25 4.25 0 1 0 0-8.5zm0 7.5H4.044q.165.223.344.444c.296.362.628.718.997 1.056h6.614z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEyeLines24Regular(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="M9.354 12.5a2.75 2.75 0 0 1 0-1.5h-7a3.4 3.4 0 0 0-.104.75c0 .203.036.459.104.75zm2.645 6H6.68C8.063 19.39 9.818 20 12 20h.002c3.641 0 6.091-1.698 7.612-3.556a11 11 0 0 0 1.624-2.707c.33-.794.514-1.528.514-1.987s-.184-1.193-.514-1.987c-.34-.82-.869-1.784-1.624-2.707C18.093 5.198 15.642 3.5 12 3.5c-2.183 0-3.938.61-5.322 1.5h5.323c3.11 0 5.16 1.427 6.451 3.006a9.5 9.5 0 0 1 1.4 2.332c.302.73.4 1.246.4 1.412s-.098.682-.4 1.412a9.5 9.5 0 0 1-1.4 2.332c-1.292 1.579-3.342 3.006-6.45 3.006zM5.385 6a10 10 0 0 0-1.34 1.5h7.954V6zm6.614 2.5H3.391A11 11 0 0 0 2.67 10h7.209a2.75 2.75 0 1 1 0 3.5h-7.21q.045.117.095.237c.164.395.372.822.627 1.263h8.608v1a4.25 4.25 0 1 0 0-8.5zm0 7.5H4.044q.165.223.344.444c.296.362.628.718.997 1.056h6.614z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.354 12.5a2.75 2.75 0 0 1 0-1.5h-7a3.4 3.4 0 0 0-.104.75c0 .203.036.459.104.75zm2.645 6H6.68C8.063 19.39 9.818 20 12 20h.002c3.641 0 6.091-1.698 7.612-3.556a11 11 0 0 0 1.624-2.707c.33-.794.514-1.528.514-1.987s-.184-1.193-.514-1.987c-.34-.82-.869-1.784-1.624-2.707C18.093 5.198 15.642 3.5 12 3.5c-2.183 0-3.938.61-5.322 1.5h5.323c3.11 0 5.16 1.427 6.451 3.006a9.5 9.5 0 0 1 1.4 2.332c.302.73.4 1.246.4 1.412s-.098.682-.4 1.412a9.5 9.5 0 0 1-1.4 2.332c-1.292 1.579-3.342 3.006-6.45 3.006zM5.385 6a10 10 0 0 0-1.34 1.5h7.954V6zm6.614 2.5H3.391A11 11 0 0 0 2.67 10h7.209a2.75 2.75 0 1 1 0 3.5h-7.21q.045.117.095.237c.164.395.372.822.627 1.263h8.608v1a4.25 4.25 0 1 0 0-8.5zm0 7.5H4.044q.165.223.344.444c.296.362.628.718.997 1.056h6.614z"/></svg>
</template>

CSS

.icon-eye-lines-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.354%2012.5a2.75%202.75%200%200%201%200-1.5h-7a3.4%203.4%200%200%200-.104.75c0%20.203.036.459.104.75zm2.645%206H6.68C8.063%2019.39%209.818%2020%2012%2020h.002c3.641%200%206.091-1.698%207.612-3.556a11%2011%200%200%200%201.624-2.707c.33-.794.514-1.528.514-1.987s-.184-1.193-.514-1.987c-.34-.82-.869-1.784-1.624-2.707C18.093%205.198%2015.642%203.5%2012%203.5c-2.183%200-3.938.61-5.322%201.5h5.323c3.11%200%205.16%201.427%206.451%203.006a9.5%209.5%200%200%201%201.4%202.332c.302.73.4%201.246.4%201.412s-.098.682-.4%201.412a9.5%209.5%200%200%201-1.4%202.332c-1.292%201.579-3.342%203.006-6.45%203.006zM5.385%206a10%2010%200%200%200-1.34%201.5h7.954V6zm6.614%202.5H3.391A11%2011%200%200%200%202.67%2010h7.209a2.75%202.75%200%201%201%200%203.5h-7.21q.045.117.095.237c.164.395.372.822.627%201.263h8.608v1a4.25%204.25%200%201%200%200-8.5zm0%207.5H4.044q.165.223.344.444c.296.362.628.718.997%201.056h6.614z%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%22M9.354%2012.5a2.75%202.75%200%200%201%200-1.5h-7a3.4%203.4%200%200%200-.104.75c0%20.203.036.459.104.75zm2.645%206H6.68C8.063%2019.39%209.818%2020%2012%2020h.002c3.641%200%206.091-1.698%207.612-3.556a11%2011%200%200%200%201.624-2.707c.33-.794.514-1.528.514-1.987s-.184-1.193-.514-1.987c-.34-.82-.869-1.784-1.624-2.707C18.093%205.198%2015.642%203.5%2012%203.5c-2.183%200-3.938.61-5.322%201.5h5.323c3.11%200%205.16%201.427%206.451%203.006a9.5%209.5%200%200%201%201.4%202.332c.302.73.4%201.246.4%201.412s-.098.682-.4%201.412a9.5%209.5%200%200%201-1.4%202.332c-1.292%201.579-3.342%203.006-6.45%203.006zM5.385%206a10%2010%200%200%200-1.34%201.5h7.954V6zm6.614%202.5H3.391A11%2011%200%200%200%202.67%2010h7.209a2.75%202.75%200%201%201%200%203.5h-7.21q.045.117.095.237c.164.395.372.822.627%201.263h8.608v1a4.25%204.25%200%201%200%200-8.5zm0%207.5H4.044q.165.223.344.444c.296.362.628.718.997%201.056h6.614z%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-regular.svg?color=%231a73e8&size=48