eye tracking icon
eye-tracking-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- eye-tracking-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
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 23q-.825 0-1.412-.587T1 21v-2q0-.425.288-.712T2 18t.713.288T3 19v2h2q.425 0 .713.288T6 22t-.288.713T5 23zm18 0h-2q-.425 0-.712-.288T18 22t.288-.712T19 21h2v-2q0-.425.288-.712T22 18t.713.288T23 19v2q0 .825-.587 1.413T21 23m-9-4.5q-2.65 0-4.9-1.4t-3.525-3.825q-.15-.3-.225-.612t-.075-.638q0-.35.075-.675t.225-.625Q4.85 8.3 7.1 6.9T12 5.5t4.9 1.4t3.525 3.825q.15.3.225.613t.075.662t-.075.663t-.225.612Q19.15 15.7 16.9 17.1T12 18.5m0-3q1.45 0 2.475-1.025T15.5 12t-1.025-2.475T12 8.5T9.525 9.525T8.5 12t1.025 2.475T12 15.5m0-2q-.625 0-1.063-.437T10.5 12t.438-1.062T12 10.5t1.063.438T13.5 12t-.437 1.063T12 13.5M23 3v2q0 .425-.288.713T22 6t-.712-.288T21 5V3h-2q-.425 0-.712-.288T18 2t.288-.712T19 1h2q.825 0 1.413.588T23 3M3 1h2q.425 0 .713.288T6 2t-.288.713T5 3H3v2q0 .425-.288.713T2 6t-.712-.288T1 5V3q0-.825.588-1.412T3 1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEyeTrackingRounded(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 23q-.825 0-1.412-.587T1 21v-2q0-.425.288-.712T2 18t.713.288T3 19v2h2q.425 0 .713.288T6 22t-.288.713T5 23zm18 0h-2q-.425 0-.712-.288T18 22t.288-.712T19 21h2v-2q0-.425.288-.712T22 18t.713.288T23 19v2q0 .825-.587 1.413T21 23m-9-4.5q-2.65 0-4.9-1.4t-3.525-3.825q-.15-.3-.225-.612t-.075-.638q0-.35.075-.675t.225-.625Q4.85 8.3 7.1 6.9T12 5.5t4.9 1.4t3.525 3.825q.15.3.225.613t.075.662t-.075.663t-.225.612Q19.15 15.7 16.9 17.1T12 18.5m0-3q1.45 0 2.475-1.025T15.5 12t-1.025-2.475T12 8.5T9.525 9.525T8.5 12t1.025 2.475T12 15.5m0-2q-.625 0-1.063-.437T10.5 12t.438-1.062T12 10.5t1.063.438T13.5 12t-.437 1.063T12 13.5M23 3v2q0 .425-.288.713T22 6t-.712-.288T21 5V3h-2q-.425 0-.712-.288T18 2t.288-.712T19 1h2q.825 0 1.413.588T23 3M3 1h2q.425 0 .713.288T6 2t-.288.713T5 3H3v2q0 .425-.288.713T2 6t-.712-.288T1 5V3q0-.825.588-1.412T3 1"/></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 23q-.825 0-1.412-.587T1 21v-2q0-.425.288-.712T2 18t.713.288T3 19v2h2q.425 0 .713.288T6 22t-.288.713T5 23zm18 0h-2q-.425 0-.712-.288T18 22t.288-.712T19 21h2v-2q0-.425.288-.712T22 18t.713.288T23 19v2q0 .825-.587 1.413T21 23m-9-4.5q-2.65 0-4.9-1.4t-3.525-3.825q-.15-.3-.225-.612t-.075-.638q0-.35.075-.675t.225-.625Q4.85 8.3 7.1 6.9T12 5.5t4.9 1.4t3.525 3.825q.15.3.225.613t.075.662t-.075.663t-.225.612Q19.15 15.7 16.9 17.1T12 18.5m0-3q1.45 0 2.475-1.025T15.5 12t-1.025-2.475T12 8.5T9.525 9.525T8.5 12t1.025 2.475T12 15.5m0-2q-.625 0-1.063-.437T10.5 12t.438-1.062T12 10.5t1.063.438T13.5 12t-.437 1.063T12 13.5M23 3v2q0 .425-.288.713T22 6t-.712-.288T21 5V3h-2q-.425 0-.712-.288T18 2t.288-.712T19 1h2q.825 0 1.413.588T23 3M3 1h2q.425 0 .713.288T6 2t-.288.713T5 3H3v2q0 .425-.288.713T2 6t-.712-.288T1 5V3q0-.825.588-1.412T3 1"/></svg> </template>
CSS
.icon-eye-tracking-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%2023q-.825%200-1.412-.587T1%2021v-2q0-.425.288-.712T2%2018t.713.288T3%2019v2h2q.425%200%20.713.288T6%2022t-.288.713T5%2023zm18%200h-2q-.425%200-.712-.288T18%2022t.288-.712T19%2021h2v-2q0-.425.288-.712T22%2018t.713.288T23%2019v2q0%20.825-.587%201.413T21%2023m-9-4.5q-2.65%200-4.9-1.4t-3.525-3.825q-.15-.3-.225-.612t-.075-.638q0-.35.075-.675t.225-.625Q4.85%208.3%207.1%206.9T12%205.5t4.9%201.4t3.525%203.825q.15.3.225.613t.075.662t-.075.663t-.225.612Q19.15%2015.7%2016.9%2017.1T12%2018.5m0-3q1.45%200%202.475-1.025T15.5%2012t-1.025-2.475T12%208.5T9.525%209.525T8.5%2012t1.025%202.475T12%2015.5m0-2q-.625%200-1.063-.437T10.5%2012t.438-1.062T12%2010.5t1.063.438T13.5%2012t-.437%201.063T12%2013.5M23%203v2q0%20.425-.288.713T22%206t-.712-.288T21%205V3h-2q-.425%200-.712-.288T18%202t.288-.712T19%201h2q.825%200%201.413.588T23%203M3%201h2q.425%200%20.713.288T6%202t-.288.713T5%203H3v2q0%20.425-.288.713T2%206t-.712-.288T1%205V3q0-.825.588-1.412T3%201%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%2023q-.825%200-1.412-.587T1%2021v-2q0-.425.288-.712T2%2018t.713.288T3%2019v2h2q.425%200%20.713.288T6%2022t-.288.713T5%2023zm18%200h-2q-.425%200-.712-.288T18%2022t.288-.712T19%2021h2v-2q0-.425.288-.712T22%2018t.713.288T23%2019v2q0%20.825-.587%201.413T21%2023m-9-4.5q-2.65%200-4.9-1.4t-3.525-3.825q-.15-.3-.225-.612t-.075-.638q0-.35.075-.675t.225-.625Q4.85%208.3%207.1%206.9T12%205.5t4.9%201.4t3.525%203.825q.15.3.225.613t.075.662t-.075.663t-.225.612Q19.15%2015.7%2016.9%2017.1T12%2018.5m0-3q1.45%200%202.475-1.025T15.5%2012t-1.025-2.475T12%208.5T9.525%209.525T8.5%2012t1.025%202.475T12%2015.5m0-2q-.625%200-1.063-.437T10.5%2012t.438-1.062T12%2010.5t1.063.438T13.5%2012t-.437%201.063T12%2013.5M23%203v2q0%20.425-.288.713T22%206t-.712-.288T21%205V3h-2q-.425%200-.712-.288T18%202t.288-.712T19%201h2q.825%200%201.413.588T23%203M3%201h2q.425%200%20.713.288T6%202t-.288.713T5%203H3v2q0%20.425-.288.713T2%206t-.712-.288T1%205V3q0-.825.588-1.412T3%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/eye-tracking-rounded.svg?color=%231a73e8&size=48