eye tracking on icon
eye-tracking-on-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- eye-tracking-on-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><g fill="none"><path d="M8.247 2a.75.75 0 0 1 .102 1.493l-.102.007h-3.5a1.25 1.25 0 0 0-1.243 1.122l-.007.128v3.502a.75.75 0 0 1-1.493.102l-.007-.102V4.75A2.75 2.75 0 0 1 4.58 2.005L4.747 2h3.5z" fill="currentColor"/><path d="M3.49 15.648a.75.75 0 0 0-1.486 0l-.007.102v3.502l.005.175a2.75 2.75 0 0 0 2.578 2.57l.167.005h3.5l.102-.006a.75.75 0 0 0 0-1.487l-.102-.007h-3.5l-.128-.006a1.25 1.25 0 0 1-1.115-1.116l-.007-.128V15.75l-.007-.102z" fill="currentColor"/><path d="M21.99 15.648a.75.75 0 0 0-1.493.102v3.502l-.006.128a1.25 1.25 0 0 1-1.244 1.122h-3.5l-.102.007a.75.75 0 0 0 .102 1.493h3.5l.168-.005a2.75 2.75 0 0 0 2.582-2.745V15.75l-.007-.102z" fill="currentColor"/><path d="M19.415 2.005L19.247 2h-3.5l-.102.007a.75.75 0 0 0 0 1.486l.102.007h3.5l.128.006a1.25 1.25 0 0 1 1.116 1.116l.006.128v3.502l.007.102a.75.75 0 0 0 1.486 0l.007-.102V4.75l-.005-.174a2.75 2.75 0 0 0-2.577-2.571z" fill="currentColor"/><path d="M6.202 11.764l.008-.02l.044-.1c.043-.09.11-.226.206-.391c.194-.332.5-.777.945-1.223c.88-.88 2.32-1.78 4.595-1.78c2.274 0 3.715.9 4.595 1.78c.445.446.751.891.945 1.223a4.776 4.776 0 0 1 .25.49l.008.021c.15.38.579.583.965.438a.75.75 0 0 0 .44-.965l-.001-.002l-.001-.002l-.002-.005l-.006-.015a3.204 3.204 0 0 0-.087-.2a6.294 6.294 0 0 0-.27-.516a7.573 7.573 0 0 0-1.18-1.527C16.534 7.85 14.725 6.75 12 6.75c-2.726 0-4.535 1.1-5.655 2.22a7.573 7.573 0 0 0-1.18 1.527a6.262 6.262 0 0 0-.358.716l-.006.015c-.002.005-.162.75.436.974a.75.75 0 0 0 .964-.436l.001-.002z" fill="currentColor"/><path d="M12 10a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7zm-2 3.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEyeTrackingOn24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M8.247 2a.75.75 0 0 1 .102 1.493l-.102.007h-3.5a1.25 1.25 0 0 0-1.243 1.122l-.007.128v3.502a.75.75 0 0 1-1.493.102l-.007-.102V4.75A2.75 2.75 0 0 1 4.58 2.005L4.747 2h3.5z" fill="currentColor"/><path d="M3.49 15.648a.75.75 0 0 0-1.486 0l-.007.102v3.502l.005.175a2.75 2.75 0 0 0 2.578 2.57l.167.005h3.5l.102-.006a.75.75 0 0 0 0-1.487l-.102-.007h-3.5l-.128-.006a1.25 1.25 0 0 1-1.115-1.116l-.007-.128V15.75l-.007-.102z" fill="currentColor"/><path d="M21.99 15.648a.75.75 0 0 0-1.493.102v3.502l-.006.128a1.25 1.25 0 0 1-1.244 1.122h-3.5l-.102.007a.75.75 0 0 0 .102 1.493h3.5l.168-.005a2.75 2.75 0 0 0 2.582-2.745V15.75l-.007-.102z" fill="currentColor"/><path d="M19.415 2.005L19.247 2h-3.5l-.102.007a.75.75 0 0 0 0 1.486l.102.007h3.5l.128.006a1.25 1.25 0 0 1 1.116 1.116l.006.128v3.502l.007.102a.75.75 0 0 0 1.486 0l.007-.102V4.75l-.005-.174a2.75 2.75 0 0 0-2.577-2.571z" fill="currentColor"/><path d="M6.202 11.764l.008-.02l.044-.1c.043-.09.11-.226.206-.391c.194-.332.5-.777.945-1.223c.88-.88 2.32-1.78 4.595-1.78c2.274 0 3.715.9 4.595 1.78c.445.446.751.891.945 1.223a4.776 4.776 0 0 1 .25.49l.008.021c.15.38.579.583.965.438a.75.75 0 0 0 .44-.965l-.001-.002l-.001-.002l-.002-.005l-.006-.015a3.204 3.204 0 0 0-.087-.2a6.294 6.294 0 0 0-.27-.516a7.573 7.573 0 0 0-1.18-1.527C16.534 7.85 14.725 6.75 12 6.75c-2.726 0-4.535 1.1-5.655 2.22a7.573 7.573 0 0 0-1.18 1.527a6.262 6.262 0 0 0-.358.716l-.006.015c-.002.005-.162.75.436.974a.75.75 0 0 0 .964-.436l.001-.002z" fill="currentColor"/><path d="M12 10a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7zm-2 3.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M8.247 2a.75.75 0 0 1 .102 1.493l-.102.007h-3.5a1.25 1.25 0 0 0-1.243 1.122l-.007.128v3.502a.75.75 0 0 1-1.493.102l-.007-.102V4.75A2.75 2.75 0 0 1 4.58 2.005L4.747 2h3.5z" fill="currentColor"/><path d="M3.49 15.648a.75.75 0 0 0-1.486 0l-.007.102v3.502l.005.175a2.75 2.75 0 0 0 2.578 2.57l.167.005h3.5l.102-.006a.75.75 0 0 0 0-1.487l-.102-.007h-3.5l-.128-.006a1.25 1.25 0 0 1-1.115-1.116l-.007-.128V15.75l-.007-.102z" fill="currentColor"/><path d="M21.99 15.648a.75.75 0 0 0-1.493.102v3.502l-.006.128a1.25 1.25 0 0 1-1.244 1.122h-3.5l-.102.007a.75.75 0 0 0 .102 1.493h3.5l.168-.005a2.75 2.75 0 0 0 2.582-2.745V15.75l-.007-.102z" fill="currentColor"/><path d="M19.415 2.005L19.247 2h-3.5l-.102.007a.75.75 0 0 0 0 1.486l.102.007h3.5l.128.006a1.25 1.25 0 0 1 1.116 1.116l.006.128v3.502l.007.102a.75.75 0 0 0 1.486 0l.007-.102V4.75l-.005-.174a2.75 2.75 0 0 0-2.577-2.571z" fill="currentColor"/><path d="M6.202 11.764l.008-.02l.044-.1c.043-.09.11-.226.206-.391c.194-.332.5-.777.945-1.223c.88-.88 2.32-1.78 4.595-1.78c2.274 0 3.715.9 4.595 1.78c.445.446.751.891.945 1.223a4.776 4.776 0 0 1 .25.49l.008.021c.15.38.579.583.965.438a.75.75 0 0 0 .44-.965l-.001-.002l-.001-.002l-.002-.005l-.006-.015a3.204 3.204 0 0 0-.087-.2a6.294 6.294 0 0 0-.27-.516a7.573 7.573 0 0 0-1.18-1.527C16.534 7.85 14.725 6.75 12 6.75c-2.726 0-4.535 1.1-5.655 2.22a7.573 7.573 0 0 0-1.18 1.527a6.262 6.262 0 0 0-.358.716l-.006.015c-.002.005-.162.75.436.974a.75.75 0 0 0 .964-.436l.001-.002z" fill="currentColor"/><path d="M12 10a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7zm-2 3.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0z" fill="currentColor"/></g></svg> </template>
CSS
.icon-eye-tracking-on-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.247%202a.75.75%200%200%201%20.102%201.493l-.102.007h-3.5a1.25%201.25%200%200%200-1.243%201.122l-.007.128v3.502a.75.75%200%200%201-1.493.102l-.007-.102V4.75A2.75%202.75%200%200%201%204.58%202.005L4.747%202h3.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M3.49%2015.648a.75.75%200%200%200-1.486%200l-.007.102v3.502l.005.175a2.75%202.75%200%200%200%202.578%202.57l.167.005h3.5l.102-.006a.75.75%200%200%200%200-1.487l-.102-.007h-3.5l-.128-.006a1.25%201.25%200%200%201-1.115-1.116l-.007-.128V15.75l-.007-.102z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21.99%2015.648a.75.75%200%200%200-1.493.102v3.502l-.006.128a1.25%201.25%200%200%201-1.244%201.122h-3.5l-.102.007a.75.75%200%200%200%20.102%201.493h3.5l.168-.005a2.75%202.75%200%200%200%202.582-2.745V15.75l-.007-.102z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M19.415%202.005L19.247%202h-3.5l-.102.007a.75.75%200%200%200%200%201.486l.102.007h3.5l.128.006a1.25%201.25%200%200%201%201.116%201.116l.006.128v3.502l.007.102a.75.75%200%200%200%201.486%200l.007-.102V4.75l-.005-.174a2.75%202.75%200%200%200-2.577-2.571z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.202%2011.764l.008-.02l.044-.1c.043-.09.11-.226.206-.391c.194-.332.5-.777.945-1.223c.88-.88%202.32-1.78%204.595-1.78c2.274%200%203.715.9%204.595%201.78c.445.446.751.891.945%201.223a4.776%204.776%200%200%201%20.25.49l.008.021c.15.38.579.583.965.438a.75.75%200%200%200%20.44-.965l-.001-.002l-.001-.002l-.002-.005l-.006-.015a3.204%203.204%200%200%200-.087-.2a6.294%206.294%200%200%200-.27-.516a7.573%207.573%200%200%200-1.18-1.527C16.534%207.85%2014.725%206.75%2012%206.75c-2.726%200-4.535%201.1-5.655%202.22a7.573%207.573%200%200%200-1.18%201.527a6.262%206.262%200%200%200-.358.716l-.006.015c-.002.005-.162.75.436.974a.75.75%200%200%200%20.964-.436l.001-.002z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12%2010a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7zm-2%203.5a2%202%200%201%201%204%200a2%202%200%200%201-4%200z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.247%202a.75.75%200%200%201%20.102%201.493l-.102.007h-3.5a1.25%201.25%200%200%200-1.243%201.122l-.007.128v3.502a.75.75%200%200%201-1.493.102l-.007-.102V4.75A2.75%202.75%200%200%201%204.58%202.005L4.747%202h3.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M3.49%2015.648a.75.75%200%200%200-1.486%200l-.007.102v3.502l.005.175a2.75%202.75%200%200%200%202.578%202.57l.167.005h3.5l.102-.006a.75.75%200%200%200%200-1.487l-.102-.007h-3.5l-.128-.006a1.25%201.25%200%200%201-1.115-1.116l-.007-.128V15.75l-.007-.102z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21.99%2015.648a.75.75%200%200%200-1.493.102v3.502l-.006.128a1.25%201.25%200%200%201-1.244%201.122h-3.5l-.102.007a.75.75%200%200%200%20.102%201.493h3.5l.168-.005a2.75%202.75%200%200%200%202.582-2.745V15.75l-.007-.102z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M19.415%202.005L19.247%202h-3.5l-.102.007a.75.75%200%200%200%200%201.486l.102.007h3.5l.128.006a1.25%201.25%200%200%201%201.116%201.116l.006.128v3.502l.007.102a.75.75%200%200%200%201.486%200l.007-.102V4.75l-.005-.174a2.75%202.75%200%200%200-2.577-2.571z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.202%2011.764l.008-.02l.044-.1c.043-.09.11-.226.206-.391c.194-.332.5-.777.945-1.223c.88-.88%202.32-1.78%204.595-1.78c2.274%200%203.715.9%204.595%201.78c.445.446.751.891.945%201.223a4.776%204.776%200%200%201%20.25.49l.008.021c.15.38.579.583.965.438a.75.75%200%200%200%20.44-.965l-.001-.002l-.001-.002l-.002-.005l-.006-.015a3.204%203.204%200%200%200-.087-.2a6.294%206.294%200%200%200-.27-.516a7.573%207.573%200%200%200-1.18-1.527C16.534%207.85%2014.725%206.75%2012%206.75c-2.726%200-4.535%201.1-5.655%202.22a7.573%207.573%200%200%200-1.18%201.527a6.262%206.262%200%200%200-.358.716l-.006.015c-.002.005-.162.75.436.974a.75.75%200%200%200%20.964-.436l.001-.002z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12%2010a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7zm-2%203.5a2%202%200%201%201%204%200a2%202%200%200%201-4%200z%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-24-regular.svg?color=%231a73e8&size=48