dropper-eye from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
dropper-eye
Set
Material Symbols Light
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the dropper eye icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20v-3.366l8.771-8.77l-1.81-1.791l.714-.707l2.329 2.303l3.465-3.484q.082-.082.205-.13q.122-.05.25-.05q.129 0 .24.047q.113.046.225.133l1.427 1.446q.08.092.13.2t.048.24q0 .133-.049.256q-.048.122-.13.204l-3.503 3.504l1.823 1.854l-.708.707l-3.942-4.019L5 17.017V19h1.742q.154.28.317.521q.162.24.333.479zm11.134 2q-1.832 0-3.382-.94t-2.483-2.521q.933-1.581 2.483-2.522t3.383-.94t3.382.94T21 18.538q-.933 1.581-2.483 2.521q-1.55.941-3.383.941m1.257-2.205q.513-.513.513-1.256t-.513-1.256t-1.256-.514t-1.256.513t-.513 1.256t.512 1.256t1.256.514t1.257-.513m-1.963-.548q-.293-.29-.293-.706t.29-.71t.707-.292q.416 0 .71.29t.293.707t-.291.71t-.707.293t-.709-.291"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDropperEye(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="M4 20v-3.366l8.771-8.77l-1.81-1.791l.714-.707l2.329 2.303l3.465-3.484q.082-.082.205-.13q.122-.05.25-.05q.129 0 .24.047q.113.046.225.133l1.427 1.446q.08.092.13.2t.048.24q0 .133-.049.256q-.048.122-.13.204l-3.503 3.504l1.823 1.854l-.708.707l-3.942-4.019L5 17.017V19h1.742q.154.28.317.521q.162.24.333.479zm11.134 2q-1.832 0-3.382-.94t-2.483-2.521q.933-1.581 2.483-2.522t3.383-.94t3.382.94T21 18.538q-.933 1.581-2.483 2.521q-1.55.941-3.383.941m1.257-2.205q.513-.513.513-1.256t-.513-1.256t-1.256-.514t-1.256.513t-.513 1.256t.512 1.256t1.256.514t1.257-.513m-1.963-.548q-.293-.29-.293-.706t.29-.71t.707-.292q.416 0 .71.29t.293.707t-.291.71t-.707.293t-.709-.291"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20v-3.366l8.771-8.77l-1.81-1.791l.714-.707l2.329 2.303l3.465-3.484q.082-.082.205-.13q.122-.05.25-.05q.129 0 .24.047q.113.046.225.133l1.427 1.446q.08.092.13.2t.048.24q0 .133-.049.256q-.048.122-.13.204l-3.503 3.504l1.823 1.854l-.708.707l-3.942-4.019L5 17.017V19h1.742q.154.28.317.521q.162.24.333.479zm11.134 2q-1.832 0-3.382-.94t-2.483-2.521q.933-1.581 2.483-2.522t3.383-.94t3.382.94T21 18.538q-.933 1.581-2.483 2.521q-1.55.941-3.383.941m1.257-2.205q.513-.513.513-1.256t-.513-1.256t-1.256-.514t-1.256.513t-.513 1.256t.512 1.256t1.256.514t1.257-.513m-1.963-.548q-.293-.29-.293-.706t.29-.71t.707-.292q.416 0 .71.29t.293.707t-.291.71t-.707.293t-.709-.291"/></svg>
</template>

CSS

.icon-dropper-eye {
  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%22M4%2020v-3.366l8.771-8.77l-1.81-1.791l.714-.707l2.329%202.303l3.465-3.484q.082-.082.205-.13q.122-.05.25-.05q.129%200%20.24.047q.113.046.225.133l1.427%201.446q.08.092.13.2t.048.24q0%20.133-.049.256q-.048.122-.13.204l-3.503%203.504l1.823%201.854l-.708.707l-3.942-4.019L5%2017.017V19h1.742q.154.28.317.521q.162.24.333.479zm11.134%202q-1.832%200-3.382-.94t-2.483-2.521q.933-1.581%202.483-2.522t3.383-.94t3.382.94T21%2018.538q-.933%201.581-2.483%202.521q-1.55.941-3.383.941m1.257-2.205q.513-.513.513-1.256t-.513-1.256t-1.256-.514t-1.256.513t-.513%201.256t.512%201.256t1.256.514t1.257-.513m-1.963-.548q-.293-.29-.293-.706t.29-.71t.707-.292q.416%200%20.71.29t.293.707t-.291.71t-.707.293t-.709-.291%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%22M4%2020v-3.366l8.771-8.77l-1.81-1.791l.714-.707l2.329%202.303l3.465-3.484q.082-.082.205-.13q.122-.05.25-.05q.129%200%20.24.047q.113.046.225.133l1.427%201.446q.08.092.13.2t.048.24q0%20.133-.049.256q-.048.122-.13.204l-3.503%203.504l1.823%201.854l-.708.707l-3.942-4.019L5%2017.017V19h1.742q.154.28.317.521q.162.24.333.479zm11.134%202q-1.832%200-3.382-.94t-2.483-2.521q.933-1.581%202.483-2.522t3.383-.94t3.382.94T21%2018.538q-.933%201.581-2.483%202.521q-1.55.941-3.383.941m1.257-2.205q.513-.513.513-1.256t-.513-1.256t-1.256-.514t-1.256.513t-.513%201.256t.512%201.256t1.256.514t1.257-.513m-1.963-.548q-.293-.29-.293-.706t.29-.71t.707-.292q.416%200%20.71.29t.293.707t-.291.71t-.707.293t-.709-.291%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/dropper-eye.svg?color=%231a73e8&size=48