eye tracking on icon
eye-tracking-on-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- eye-tracking-on-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><g fill="none"><path d="M2 4a2 2 0 0 1 2-2h1.5a.5.5 0 0 1 0 1H4a1 1 0 0 0-1 1v1.5a.5.5 0 0 1-1 0V4z" fill="currentColor"/><path d="M2 12a2 2 0 0 0 2 2h1.5a.5.5 0 0 0 0-1H4a1 1 0 0 1-1-1v-1.5a.5.5 0 0 0-1 0V12z" fill="currentColor"/><path d="M12 2a2 2 0 0 1 2 2v1.5a.5.5 0 0 1-1 0V4a1 1 0 0 0-1-1h-1.5a.5.5 0 0 1 0-1H12z" fill="currentColor"/><path d="M14 12a2 2 0 0 1-2 2h-1.5a.5.5 0 0 1 0-1H12a1 1 0 0 0 1-1v-1.5a.5.5 0 0 1 1 0V12z" fill="currentColor"/><path d="M5.5 9a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0z" fill="currentColor"/><path d="M3.314 7.964a.5.5 0 0 0 .65-.278v.001l.005-.011l.028-.06c.027-.055.072-.137.136-.24a3.73 3.73 0 0 1 .64-.756C5.376 6.073 6.384 5.5 8 5.5c1.617 0 2.624.573 3.226 1.12c.305.277.512.553.64.757a2.752 2.752 0 0 1 .165.299s.244.452.655.288a.5.5 0 0 0 .278-.65c-.107-.223 0 0 0 0v-.002l-.002-.004l-.005-.01a1.809 1.809 0 0 0-.06-.129a3.783 3.783 0 0 0-.186-.327a4.733 4.733 0 0 0-.812-.962c-.774-.703-2.017-1.38-3.9-1.38c-1.882 0-3.125.677-3.898 1.38a4.73 4.73 0 0 0-.813.962a3.753 3.753 0 0 0-.246.456l-.004.01l-.002.005v.001a.5.5 0 0 0 .278.65z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEyeTrackingOn16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path d="M2 4a2 2 0 0 1 2-2h1.5a.5.5 0 0 1 0 1H4a1 1 0 0 0-1 1v1.5a.5.5 0 0 1-1 0V4z" fill="currentColor"/><path d="M2 12a2 2 0 0 0 2 2h1.5a.5.5 0 0 0 0-1H4a1 1 0 0 1-1-1v-1.5a.5.5 0 0 0-1 0V12z" fill="currentColor"/><path d="M12 2a2 2 0 0 1 2 2v1.5a.5.5 0 0 1-1 0V4a1 1 0 0 0-1-1h-1.5a.5.5 0 0 1 0-1H12z" fill="currentColor"/><path d="M14 12a2 2 0 0 1-2 2h-1.5a.5.5 0 0 1 0-1H12a1 1 0 0 0 1-1v-1.5a.5.5 0 0 1 1 0V12z" fill="currentColor"/><path d="M5.5 9a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0z" fill="currentColor"/><path d="M3.314 7.964a.5.5 0 0 0 .65-.278v.001l.005-.011l.028-.06c.027-.055.072-.137.136-.24a3.73 3.73 0 0 1 .64-.756C5.376 6.073 6.384 5.5 8 5.5c1.617 0 2.624.573 3.226 1.12c.305.277.512.553.64.757a2.752 2.752 0 0 1 .165.299s.244.452.655.288a.5.5 0 0 0 .278-.65c-.107-.223 0 0 0 0v-.002l-.002-.004l-.005-.01a1.809 1.809 0 0 0-.06-.129a3.783 3.783 0 0 0-.186-.327a4.733 4.733 0 0 0-.812-.962c-.774-.703-2.017-1.38-3.9-1.38c-1.882 0-3.125.677-3.898 1.38a4.73 4.73 0 0 0-.813.962a3.753 3.753 0 0 0-.246.456l-.004.01l-.002.005v.001a.5.5 0 0 0 .278.65z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path d="M2 4a2 2 0 0 1 2-2h1.5a.5.5 0 0 1 0 1H4a1 1 0 0 0-1 1v1.5a.5.5 0 0 1-1 0V4z" fill="currentColor"/><path d="M2 12a2 2 0 0 0 2 2h1.5a.5.5 0 0 0 0-1H4a1 1 0 0 1-1-1v-1.5a.5.5 0 0 0-1 0V12z" fill="currentColor"/><path d="M12 2a2 2 0 0 1 2 2v1.5a.5.5 0 0 1-1 0V4a1 1 0 0 0-1-1h-1.5a.5.5 0 0 1 0-1H12z" fill="currentColor"/><path d="M14 12a2 2 0 0 1-2 2h-1.5a.5.5 0 0 1 0-1H12a1 1 0 0 0 1-1v-1.5a.5.5 0 0 1 1 0V12z" fill="currentColor"/><path d="M5.5 9a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0z" fill="currentColor"/><path d="M3.314 7.964a.5.5 0 0 0 .65-.278v.001l.005-.011l.028-.06c.027-.055.072-.137.136-.24a3.73 3.73 0 0 1 .64-.756C5.376 6.073 6.384 5.5 8 5.5c1.617 0 2.624.573 3.226 1.12c.305.277.512.553.64.757a2.752 2.752 0 0 1 .165.299s.244.452.655.288a.5.5 0 0 0 .278-.65c-.107-.223 0 0 0 0v-.002l-.002-.004l-.005-.01a1.809 1.809 0 0 0-.06-.129a3.783 3.783 0 0 0-.186-.327a4.733 4.733 0 0 0-.812-.962c-.774-.703-2.017-1.38-3.9-1.38c-1.882 0-3.125.677-3.898 1.38a4.73 4.73 0 0 0-.813.962a3.753 3.753 0 0 0-.246.456l-.004.01l-.002.005v.001a.5.5 0 0 0 .278.65z" fill="currentColor"/></g></svg> </template>
CSS
.icon-eye-tracking-on-16-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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2%204a2%202%200%200%201%202-2h1.5a.5.5%200%200%201%200%201H4a1%201%200%200%200-1%201v1.5a.5.5%200%200%201-1%200V4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M2%2012a2%202%200%200%200%202%202h1.5a.5.5%200%200%200%200-1H4a1%201%200%200%201-1-1v-1.5a.5.5%200%200%200-1%200V12z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12%202a2%202%200%200%201%202%202v1.5a.5.5%200%200%201-1%200V4a1%201%200%200%200-1-1h-1.5a.5.5%200%200%201%200-1H12z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14%2012a2%202%200%200%201-2%202h-1.5a.5.5%200%200%201%200-1H12a1%201%200%200%200%201-1v-1.5a.5.5%200%200%201%201%200V12z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M5.5%209a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M3.314%207.964a.5.5%200%200%200%20.65-.278v.001l.005-.011l.028-.06c.027-.055.072-.137.136-.24a3.73%203.73%200%200%201%20.64-.756C5.376%206.073%206.384%205.5%208%205.5c1.617%200%202.624.573%203.226%201.12c.305.277.512.553.64.757a2.752%202.752%200%200%201%20.165.299s.244.452.655.288a.5.5%200%200%200%20.278-.65c-.107-.223%200%200%200%200v-.002l-.002-.004l-.005-.01a1.809%201.809%200%200%200-.06-.129a3.783%203.783%200%200%200-.186-.327a4.733%204.733%200%200%200-.812-.962c-.774-.703-2.017-1.38-3.9-1.38c-1.882%200-3.125.677-3.898%201.38a4.73%204.73%200%200%200-.813.962a3.753%203.753%200%200%200-.246.456l-.004.01l-.002.005v.001a.5.5%200%200%200%20.278.65z%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2%204a2%202%200%200%201%202-2h1.5a.5.5%200%200%201%200%201H4a1%201%200%200%200-1%201v1.5a.5.5%200%200%201-1%200V4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M2%2012a2%202%200%200%200%202%202h1.5a.5.5%200%200%200%200-1H4a1%201%200%200%201-1-1v-1.5a.5.5%200%200%200-1%200V12z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12%202a2%202%200%200%201%202%202v1.5a.5.5%200%200%201-1%200V4a1%201%200%200%200-1-1h-1.5a.5.5%200%200%201%200-1H12z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14%2012a2%202%200%200%201-2%202h-1.5a.5.5%200%200%201%200-1H12a1%201%200%200%200%201-1v-1.5a.5.5%200%200%201%201%200V12z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M5.5%209a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M3.314%207.964a.5.5%200%200%200%20.65-.278v.001l.005-.011l.028-.06c.027-.055.072-.137.136-.24a3.73%203.73%200%200%201%20.64-.756C5.376%206.073%206.384%205.5%208%205.5c1.617%200%202.624.573%203.226%201.12c.305.277.512.553.64.757a2.752%202.752%200%200%201%20.165.299s.244.452.655.288a.5.5%200%200%200%20.278-.65c-.107-.223%200%200%200%200v-.002l-.002-.004l-.005-.01a1.809%201.809%200%200%200-.06-.129a3.783%203.783%200%200%200-.186-.327a4.733%204.733%200%200%200-.812-.962c-.774-.703-2.017-1.38-3.9-1.38c-1.882%200-3.125.677-3.898%201.38a4.73%204.73%200%200%200-.813.962a3.753%203.753%200%200%200-.246.456l-.004.01l-.002.005v.001a.5.5%200%200%200%20.278.65z%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-16-filled.svg?color=%231a73e8&size=48