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

Name
dropper-eye-sharp
Set
Material Symbols Light
Style
Sharp
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.935-3.953l2.327 2.365l-3.954 3.954l1.823 1.854l-.708.707l-3.942-4.019L5 17.017V19h1.742q.154.28.317.521q.162.24.333.479zm11.135 2q-1.833 0-3.383-.94t-2.483-2.521q.933-1.581 2.483-2.522t3.382-.94t3.383.94T21 18.538q-.933 1.581-2.483 2.521q-1.55.941-3.382.941m1.256-2.206q.513-.513.513-1.256t-.513-1.255t-1.256-.514t-1.256.514t-.513 1.255t.513 1.256t1.256.514t1.256-.514m-1.963-.549q-.293-.293-.293-.707t.293-.706q.293-.294.707-.294q.413 0 .706.294t.294.706t-.294.707t-.706.293t-.707-.293"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDropperEyeSharp(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.935-3.953l2.327 2.365l-3.954 3.954l1.823 1.854l-.708.707l-3.942-4.019L5 17.017V19h1.742q.154.28.317.521q.162.24.333.479zm11.135 2q-1.833 0-3.383-.94t-2.483-2.521q.933-1.581 2.483-2.522t3.382-.94t3.383.94T21 18.538q-.933 1.581-2.483 2.521q-1.55.941-3.382.941m1.256-2.206q.513-.513.513-1.256t-.513-1.255t-1.256-.514t-1.256.514t-.513 1.255t.513 1.256t1.256.514t1.256-.514m-1.963-.549q-.293-.293-.293-.707t.293-.706q.293-.294.707-.294q.413 0 .706.294t.294.706t-.294.707t-.706.293t-.707-.293"/></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.935-3.953l2.327 2.365l-3.954 3.954l1.823 1.854l-.708.707l-3.942-4.019L5 17.017V19h1.742q.154.28.317.521q.162.24.333.479zm11.135 2q-1.833 0-3.383-.94t-2.483-2.521q.933-1.581 2.483-2.522t3.382-.94t3.383.94T21 18.538q-.933 1.581-2.483 2.521q-1.55.941-3.382.941m1.256-2.206q.513-.513.513-1.256t-.513-1.255t-1.256-.514t-1.256.514t-.513 1.255t.513 1.256t1.256.514t1.256-.514m-1.963-.549q-.293-.293-.293-.707t.293-.706q.293-.294.707-.294q.413 0 .706.294t.294.706t-.294.707t-.706.293t-.707-.293"/></svg>
</template>

CSS

.icon-dropper-eye-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%22M4%2020v-3.366l8.771-8.77l-1.81-1.791l.714-.707l2.329%202.303l3.935-3.953l2.327%202.365l-3.954%203.954l1.823%201.854l-.708.707l-3.942-4.019L5%2017.017V19h1.742q.154.28.317.521q.162.24.333.479zm11.135%202q-1.833%200-3.383-.94t-2.483-2.521q.933-1.581%202.483-2.522t3.382-.94t3.383.94T21%2018.538q-.933%201.581-2.483%202.521q-1.55.941-3.382.941m1.256-2.206q.513-.513.513-1.256t-.513-1.255t-1.256-.514t-1.256.514t-.513%201.255t.513%201.256t1.256.514t1.256-.514m-1.963-.549q-.293-.293-.293-.707t.293-.706q.293-.294.707-.294q.413%200%20.706.294t.294.706t-.294.707t-.706.293t-.707-.293%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.935-3.953l2.327%202.365l-3.954%203.954l1.823%201.854l-.708.707l-3.942-4.019L5%2017.017V19h1.742q.154.28.317.521q.162.24.333.479zm11.135%202q-1.833%200-3.383-.94t-2.483-2.521q.933-1.581%202.483-2.522t3.382-.94t3.383.94T21%2018.538q-.933%201.581-2.483%202.521q-1.55.941-3.382.941m1.256-2.206q.513-.513.513-1.256t-.513-1.255t-1.256-.514t-1.256.514t-.513%201.255t.513%201.256t1.256.514t1.256-.514m-1.963-.549q-.293-.293-.293-.707t.293-.706q.293-.294.707-.294q.413%200%20.706.294t.294.706t-.294.707t-.706.293t-.707-.293%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-sharp.svg?color=%231a73e8&size=48