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

Name
eye-lines-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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 3c-1.531 0-2.793.4-3.818 1H10c2.557 0 4.236 1.27 5.294 2.62c.53.679.9 1.374 1.137 1.928c.118.276.2.514.254.692c.042.143.057.224.062.251l.002.009l-.002.009c-.005.027-.02.108-.062.25a7 7 0 0 1-.254.693a8.7 8.7 0 0 1-1.137 1.927C14.236 13.73 12.557 15 10 15H6.182c1.025.6 2.287 1 3.818 1s2.793-.4 3.818-1a8 8 0 0 0 2.263-2.004a9.7 9.7 0 0 0 1.27-2.151c.132-.31.228-.584.293-.802c.057-.195.106-.4.106-.543s-.049-.348-.106-.543a8 8 0 0 0-.293-.802a9.7 9.7 0 0 0-1.27-2.15A8 8 0 0 0 13.818 4C12.793 3.4 11.531 3 10 3m0 3H3.922a8.6 8.6 0 0 1 .917-1H10zm0 7a3.5 3.5 0 1 0 0-7v1H3.238a10 10 0 0 0-.52 1H8a2.5 2.5 0 1 1 0 3H2.717a10 10 0 0 0 .52 1H10zm0 0H3.922c.267.341.572.68.917 1H10zM7.55 9H2.344a2 2 0 0 0-.094.5c0 .133.042.318.094.5H7.55a2.5 2.5 0 0 1 0-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentEyeLines20Regular(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 3c-1.531 0-2.793.4-3.818 1H10c2.557 0 4.236 1.27 5.294 2.62c.53.679.9 1.374 1.137 1.928c.118.276.2.514.254.692c.042.143.057.224.062.251l.002.009l-.002.009c-.005.027-.02.108-.062.25a7 7 0 0 1-.254.693a8.7 8.7 0 0 1-1.137 1.927C14.236 13.73 12.557 15 10 15H6.182c1.025.6 2.287 1 3.818 1s2.793-.4 3.818-1a8 8 0 0 0 2.263-2.004a9.7 9.7 0 0 0 1.27-2.151c.132-.31.228-.584.293-.802c.057-.195.106-.4.106-.543s-.049-.348-.106-.543a8 8 0 0 0-.293-.802a9.7 9.7 0 0 0-1.27-2.15A8 8 0 0 0 13.818 4C12.793 3.4 11.531 3 10 3m0 3H3.922a8.6 8.6 0 0 1 .917-1H10zm0 7a3.5 3.5 0 1 0 0-7v1H3.238a10 10 0 0 0-.52 1H8a2.5 2.5 0 1 1 0 3H2.717a10 10 0 0 0 .52 1H10zm0 0H3.922c.267.341.572.68.917 1H10zM7.55 9H2.344a2 2 0 0 0-.094.5c0 .133.042.318.094.5H7.55a2.5 2.5 0 0 1 0-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 3c-1.531 0-2.793.4-3.818 1H10c2.557 0 4.236 1.27 5.294 2.62c.53.679.9 1.374 1.137 1.928c.118.276.2.514.254.692c.042.143.057.224.062.251l.002.009l-.002.009c-.005.027-.02.108-.062.25a7 7 0 0 1-.254.693a8.7 8.7 0 0 1-1.137 1.927C14.236 13.73 12.557 15 10 15H6.182c1.025.6 2.287 1 3.818 1s2.793-.4 3.818-1a8 8 0 0 0 2.263-2.004a9.7 9.7 0 0 0 1.27-2.151c.132-.31.228-.584.293-.802c.057-.195.106-.4.106-.543s-.049-.348-.106-.543a8 8 0 0 0-.293-.802a9.7 9.7 0 0 0-1.27-2.15A8 8 0 0 0 13.818 4C12.793 3.4 11.531 3 10 3m0 3H3.922a8.6 8.6 0 0 1 .917-1H10zm0 7a3.5 3.5 0 1 0 0-7v1H3.238a10 10 0 0 0-.52 1H8a2.5 2.5 0 1 1 0 3H2.717a10 10 0 0 0 .52 1H10zm0 0H3.922c.267.341.572.68.917 1H10zM7.55 9H2.344a2 2 0 0 0-.094.5c0 .133.042.318.094.5H7.55a2.5 2.5 0 0 1 0-1"/></svg>
</template>

CSS

.icon-eye-lines-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%203c-1.531%200-2.793.4-3.818%201H10c2.557%200%204.236%201.27%205.294%202.62c.53.679.9%201.374%201.137%201.928c.118.276.2.514.254.692c.042.143.057.224.062.251l.002.009l-.002.009c-.005.027-.02.108-.062.25a7%207%200%200%201-.254.693a8.7%208.7%200%200%201-1.137%201.927C14.236%2013.73%2012.557%2015%2010%2015H6.182c1.025.6%202.287%201%203.818%201s2.793-.4%203.818-1a8%208%200%200%200%202.263-2.004a9.7%209.7%200%200%200%201.27-2.151c.132-.31.228-.584.293-.802c.057-.195.106-.4.106-.543s-.049-.348-.106-.543a8%208%200%200%200-.293-.802a9.7%209.7%200%200%200-1.27-2.15A8%208%200%200%200%2013.818%204C12.793%203.4%2011.531%203%2010%203m0%203H3.922a8.6%208.6%200%200%201%20.917-1H10zm0%207a3.5%203.5%200%201%200%200-7v1H3.238a10%2010%200%200%200-.52%201H8a2.5%202.5%200%201%201%200%203H2.717a10%2010%200%200%200%20.52%201H10zm0%200H3.922c.267.341.572.68.917%201H10zM7.55%209H2.344a2%202%200%200%200-.094.5c0%20.133.042.318.094.5H7.55a2.5%202.5%200%200%201%200-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%203c-1.531%200-2.793.4-3.818%201H10c2.557%200%204.236%201.27%205.294%202.62c.53.679.9%201.374%201.137%201.928c.118.276.2.514.254.692c.042.143.057.224.062.251l.002.009l-.002.009c-.005.027-.02.108-.062.25a7%207%200%200%201-.254.693a8.7%208.7%200%200%201-1.137%201.927C14.236%2013.73%2012.557%2015%2010%2015H6.182c1.025.6%202.287%201%203.818%201s2.793-.4%203.818-1a8%208%200%200%200%202.263-2.004a9.7%209.7%200%200%200%201.27-2.151c.132-.31.228-.584.293-.802c.057-.195.106-.4.106-.543s-.049-.348-.106-.543a8%208%200%200%200-.293-.802a9.7%209.7%200%200%200-1.27-2.15A8%208%200%200%200%2013.818%204C12.793%203.4%2011.531%203%2010%203m0%203H3.922a8.6%208.6%200%200%201%20.917-1H10zm0%207a3.5%203.5%200%201%200%200-7v1H3.238a10%2010%200%200%200-.52%201H8a2.5%202.5%200%201%201%200%203H2.717a10%2010%200%200%200%20.52%201H10zm0%200H3.922c.267.341.572.68.917%201H10zM7.55%209H2.344a2%202%200%200%200-.094.5c0%20.133.042.318.094.5H7.55a2.5%202.5%200%200%201%200-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-regular.svg?color=%231a73e8&size=48