dropper eye icon
dropper-eye-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- dropper-eye-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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.808 20q-.343 0-.576-.232T4 19.192v-1.886q0-.327.13-.633t.349-.523l8.292-8.286l-1.45-1.437q-.165-.148-.165-.345t.165-.363t.354-.153t.354.153l1.975 1.95l3.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.469 1.494q.134.151.14.36q.006.207-.14.353q-.165.166-.357.166t-.357-.166l-3.582-3.665L5 17.017V19h1.892q.213 0 .356.144t.144.357t-.144.356t-.356.143zm11.583-.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-.291M15.137 22q-1.573 0-2.94-.688q-1.366-.689-2.34-1.916q-.15-.187-.215-.397t-.065-.432q0-.22.065-.458q.066-.236.216-.428q.973-1.227 2.337-1.916t2.938-.688t2.939.688t2.34 1.916q.15.192.215.416t.065.441t-.065.442t-.215.416q-.973 1.227-2.338 1.915T15.137 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDropperEyeRounded(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.808 20q-.343 0-.576-.232T4 19.192v-1.886q0-.327.13-.633t.349-.523l8.292-8.286l-1.45-1.437q-.165-.148-.165-.345t.165-.363t.354-.153t.354.153l1.975 1.95l3.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.469 1.494q.134.151.14.36q.006.207-.14.353q-.165.166-.357.166t-.357-.166l-3.582-3.665L5 17.017V19h1.892q.213 0 .356.144t.144.357t-.144.356t-.356.143zm11.583-.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-.291M15.137 22q-1.573 0-2.94-.688q-1.366-.689-2.34-1.916q-.15-.187-.215-.397t-.065-.432q0-.22.065-.458q.066-.236.216-.428q.973-1.227 2.337-1.916t2.938-.688t2.939.688t2.34 1.916q.15.192.215.416t.065.441t-.065.442t-.215.416q-.973 1.227-2.338 1.915T15.137 22"/></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.808 20q-.343 0-.576-.232T4 19.192v-1.886q0-.327.13-.633t.349-.523l8.292-8.286l-1.45-1.437q-.165-.148-.165-.345t.165-.363t.354-.153t.354.153l1.975 1.95l3.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.469 1.494q.134.151.14.36q.006.207-.14.353q-.165.166-.357.166t-.357-.166l-3.582-3.665L5 17.017V19h1.892q.213 0 .356.144t.144.357t-.144.356t-.356.143zm11.583-.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-.291M15.137 22q-1.573 0-2.94-.688q-1.366-.689-2.34-1.916q-.15-.187-.215-.397t-.065-.432q0-.22.065-.458q.066-.236.216-.428q.973-1.227 2.337-1.916t2.938-.688t2.939.688t2.34 1.916q.15.192.215.416t.065.441t-.065.442t-.215.416q-.973 1.227-2.338 1.915T15.137 22"/></svg> </template>
CSS
.icon-dropper-eye-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%22M4.808%2020q-.343%200-.576-.232T4%2019.192v-1.886q0-.327.13-.633t.349-.523l8.292-8.286l-1.45-1.437q-.165-.148-.165-.345t.165-.363t.354-.153t.354.153l1.975%201.95l3.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.469%201.494q.134.151.14.36q.006.207-.14.353q-.165.166-.357.166t-.357-.166l-3.582-3.665L5%2017.017V19h1.892q.213%200%20.356.144t.144.357t-.144.356t-.356.143zm11.583-.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-.291M15.137%2022q-1.573%200-2.94-.688q-1.366-.689-2.34-1.916q-.15-.187-.215-.397t-.065-.432q0-.22.065-.458q.066-.236.216-.428q.973-1.227%202.337-1.916t2.938-.688t2.939.688t2.34%201.916q.15.192.215.416t.065.441t-.065.442t-.215.416q-.973%201.227-2.338%201.915T15.137%2022%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.808%2020q-.343%200-.576-.232T4%2019.192v-1.886q0-.327.13-.633t.349-.523l8.292-8.286l-1.45-1.437q-.165-.148-.165-.345t.165-.363t.354-.153t.354.153l1.975%201.95l3.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.469%201.494q.134.151.14.36q.006.207-.14.353q-.165.166-.357.166t-.357-.166l-3.582-3.665L5%2017.017V19h1.892q.213%200%20.356.144t.144.357t-.144.356t-.356.143zm11.583-.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-.291M15.137%2022q-1.573%200-2.94-.688q-1.366-.689-2.34-1.916q-.15-.187-.215-.397t-.065-.432q0-.22.065-.458q.066-.236.216-.428q.973-1.227%202.337-1.916t2.938-.688t2.939.688t2.34%201.916q.15.192.215.416t.065.441t-.065.442t-.215.416q-.973%201.227-2.338%201.915T15.137%2022%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-rounded.svg?color=%231a73e8&size=48