eye tracking icon
eye-tracking-outline-rounded from Material Symbols Light by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- eye-tracking-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- 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="M3.616 22q-.691 0-1.153-.462T2 20.385v-2.116q0-.213.143-.356t.357-.144t.357.144t.143.356v2.116q0 .269.173.442t.443.173H5.73q.213 0 .357.143t.143.357t-.143.357T5.73 22zm16.769 0h-2.116q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h2.116q.269 0 .442-.173t.173-.442v-2.116q0-.213.143-.356t.357-.144t.357.144t.143.356v2.116q0 .69-.463 1.153T20.385 22M12 17.73q-2.42 0-4.39-1.226q-1.972-1.227-3.15-3.46q-.131-.242-.187-.497t-.056-.522q0-.273.056-.55t.187-.52q1.178-2.232 3.15-3.459Q9.58 6.27 12 6.27t4.39 1.227t3.15 3.46q.131.242.187.507t.056.537t-.056.538t-.186.506q-1.18 2.233-3.15 3.46Q14.419 17.73 12 17.73m0-1q2.277 0 4.083-1.239T18.92 12q-1.032-2.254-2.838-3.492T12 7.269T7.917 8.508T5.08 12q1.033 2.254 2.838 3.492T12 16.731m0-1.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.544m10-10.25V5.73q0 .213-.143.356t-.357.144t-.357-.143T21 5.73V3.616q0-.27-.173-.443T20.385 3h-2.116q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h2.116q.69 0 1.152.463T22 3.616M3.616 2H5.73q.213 0 .357.143t.143.357t-.143.357T5.73 3H3.616q-.27 0-.443.173T3 3.616V5.73q0 .213-.143.357T2.5 6.23t-.357-.143T2 5.73V3.616q0-.691.463-1.153T3.616 2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEyeTrackingOutlineRounded(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.616 22q-.691 0-1.153-.462T2 20.385v-2.116q0-.213.143-.356t.357-.144t.357.144t.143.356v2.116q0 .269.173.442t.443.173H5.73q.213 0 .357.143t.143.357t-.143.357T5.73 22zm16.769 0h-2.116q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h2.116q.269 0 .442-.173t.173-.442v-2.116q0-.213.143-.356t.357-.144t.357.144t.143.356v2.116q0 .69-.463 1.153T20.385 22M12 17.73q-2.42 0-4.39-1.226q-1.972-1.227-3.15-3.46q-.131-.242-.187-.497t-.056-.522q0-.273.056-.55t.187-.52q1.178-2.232 3.15-3.459Q9.58 6.27 12 6.27t4.39 1.227t3.15 3.46q.131.242.187.507t.056.537t-.056.538t-.186.506q-1.18 2.233-3.15 3.46Q14.419 17.73 12 17.73m0-1q2.277 0 4.083-1.239T18.92 12q-1.032-2.254-2.838-3.492T12 7.269T7.917 8.508T5.08 12q1.033 2.254 2.838 3.492T12 16.731m0-1.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.544m10-10.25V5.73q0 .213-.143.356t-.357.144t-.357-.143T21 5.73V3.616q0-.27-.173-.443T20.385 3h-2.116q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h2.116q.69 0 1.152.463T22 3.616M3.616 2H5.73q.213 0 .357.143t.143.357t-.143.357T5.73 3H3.616q-.27 0-.443.173T3 3.616V5.73q0 .213-.143.357T2.5 6.23t-.357-.143T2 5.73V3.616q0-.691.463-1.153T3.616 2"/></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.616 22q-.691 0-1.153-.462T2 20.385v-2.116q0-.213.143-.356t.357-.144t.357.144t.143.356v2.116q0 .269.173.442t.443.173H5.73q.213 0 .357.143t.143.357t-.143.357T5.73 22zm16.769 0h-2.116q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h2.116q.269 0 .442-.173t.173-.442v-2.116q0-.213.143-.356t.357-.144t.357.144t.143.356v2.116q0 .69-.463 1.153T20.385 22M12 17.73q-2.42 0-4.39-1.226q-1.972-1.227-3.15-3.46q-.131-.242-.187-.497t-.056-.522q0-.273.056-.55t.187-.52q1.178-2.232 3.15-3.459Q9.58 6.27 12 6.27t4.39 1.227t3.15 3.46q.131.242.187.507t.056.537t-.056.538t-.186.506q-1.18 2.233-3.15 3.46Q14.419 17.73 12 17.73m0-1q2.277 0 4.083-1.239T18.92 12q-1.032-2.254-2.838-3.492T12 7.269T7.917 8.508T5.08 12q1.033 2.254 2.838 3.492T12 16.731m0-1.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.544m10-10.25V5.73q0 .213-.143.356t-.357.144t-.357-.143T21 5.73V3.616q0-.27-.173-.443T20.385 3h-2.116q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h2.116q.69 0 1.152.463T22 3.616M3.616 2H5.73q.213 0 .357.143t.143.357t-.143.357T5.73 3H3.616q-.27 0-.443.173T3 3.616V5.73q0 .213-.143.357T2.5 6.23t-.357-.143T2 5.73V3.616q0-.691.463-1.153T3.616 2"/></svg> </template>
CSS
.icon-eye-tracking-outline-rounded {
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.616%2022q-.691%200-1.153-.462T2%2020.385v-2.116q0-.213.143-.356t.357-.144t.357.144t.143.356v2.116q0%20.269.173.442t.443.173H5.73q.213%200%20.357.143t.143.357t-.143.357T5.73%2022zm16.769%200h-2.116q-.213%200-.356-.143t-.144-.357t.144-.357t.356-.143h2.116q.269%200%20.442-.173t.173-.442v-2.116q0-.213.143-.356t.357-.144t.357.144t.143.356v2.116q0%20.69-.463%201.153T20.385%2022M12%2017.73q-2.42%200-4.39-1.226q-1.972-1.227-3.15-3.46q-.131-.242-.187-.497t-.056-.522q0-.273.056-.55t.187-.52q1.178-2.232%203.15-3.459Q9.58%206.27%2012%206.27t4.39%201.227t3.15%203.46q.131.242.187.507t.056.537t-.056.538t-.186.506q-1.18%202.233-3.15%203.46Q14.419%2017.73%2012%2017.73m0-1q2.277%200%204.083-1.239T18.92%2012q-1.032-2.254-2.838-3.492T12%207.269T7.917%208.508T5.08%2012q1.033%202.254%202.838%203.492T12%2016.731m0-1.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.544m10-10.25V5.73q0%20.213-.143.356t-.357.144t-.357-.143T21%205.73V3.616q0-.27-.173-.443T20.385%203h-2.116q-.213%200-.356-.143t-.144-.357t.144-.357t.356-.143h2.116q.69%200%201.152.463T22%203.616M3.616%202H5.73q.213%200%20.357.143t.143.357t-.143.357T5.73%203H3.616q-.27%200-.443.173T3%203.616V5.73q0%20.213-.143.357T2.5%206.23t-.357-.143T2%205.73V3.616q0-.691.463-1.153T3.616%202%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.616%2022q-.691%200-1.153-.462T2%2020.385v-2.116q0-.213.143-.356t.357-.144t.357.144t.143.356v2.116q0%20.269.173.442t.443.173H5.73q.213%200%20.357.143t.143.357t-.143.357T5.73%2022zm16.769%200h-2.116q-.213%200-.356-.143t-.144-.357t.144-.357t.356-.143h2.116q.269%200%20.442-.173t.173-.442v-2.116q0-.213.143-.356t.357-.144t.357.144t.143.356v2.116q0%20.69-.463%201.153T20.385%2022M12%2017.73q-2.42%200-4.39-1.226q-1.972-1.227-3.15-3.46q-.131-.242-.187-.497t-.056-.522q0-.273.056-.55t.187-.52q1.178-2.232%203.15-3.459Q9.58%206.27%2012%206.27t4.39%201.227t3.15%203.46q.131.242.187.507t.056.537t-.056.538t-.186.506q-1.18%202.233-3.15%203.46Q14.419%2017.73%2012%2017.73m0-1q2.277%200%204.083-1.239T18.92%2012q-1.032-2.254-2.838-3.492T12%207.269T7.917%208.508T5.08%2012q1.033%202.254%202.838%203.492T12%2016.731m0-1.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.544m10-10.25V5.73q0%20.213-.143.356t-.357.144t-.357-.143T21%205.73V3.616q0-.27-.173-.443T20.385%203h-2.116q-.213%200-.356-.143t-.144-.357t.144-.357t.356-.143h2.116q.69%200%201.152.463T22%203.616M3.616%202H5.73q.213%200%20.357.143t.143.357t-.143.357T5.73%203H3.616q-.27%200-.443.173T3%203.616V5.73q0%20.213-.143.357T2.5%206.23t-.357-.143T2%205.73V3.616q0-.691.463-1.153T3.616%202%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-outline-rounded.svg?color=%231a73e8&size=48