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

Name
eye-lines-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M10 6H3.922a8.6 8.6 0 0 1 .917-1H10V4H6.182C7.207 3.4 8.469 3 10 3c2.943 0 4.889 1.48 6.081 3.004a9.7 9.7 0 0 1 1.27 2.151c.132.31.228.584.293.802c.057.195.106.4.106.543s-.049.348-.106.543a8 8 0 0 1-.293.802a9.7 9.7 0 0 1-1.27 2.15C14.89 14.52 12.943 16 10 16c-1.531 0-2.793-.4-3.818-1H10v-1H4.84a8.6 8.6 0 0 1-.918-1H10v-.5a3 3 0 1 0 0-6zM8.341 7H3.238a10 10 0 0 0-.52 1H7.4c.233-.401.555-.744.94-1m-1.3 2H2.344a2 2 0 0 0-.094.5c0 .133.042.318.094.5H7.04a3 3 0 0 1 0-1m.36 2H2.717a10 10 0 0 0 .52 1h5.104a3 3 0 0 1-.94-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentEyeLines20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 6H3.922a8.6 8.6 0 0 1 .917-1H10V4H6.182C7.207 3.4 8.469 3 10 3c2.943 0 4.889 1.48 6.081 3.004a9.7 9.7 0 0 1 1.27 2.151c.132.31.228.584.293.802c.057.195.106.4.106.543s-.049.348-.106.543a8 8 0 0 1-.293.802a9.7 9.7 0 0 1-1.27 2.15C14.89 14.52 12.943 16 10 16c-1.531 0-2.793-.4-3.818-1H10v-1H4.84a8.6 8.6 0 0 1-.918-1H10v-.5a3 3 0 1 0 0-6zM8.341 7H3.238a10 10 0 0 0-.52 1H7.4c.233-.401.555-.744.94-1m-1.3 2H2.344a2 2 0 0 0-.094.5c0 .133.042.318.094.5H7.04a3 3 0 0 1 0-1m.36 2H2.717a10 10 0 0 0 .52 1h5.104a3 3 0 0 1-.94-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 6H3.922a8.6 8.6 0 0 1 .917-1H10V4H6.182C7.207 3.4 8.469 3 10 3c2.943 0 4.889 1.48 6.081 3.004a9.7 9.7 0 0 1 1.27 2.151c.132.31.228.584.293.802c.057.195.106.4.106.543s-.049.348-.106.543a8 8 0 0 1-.293.802a9.7 9.7 0 0 1-1.27 2.15C14.89 14.52 12.943 16 10 16c-1.531 0-2.793-.4-3.818-1H10v-1H4.84a8.6 8.6 0 0 1-.918-1H10v-.5a3 3 0 1 0 0-6zM8.341 7H3.238a10 10 0 0 0-.52 1H7.4c.233-.401.555-.744.94-1m-1.3 2H2.344a2 2 0 0 0-.094.5c0 .133.042.318.094.5H7.04a3 3 0 0 1 0-1m.36 2H2.717a10 10 0 0 0 .52 1h5.104a3 3 0 0 1-.94-1"/></svg>
</template>

CSS

.icon-eye-lines-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%206H3.922a8.6%208.6%200%200%201%20.917-1H10V4H6.182C7.207%203.4%208.469%203%2010%203c2.943%200%204.889%201.48%206.081%203.004a9.7%209.7%200%200%201%201.27%202.151c.132.31.228.584.293.802c.057.195.106.4.106.543s-.049.348-.106.543a8%208%200%200%201-.293.802a9.7%209.7%200%200%201-1.27%202.15C14.89%2014.52%2012.943%2016%2010%2016c-1.531%200-2.793-.4-3.818-1H10v-1H4.84a8.6%208.6%200%200%201-.918-1H10v-.5a3%203%200%201%200%200-6zM8.341%207H3.238a10%2010%200%200%200-.52%201H7.4c.233-.401.555-.744.94-1m-1.3%202H2.344a2%202%200%200%200-.094.5c0%20.133.042.318.094.5H7.04a3%203%200%200%201%200-1m.36%202H2.717a10%2010%200%200%200%20.52%201h5.104a3%203%200%200%201-.94-1%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%206H3.922a8.6%208.6%200%200%201%20.917-1H10V4H6.182C7.207%203.4%208.469%203%2010%203c2.943%200%204.889%201.48%206.081%203.004a9.7%209.7%200%200%201%201.27%202.151c.132.31.228.584.293.802c.057.195.106.4.106.543s-.049.348-.106.543a8%208%200%200%201-.293.802a9.7%209.7%200%200%201-1.27%202.15C14.89%2014.52%2012.943%2016%2010%2016c-1.531%200-2.793-.4-3.818-1H10v-1H4.84a8.6%208.6%200%200%201-.918-1H10v-.5a3%203%200%201%200%200-6zM8.341%207H3.238a10%2010%200%200%200-.52%201H7.4c.233-.401.555-.744.94-1m-1.3%202H2.344a2%202%200%200%200-.094.5c0%20.133.042.318.094.5H7.04a3%203%200%200%201%200-1m.36%202H2.717a10%2010%200%200%200%20.52%201h5.104a3%203%200%200%201-.94-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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