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

Name
eye-tracking-on-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the eye tracking on icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M4.5 3A1.5 1.5 0 0 0 3 4.5v3a.5.5 0 0 1-1 0v-3A2.5 2.5 0 0 1 4.5 2h3a.5.5 0 0 1 0 1h-3z" fill="currentColor"/><path d="M4.5 17A1.5 1.5 0 0 1 3 15.5v-3a.5.5 0 0 0-1 0v3A2.5 2.5 0 0 0 4.5 18h3a.5.5 0 0 0 0-1h-3z" fill="currentColor"/><path d="M17 4.5A1.5 1.5 0 0 0 15.5 3h-3a.5.5 0 0 1 0-1h3A2.5 2.5 0 0 1 18 4.5v3a.5.5 0 0 1-1 0v-3z" fill="currentColor"/><path d="M15.5 17a1.5 1.5 0 0 0 1.5-1.5v-3a.5.5 0 0 1 1 0v3a2.5 2.5 0 0 1-2.5 2.5h-3a.5.5 0 0 1 0-1h3z" fill="currentColor"/><path d="M7 11.5a3 3 0 1 1 6 0a3 3 0 0 1-6 0z" fill="currentColor"/><path d="M4.948 9.723v.001a.5.5 0 0 1-.895-.448L4.5 9.5a24.558 24.558 0 0 1-.447-.225l.001-.001l.002-.004l.005-.01a2.106 2.106 0 0 1 .082-.145a5.14 5.14 0 0 1 .249-.377A6.49 6.49 0 0 1 5.425 7.62C6.375 6.805 7.863 6 10 6s3.624.805 4.575 1.62c.473.406.812.812 1.034 1.119a5.13 5.13 0 0 1 .33.521l.005.01l.002.004l.001.002l-.447.224l.447-.224a.5.5 0 0 1-.893.45v-.002l-.002-.001l-.009-.018a4.133 4.133 0 0 0-.245-.381a5.487 5.487 0 0 0-.873-.944C13.125 7.695 11.863 7 10 7s-3.125.695-3.924 1.38a5.49 5.49 0 0 0-.874.944a4.14 4.14 0 0 0-.245.381l-.01.018z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEyeTrackingOn20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M4.5 3A1.5 1.5 0 0 0 3 4.5v3a.5.5 0 0 1-1 0v-3A2.5 2.5 0 0 1 4.5 2h3a.5.5 0 0 1 0 1h-3z" fill="currentColor"/><path d="M4.5 17A1.5 1.5 0 0 1 3 15.5v-3a.5.5 0 0 0-1 0v3A2.5 2.5 0 0 0 4.5 18h3a.5.5 0 0 0 0-1h-3z" fill="currentColor"/><path d="M17 4.5A1.5 1.5 0 0 0 15.5 3h-3a.5.5 0 0 1 0-1h3A2.5 2.5 0 0 1 18 4.5v3a.5.5 0 0 1-1 0v-3z" fill="currentColor"/><path d="M15.5 17a1.5 1.5 0 0 0 1.5-1.5v-3a.5.5 0 0 1 1 0v3a2.5 2.5 0 0 1-2.5 2.5h-3a.5.5 0 0 1 0-1h3z" fill="currentColor"/><path d="M7 11.5a3 3 0 1 1 6 0a3 3 0 0 1-6 0z" fill="currentColor"/><path d="M4.948 9.723v.001a.5.5 0 0 1-.895-.448L4.5 9.5a24.558 24.558 0 0 1-.447-.225l.001-.001l.002-.004l.005-.01a2.106 2.106 0 0 1 .082-.145a5.14 5.14 0 0 1 .249-.377A6.49 6.49 0 0 1 5.425 7.62C6.375 6.805 7.863 6 10 6s3.624.805 4.575 1.62c.473.406.812.812 1.034 1.119a5.13 5.13 0 0 1 .33.521l.005.01l.002.004l.001.002l-.447.224l.447-.224a.5.5 0 0 1-.893.45v-.002l-.002-.001l-.009-.018a4.133 4.133 0 0 0-.245-.381a5.487 5.487 0 0 0-.873-.944C13.125 7.695 11.863 7 10 7s-3.125.695-3.924 1.38a5.49 5.49 0 0 0-.874.944a4.14 4.14 0 0 0-.245.381l-.01.018z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M4.5 3A1.5 1.5 0 0 0 3 4.5v3a.5.5 0 0 1-1 0v-3A2.5 2.5 0 0 1 4.5 2h3a.5.5 0 0 1 0 1h-3z" fill="currentColor"/><path d="M4.5 17A1.5 1.5 0 0 1 3 15.5v-3a.5.5 0 0 0-1 0v3A2.5 2.5 0 0 0 4.5 18h3a.5.5 0 0 0 0-1h-3z" fill="currentColor"/><path d="M17 4.5A1.5 1.5 0 0 0 15.5 3h-3a.5.5 0 0 1 0-1h3A2.5 2.5 0 0 1 18 4.5v3a.5.5 0 0 1-1 0v-3z" fill="currentColor"/><path d="M15.5 17a1.5 1.5 0 0 0 1.5-1.5v-3a.5.5 0 0 1 1 0v3a2.5 2.5 0 0 1-2.5 2.5h-3a.5.5 0 0 1 0-1h3z" fill="currentColor"/><path d="M7 11.5a3 3 0 1 1 6 0a3 3 0 0 1-6 0z" fill="currentColor"/><path d="M4.948 9.723v.001a.5.5 0 0 1-.895-.448L4.5 9.5a24.558 24.558 0 0 1-.447-.225l.001-.001l.002-.004l.005-.01a2.106 2.106 0 0 1 .082-.145a5.14 5.14 0 0 1 .249-.377A6.49 6.49 0 0 1 5.425 7.62C6.375 6.805 7.863 6 10 6s3.624.805 4.575 1.62c.473.406.812.812 1.034 1.119a5.13 5.13 0 0 1 .33.521l.005.01l.002.004l.001.002l-.447.224l.447-.224a.5.5 0 0 1-.893.45v-.002l-.002-.001l-.009-.018a4.133 4.133 0 0 0-.245-.381a5.487 5.487 0 0 0-.873-.944C13.125 7.695 11.863 7 10 7s-3.125.695-3.924 1.38a5.49 5.49 0 0 0-.874.944a4.14 4.14 0 0 0-.245.381l-.01.018z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-eye-tracking-on-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4.5%203A1.5%201.5%200%200%200%203%204.5v3a.5.5%200%200%201-1%200v-3A2.5%202.5%200%200%201%204.5%202h3a.5.5%200%200%201%200%201h-3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4.5%2017A1.5%201.5%200%200%201%203%2015.5v-3a.5.5%200%200%200-1%200v3A2.5%202.5%200%200%200%204.5%2018h3a.5.5%200%200%200%200-1h-3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M17%204.5A1.5%201.5%200%200%200%2015.5%203h-3a.5.5%200%200%201%200-1h3A2.5%202.5%200%200%201%2018%204.5v3a.5.5%200%200%201-1%200v-3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M15.5%2017a1.5%201.5%200%200%200%201.5-1.5v-3a.5.5%200%200%201%201%200v3a2.5%202.5%200%200%201-2.5%202.5h-3a.5.5%200%200%201%200-1h3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M7%2011.5a3%203%200%201%201%206%200a3%203%200%200%201-6%200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4.948%209.723v.001a.5.5%200%200%201-.895-.448L4.5%209.5a24.558%2024.558%200%200%201-.447-.225l.001-.001l.002-.004l.005-.01a2.106%202.106%200%200%201%20.082-.145a5.14%205.14%200%200%201%20.249-.377A6.49%206.49%200%200%201%205.425%207.62C6.375%206.805%207.863%206%2010%206s3.624.805%204.575%201.62c.473.406.812.812%201.034%201.119a5.13%205.13%200%200%201%20.33.521l.005.01l.002.004l.001.002l-.447.224l.447-.224a.5.5%200%200%201-.893.45v-.002l-.002-.001l-.009-.018a4.133%204.133%200%200%200-.245-.381a5.487%205.487%200%200%200-.873-.944C13.125%207.695%2011.863%207%2010%207s-3.125.695-3.924%201.38a5.49%205.49%200%200%200-.874.944a4.14%204.14%200%200%200-.245.381l-.01.018z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4.5%203A1.5%201.5%200%200%200%203%204.5v3a.5.5%200%200%201-1%200v-3A2.5%202.5%200%200%201%204.5%202h3a.5.5%200%200%201%200%201h-3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4.5%2017A1.5%201.5%200%200%201%203%2015.5v-3a.5.5%200%200%200-1%200v3A2.5%202.5%200%200%200%204.5%2018h3a.5.5%200%200%200%200-1h-3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M17%204.5A1.5%201.5%200%200%200%2015.5%203h-3a.5.5%200%200%201%200-1h3A2.5%202.5%200%200%201%2018%204.5v3a.5.5%200%200%201-1%200v-3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M15.5%2017a1.5%201.5%200%200%200%201.5-1.5v-3a.5.5%200%200%201%201%200v3a2.5%202.5%200%200%201-2.5%202.5h-3a.5.5%200%200%201%200-1h3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M7%2011.5a3%203%200%201%201%206%200a3%203%200%200%201-6%200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4.948%209.723v.001a.5.5%200%200%201-.895-.448L4.5%209.5a24.558%2024.558%200%200%201-.447-.225l.001-.001l.002-.004l.005-.01a2.106%202.106%200%200%201%20.082-.145a5.14%205.14%200%200%201%20.249-.377A6.49%206.49%200%200%201%205.425%207.62C6.375%206.805%207.863%206%2010%206s3.624.805%204.575%201.62c.473.406.812.812%201.034%201.119a5.13%205.13%200%200%201%20.33.521l.005.01l.002.004l.001.002l-.447.224l.447-.224a.5.5%200%200%201-.893.45v-.002l-.002-.001l-.009-.018a4.133%204.133%200%200%200-.245-.381a5.487%205.487%200%200%200-.873-.944C13.125%207.695%2011.863%207%2010%207s-3.125.695-3.924%201.38a5.49%205.49%200%200%200-.874.944a4.14%204.14%200%200%200-.245.381l-.01.018z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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