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

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

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the eye tracking off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l.127.127c-.223.397-.35.855-.35 1.343v3.502l.007.102a.75.75 0 0 0 1.493-.102V4.75l.007-.128l.006-.051l3.675 3.675a7.6 7.6 0 0 0-2.02 2.251a6 6 0 0 0-.358.716l-.006.015c-.002.005-.162.75.436.974a.75.75 0 0 0 .964-.436l.001-.002l.008-.02l.044-.1c.043-.09.11-.226.206-.391a6.1 6.1 0 0 1 1.8-1.932l1.494 1.494a3.5 3.5 0 1 0 4.93 4.93l4.744 4.744a1 1 0 0 1-.18.013h-3.5l-.103.007a.75.75 0 0 0 .102 1.493h3.5l.168-.005a2.7 2.7 0 0 0 1.176-.345l.128.128a.75.75 0 0 0 1.061-1.06zm8.17 6.048L10.122 6.94A9 9 0 0 1 12 6.75c2.726 0 4.535 1.1 5.655 2.22a7.6 7.6 0 0 1 1.18 1.527a6 6 0 0 1 .34.67l.018.046l.006.015l.002.005v.002l.001.002a.75.75 0 0 1-.439.965a.76.76 0 0 1-.965-.438l-.008-.02s-.023-.055-.044-.1a5 5 0 0 0-.206-.391a6 6 0 0 0-.945-1.223c-.88-.88-2.32-1.78-4.595-1.78a8 8 0 0 0-.55.018m10.547 10.547l-1.5-1.5V15.75a.75.75 0 0 1 1.493-.102l.007.102zM6.682 3.5L5.182 2h3.065a.75.75 0 0 1 .102 1.493l-.102.007zM2.747 15a.75.75 0 0 1 .743.648l.007.102v3.502l.007.128a1.25 1.25 0 0 0 1.115 1.116l.128.006h3.5l.102.007a.75.75 0 0 1 0 1.486l-.102.007h-3.5l-.167-.005a2.75 2.75 0 0 1-2.577-2.57l-.006-.175V15.75l.007-.102A.75.75 0 0 1 2.747 15m16.5-13l.168.005a2.75 2.75 0 0 1 2.577 2.57l.005.175v3.502l-.007.102a.75.75 0 0 1-1.486 0l-.007-.102V4.75l-.006-.128a1.25 1.25 0 0 0-1.116-1.116l-.128-.006h-3.5l-.102-.007a.75.75 0 0 1 0-1.486L15.747 2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEyeTrackingOff24Filled(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="M3.28 2.22a.75.75 0 1 0-1.06 1.06l.127.127c-.223.397-.35.855-.35 1.343v3.502l.007.102a.75.75 0 0 0 1.493-.102V4.75l.007-.128l.006-.051l3.675 3.675a7.6 7.6 0 0 0-2.02 2.251a6 6 0 0 0-.358.716l-.006.015c-.002.005-.162.75.436.974a.75.75 0 0 0 .964-.436l.001-.002l.008-.02l.044-.1c.043-.09.11-.226.206-.391a6.1 6.1 0 0 1 1.8-1.932l1.494 1.494a3.5 3.5 0 1 0 4.93 4.93l4.744 4.744a1 1 0 0 1-.18.013h-3.5l-.103.007a.75.75 0 0 0 .102 1.493h3.5l.168-.005a2.7 2.7 0 0 0 1.176-.345l.128.128a.75.75 0 0 0 1.061-1.06zm8.17 6.048L10.122 6.94A9 9 0 0 1 12 6.75c2.726 0 4.535 1.1 5.655 2.22a7.6 7.6 0 0 1 1.18 1.527a6 6 0 0 1 .34.67l.018.046l.006.015l.002.005v.002l.001.002a.75.75 0 0 1-.439.965a.76.76 0 0 1-.965-.438l-.008-.02s-.023-.055-.044-.1a5 5 0 0 0-.206-.391a6 6 0 0 0-.945-1.223c-.88-.88-2.32-1.78-4.595-1.78a8 8 0 0 0-.55.018m10.547 10.547l-1.5-1.5V15.75a.75.75 0 0 1 1.493-.102l.007.102zM6.682 3.5L5.182 2h3.065a.75.75 0 0 1 .102 1.493l-.102.007zM2.747 15a.75.75 0 0 1 .743.648l.007.102v3.502l.007.128a1.25 1.25 0 0 0 1.115 1.116l.128.006h3.5l.102.007a.75.75 0 0 1 0 1.486l-.102.007h-3.5l-.167-.005a2.75 2.75 0 0 1-2.577-2.57l-.006-.175V15.75l.007-.102A.75.75 0 0 1 2.747 15m16.5-13l.168.005a2.75 2.75 0 0 1 2.577 2.57l.005.175v3.502l-.007.102a.75.75 0 0 1-1.486 0l-.007-.102V4.75l-.006-.128a1.25 1.25 0 0 0-1.116-1.116l-.128-.006h-3.5l-.102-.007a.75.75 0 0 1 0-1.486L15.747 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l.127.127c-.223.397-.35.855-.35 1.343v3.502l.007.102a.75.75 0 0 0 1.493-.102V4.75l.007-.128l.006-.051l3.675 3.675a7.6 7.6 0 0 0-2.02 2.251a6 6 0 0 0-.358.716l-.006.015c-.002.005-.162.75.436.974a.75.75 0 0 0 .964-.436l.001-.002l.008-.02l.044-.1c.043-.09.11-.226.206-.391a6.1 6.1 0 0 1 1.8-1.932l1.494 1.494a3.5 3.5 0 1 0 4.93 4.93l4.744 4.744a1 1 0 0 1-.18.013h-3.5l-.103.007a.75.75 0 0 0 .102 1.493h3.5l.168-.005a2.7 2.7 0 0 0 1.176-.345l.128.128a.75.75 0 0 0 1.061-1.06zm8.17 6.048L10.122 6.94A9 9 0 0 1 12 6.75c2.726 0 4.535 1.1 5.655 2.22a7.6 7.6 0 0 1 1.18 1.527a6 6 0 0 1 .34.67l.018.046l.006.015l.002.005v.002l.001.002a.75.75 0 0 1-.439.965a.76.76 0 0 1-.965-.438l-.008-.02s-.023-.055-.044-.1a5 5 0 0 0-.206-.391a6 6 0 0 0-.945-1.223c-.88-.88-2.32-1.78-4.595-1.78a8 8 0 0 0-.55.018m10.547 10.547l-1.5-1.5V15.75a.75.75 0 0 1 1.493-.102l.007.102zM6.682 3.5L5.182 2h3.065a.75.75 0 0 1 .102 1.493l-.102.007zM2.747 15a.75.75 0 0 1 .743.648l.007.102v3.502l.007.128a1.25 1.25 0 0 0 1.115 1.116l.128.006h3.5l.102.007a.75.75 0 0 1 0 1.486l-.102.007h-3.5l-.167-.005a2.75 2.75 0 0 1-2.577-2.57l-.006-.175V15.75l.007-.102A.75.75 0 0 1 2.747 15m16.5-13l.168.005a2.75 2.75 0 0 1 2.577 2.57l.005.175v3.502l-.007.102a.75.75 0 0 1-1.486 0l-.007-.102V4.75l-.006-.128a1.25 1.25 0 0 0-1.116-1.116l-.128-.006h-3.5l-.102-.007a.75.75 0 0 1 0-1.486L15.747 2z"/></svg>
</template>

CSS

.icon-eye-tracking-off-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l.127.127c-.223.397-.35.855-.35%201.343v3.502l.007.102a.75.75%200%200%200%201.493-.102V4.75l.007-.128l.006-.051l3.675%203.675a7.6%207.6%200%200%200-2.02%202.251a6%206%200%200%200-.358.716l-.006.015c-.002.005-.162.75.436.974a.75.75%200%200%200%20.964-.436l.001-.002l.008-.02l.044-.1c.043-.09.11-.226.206-.391a6.1%206.1%200%200%201%201.8-1.932l1.494%201.494a3.5%203.5%200%201%200%204.93%204.93l4.744%204.744a1%201%200%200%201-.18.013h-3.5l-.103.007a.75.75%200%200%200%20.102%201.493h3.5l.168-.005a2.7%202.7%200%200%200%201.176-.345l.128.128a.75.75%200%200%200%201.061-1.06zm8.17%206.048L10.122%206.94A9%209%200%200%201%2012%206.75c2.726%200%204.535%201.1%205.655%202.22a7.6%207.6%200%200%201%201.18%201.527a6%206%200%200%201%20.34.67l.018.046l.006.015l.002.005v.002l.001.002a.75.75%200%200%201-.439.965a.76.76%200%200%201-.965-.438l-.008-.02s-.023-.055-.044-.1a5%205%200%200%200-.206-.391a6%206%200%200%200-.945-1.223c-.88-.88-2.32-1.78-4.595-1.78a8%208%200%200%200-.55.018m10.547%2010.547l-1.5-1.5V15.75a.75.75%200%200%201%201.493-.102l.007.102zM6.682%203.5L5.182%202h3.065a.75.75%200%200%201%20.102%201.493l-.102.007zM2.747%2015a.75.75%200%200%201%20.743.648l.007.102v3.502l.007.128a1.25%201.25%200%200%200%201.115%201.116l.128.006h3.5l.102.007a.75.75%200%200%201%200%201.486l-.102.007h-3.5l-.167-.005a2.75%202.75%200%200%201-2.577-2.57l-.006-.175V15.75l.007-.102A.75.75%200%200%201%202.747%2015m16.5-13l.168.005a2.75%202.75%200%200%201%202.577%202.57l.005.175v3.502l-.007.102a.75.75%200%200%201-1.486%200l-.007-.102V4.75l-.006-.128a1.25%201.25%200%200%200-1.116-1.116l-.128-.006h-3.5l-.102-.007a.75.75%200%200%201%200-1.486L15.747%202z%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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l.127.127c-.223.397-.35.855-.35%201.343v3.502l.007.102a.75.75%200%200%200%201.493-.102V4.75l.007-.128l.006-.051l3.675%203.675a7.6%207.6%200%200%200-2.02%202.251a6%206%200%200%200-.358.716l-.006.015c-.002.005-.162.75.436.974a.75.75%200%200%200%20.964-.436l.001-.002l.008-.02l.044-.1c.043-.09.11-.226.206-.391a6.1%206.1%200%200%201%201.8-1.932l1.494%201.494a3.5%203.5%200%201%200%204.93%204.93l4.744%204.744a1%201%200%200%201-.18.013h-3.5l-.103.007a.75.75%200%200%200%20.102%201.493h3.5l.168-.005a2.7%202.7%200%200%200%201.176-.345l.128.128a.75.75%200%200%200%201.061-1.06zm8.17%206.048L10.122%206.94A9%209%200%200%201%2012%206.75c2.726%200%204.535%201.1%205.655%202.22a7.6%207.6%200%200%201%201.18%201.527a6%206%200%200%201%20.34.67l.018.046l.006.015l.002.005v.002l.001.002a.75.75%200%200%201-.439.965a.76.76%200%200%201-.965-.438l-.008-.02s-.023-.055-.044-.1a5%205%200%200%200-.206-.391a6%206%200%200%200-.945-1.223c-.88-.88-2.32-1.78-4.595-1.78a8%208%200%200%200-.55.018m10.547%2010.547l-1.5-1.5V15.75a.75.75%200%200%201%201.493-.102l.007.102zM6.682%203.5L5.182%202h3.065a.75.75%200%200%201%20.102%201.493l-.102.007zM2.747%2015a.75.75%200%200%201%20.743.648l.007.102v3.502l.007.128a1.25%201.25%200%200%200%201.115%201.116l.128.006h3.5l.102.007a.75.75%200%200%201%200%201.486l-.102.007h-3.5l-.167-.005a2.75%202.75%200%200%201-2.577-2.57l-.006-.175V15.75l.007-.102A.75.75%200%200%201%202.747%2015m16.5-13l.168.005a2.75%202.75%200%200%201%202.577%202.57l.005.175v3.502l-.007.102a.75.75%200%200%201-1.486%200l-.007-.102V4.75l-.006-.128a1.25%201.25%200%200%200-1.116-1.116l-.128-.006h-3.5l-.102-.007a.75.75%200%200%201%200-1.486L15.747%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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