eye-tracking-sharp from Material Symbols by Google · Sharp · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
eye-tracking-sharp
Set
Material Symbols
Style
Sharp
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="M6 23H1v-5h2v3h3zm12 0v-2h3v-3h2v5zm-6-4.5q-3 0-5.437-1.775T3 12q1.125-2.95 3.563-4.725T12 5.5t5.438 1.775T21 12q-1.125 2.95-3.562 4.725T12 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.062-.437T10.5 12t.438-1.062T12 10.5t1.063.438T13.5 12t-.437 1.063T12 13.5M1 6V1h5v2H3v3zm20 0V3h-3V1h5v5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEyeTrackingSharp(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 23H1v-5h2v3h3zm12 0v-2h3v-3h2v5zm-6-4.5q-3 0-5.437-1.775T3 12q1.125-2.95 3.563-4.725T12 5.5t5.438 1.775T21 12q-1.125 2.95-3.562 4.725T12 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.062-.437T10.5 12t.438-1.062T12 10.5t1.063.438T13.5 12t-.437 1.063T12 13.5M1 6V1h5v2H3v3zm20 0V3h-3V1h5v5z"/></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 23H1v-5h2v3h3zm12 0v-2h3v-3h2v5zm-6-4.5q-3 0-5.437-1.775T3 12q1.125-2.95 3.563-4.725T12 5.5t5.438 1.775T21 12q-1.125 2.95-3.562 4.725T12 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.062-.437T10.5 12t.438-1.062T12 10.5t1.063.438T13.5 12t-.437 1.063T12 13.5M1 6V1h5v2H3v3zm20 0V3h-3V1h5v5z"/></svg>
</template>

CSS

.icon-eye-tracking-sharp {
  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%2023H1v-5h2v3h3zm12%200v-2h3v-3h2v5zm-6-4.5q-3%200-5.437-1.775T3%2012q1.125-2.95%203.563-4.725T12%205.5t5.438%201.775T21%2012q-1.125%202.95-3.562%204.725T12%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.062-.437T10.5%2012t.438-1.062T12%2010.5t1.063.438T13.5%2012t-.437%201.063T12%2013.5M1%206V1h5v2H3v3zm20%200V3h-3V1h5v5z%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%2023H1v-5h2v3h3zm12%200v-2h3v-3h2v5zm-6-4.5q-3%200-5.437-1.775T3%2012q1.125-2.95%203.563-4.725T12%205.5t5.438%201.775T21%2012q-1.125%202.95-3.562%204.725T12%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.062-.437T10.5%2012t.438-1.062T12%2010.5t1.063.438T13.5%2012t-.437%201.063T12%2013.5M1%206V1h5v2H3v3zm20%200V3h-3V1h5v5z%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-sharp.svg?color=%231a73e8&size=48