eye tracking icon
eye-tracking from Material Symbols Light by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- eye-tracking
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
Use the eye tracking icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.23 22H3.617q-.691 0-1.153-.462T2 20.385v-2.616h1v2.616q0 .269.173.442t.443.173H6.23zm11.54 0v-1h2.615q.269 0 .442-.173t.173-.442v-2.616h1v2.616q0 .69-.462 1.152T20.385 22zM12 17.73q-2.673 0-4.803-1.514Q5.067 14.7 3.981 12q1.086-2.7 3.216-4.216Q9.327 6.27 12 6.27t4.803 1.515T20.019 12q-1.086 2.7-3.216 4.216Q14.673 17.73 12 17.73m0-2.866q1.2 0 2.033-.832T14.866 12t-.833-2.033T12 9.135t-2.033.832T9.135 12t.832 2.033t2.033.833m0-1q-.779 0-1.322-.544q-.543-.543-.543-1.322t.543-1.322T12 10.135t1.322.543q.544.543.544 1.322t-.544 1.322q-.543.544-1.322.544M2 6.23V3.616q0-.691.463-1.153T3.616 2H6.23v1H3.616q-.27 0-.443.173T3 3.616V6.23zm19 0V3.616q0-.27-.173-.443T20.385 3h-2.616V2h2.616q.69 0 1.152.463T22 3.616V6.23z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEyeTracking(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="M6.23 22H3.617q-.691 0-1.153-.462T2 20.385v-2.616h1v2.616q0 .269.173.442t.443.173H6.23zm11.54 0v-1h2.615q.269 0 .442-.173t.173-.442v-2.616h1v2.616q0 .69-.462 1.152T20.385 22zM12 17.73q-2.673 0-4.803-1.514Q5.067 14.7 3.981 12q1.086-2.7 3.216-4.216Q9.327 6.27 12 6.27t4.803 1.515T20.019 12q-1.086 2.7-3.216 4.216Q14.673 17.73 12 17.73m0-2.866q1.2 0 2.033-.832T14.866 12t-.833-2.033T12 9.135t-2.033.832T9.135 12t.832 2.033t2.033.833m0-1q-.779 0-1.322-.544q-.543-.543-.543-1.322t.543-1.322T12 10.135t1.322.543q.544.543.544 1.322t-.544 1.322q-.543.544-1.322.544M2 6.23V3.616q0-.691.463-1.153T3.616 2H6.23v1H3.616q-.27 0-.443.173T3 3.616V6.23zm19 0V3.616q0-.27-.173-.443T20.385 3h-2.616V2h2.616q.69 0 1.152.463T22 3.616V6.23z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.23 22H3.617q-.691 0-1.153-.462T2 20.385v-2.616h1v2.616q0 .269.173.442t.443.173H6.23zm11.54 0v-1h2.615q.269 0 .442-.173t.173-.442v-2.616h1v2.616q0 .69-.462 1.152T20.385 22zM12 17.73q-2.673 0-4.803-1.514Q5.067 14.7 3.981 12q1.086-2.7 3.216-4.216Q9.327 6.27 12 6.27t4.803 1.515T20.019 12q-1.086 2.7-3.216 4.216Q14.673 17.73 12 17.73m0-2.866q1.2 0 2.033-.832T14.866 12t-.833-2.033T12 9.135t-2.033.832T9.135 12t.832 2.033t2.033.833m0-1q-.779 0-1.322-.544q-.543-.543-.543-1.322t.543-1.322T12 10.135t1.322.543q.544.543.544 1.322t-.544 1.322q-.543.544-1.322.544M2 6.23V3.616q0-.691.463-1.153T3.616 2H6.23v1H3.616q-.27 0-.443.173T3 3.616V6.23zm19 0V3.616q0-.27-.173-.443T20.385 3h-2.616V2h2.616q.69 0 1.152.463T22 3.616V6.23z"/></svg> </template>
CSS
.icon-eye-tracking {
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%22M6.23%2022H3.617q-.691%200-1.153-.462T2%2020.385v-2.616h1v2.616q0%20.269.173.442t.443.173H6.23zm11.54%200v-1h2.615q.269%200%20.442-.173t.173-.442v-2.616h1v2.616q0%20.69-.462%201.152T20.385%2022zM12%2017.73q-2.673%200-4.803-1.514Q5.067%2014.7%203.981%2012q1.086-2.7%203.216-4.216Q9.327%206.27%2012%206.27t4.803%201.515T20.019%2012q-1.086%202.7-3.216%204.216Q14.673%2017.73%2012%2017.73m0-2.866q1.2%200%202.033-.832T14.866%2012t-.833-2.033T12%209.135t-2.033.832T9.135%2012t.832%202.033t2.033.833m0-1q-.779%200-1.322-.544q-.543-.543-.543-1.322t.543-1.322T12%2010.135t1.322.543q.544.543.544%201.322t-.544%201.322q-.543.544-1.322.544M2%206.23V3.616q0-.691.463-1.153T3.616%202H6.23v1H3.616q-.27%200-.443.173T3%203.616V6.23zm19%200V3.616q0-.27-.173-.443T20.385%203h-2.616V2h2.616q.69%200%201.152.463T22%203.616V6.23z%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%22M6.23%2022H3.617q-.691%200-1.153-.462T2%2020.385v-2.616h1v2.616q0%20.269.173.442t.443.173H6.23zm11.54%200v-1h2.615q.269%200%20.442-.173t.173-.442v-2.616h1v2.616q0%20.69-.462%201.152T20.385%2022zM12%2017.73q-2.673%200-4.803-1.514Q5.067%2014.7%203.981%2012q1.086-2.7%203.216-4.216Q9.327%206.27%2012%206.27t4.803%201.515T20.019%2012q-1.086%202.7-3.216%204.216Q14.673%2017.73%2012%2017.73m0-2.866q1.2%200%202.033-.832T14.866%2012t-.833-2.033T12%209.135t-2.033.832T9.135%2012t.832%202.033t2.033.833m0-1q-.779%200-1.322-.544q-.543-.543-.543-1.322t.543-1.322T12%2010.135t1.322.543q.544.543.544%201.322t-.544%201.322q-.543.544-1.322.544M2%206.23V3.616q0-.691.463-1.153T3.616%202H6.23v1H3.616q-.27%200-.443.173T3%203.616V6.23zm19%200V3.616q0-.27-.173-.443T20.385%203h-2.616V2h2.616q.69%200%201.152.463T22%203.616V6.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/eye-tracking.svg?color=%231a73e8&size=48