dropper eye icon
dropper-eye-outline-rounded from Material Symbols Light by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- dropper-eye-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="m15.62 9.271l3.23-3.196l-.925-.925l-3.208 3.227zm0 0l-.903-.894zm2.135 11.06q1.234-.67 2.072-1.792q-.838-1.123-2.072-1.793t-2.62-.669t-2.62.67t-2.073 1.792q.839 1.123 2.073 1.792t2.62.669t2.62-.67m-3.327-1.085q-.294-.293-.294-.707t.294-.706q.293-.294.707-.294q.413 0 .706.294t.294.706t-.294.707t-.707.293t-.706-.293M15.135 22q-1.571 0-2.938-.688q-1.366-.689-2.34-1.916q-.15-.187-.215-.4q-.065-.215-.065-.433t.065-.454q.066-.236.216-.428q.973-1.227 2.339-1.916t2.938-.688q1.57 0 2.937.688q1.367.689 2.34 1.916q.15.192.215.416t.065.441t-.065.442t-.215.416q-.973 1.227-2.34 1.915q-1.366.689-2.937.689M4.808 20q-.348 0-.578-.23T4 19.192v-1.886q0-.323.13-.631t.349-.525l8.292-8.286l-1.45-1.437q-.165-.146-.165-.344t.165-.364t.354-.153t.354.153l1.975 1.95l3.465-3.484q.087-.087.207-.133t.243-.046q.142 0 .25.046t.22.133l1.426 1.446q.087.092.133.2t.046.25q0 .123-.046.243t-.133.207l-3.503 3.504l1.469 1.494q.14.146.143.357q.003.21-.143.356q-.165.166-.357.166t-.357-.166l-3.582-3.665L5 17.017V19h1.892q.214 0 .357.143t.143.357t-.143.357t-.357.143z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDropperEyeOutlineRounded(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="m15.62 9.271l3.23-3.196l-.925-.925l-3.208 3.227zm0 0l-.903-.894zm2.135 11.06q1.234-.67 2.072-1.792q-.838-1.123-2.072-1.793t-2.62-.669t-2.62.67t-2.073 1.792q.839 1.123 2.073 1.792t2.62.669t2.62-.67m-3.327-1.085q-.294-.293-.294-.707t.294-.706q.293-.294.707-.294q.413 0 .706.294t.294.706t-.294.707t-.707.293t-.706-.293M15.135 22q-1.571 0-2.938-.688q-1.366-.689-2.34-1.916q-.15-.187-.215-.4q-.065-.215-.065-.433t.065-.454q.066-.236.216-.428q.973-1.227 2.339-1.916t2.938-.688q1.57 0 2.937.688q1.367.689 2.34 1.916q.15.192.215.416t.065.441t-.065.442t-.215.416q-.973 1.227-2.34 1.915q-1.366.689-2.937.689M4.808 20q-.348 0-.578-.23T4 19.192v-1.886q0-.323.13-.631t.349-.525l8.292-8.286l-1.45-1.437q-.165-.146-.165-.344t.165-.364t.354-.153t.354.153l1.975 1.95l3.465-3.484q.087-.087.207-.133t.243-.046q.142 0 .25.046t.22.133l1.426 1.446q.087.092.133.2t.046.25q0 .123-.046.243t-.133.207l-3.503 3.504l1.469 1.494q.14.146.143.357q.003.21-.143.356q-.165.166-.357.166t-.357-.166l-3.582-3.665L5 17.017V19h1.892q.214 0 .357.143t.143.357t-.143.357t-.357.143z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.62 9.271l3.23-3.196l-.925-.925l-3.208 3.227zm0 0l-.903-.894zm2.135 11.06q1.234-.67 2.072-1.792q-.838-1.123-2.072-1.793t-2.62-.669t-2.62.67t-2.073 1.792q.839 1.123 2.073 1.792t2.62.669t2.62-.67m-3.327-1.085q-.294-.293-.294-.707t.294-.706q.293-.294.707-.294q.413 0 .706.294t.294.706t-.294.707t-.707.293t-.706-.293M15.135 22q-1.571 0-2.938-.688q-1.366-.689-2.34-1.916q-.15-.187-.215-.4q-.065-.215-.065-.433t.065-.454q.066-.236.216-.428q.973-1.227 2.339-1.916t2.938-.688q1.57 0 2.937.688q1.367.689 2.34 1.916q.15.192.215.416t.065.441t-.065.442t-.215.416q-.973 1.227-2.34 1.915q-1.366.689-2.937.689M4.808 20q-.348 0-.578-.23T4 19.192v-1.886q0-.323.13-.631t.349-.525l8.292-8.286l-1.45-1.437q-.165-.146-.165-.344t.165-.364t.354-.153t.354.153l1.975 1.95l3.465-3.484q.087-.087.207-.133t.243-.046q.142 0 .25.046t.22.133l1.426 1.446q.087.092.133.2t.046.25q0 .123-.046.243t-.133.207l-3.503 3.504l1.469 1.494q.14.146.143.357q.003.21-.143.356q-.165.166-.357.166t-.357-.166l-3.582-3.665L5 17.017V19h1.892q.214 0 .357.143t.143.357t-.143.357t-.357.143z"/></svg> </template>
CSS
.icon-dropper-eye-outline-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%22m15.62%209.271l3.23-3.196l-.925-.925l-3.208%203.227zm0%200l-.903-.894zm2.135%2011.06q1.234-.67%202.072-1.792q-.838-1.123-2.072-1.793t-2.62-.669t-2.62.67t-2.073%201.792q.839%201.123%202.073%201.792t2.62.669t2.62-.67m-3.327-1.085q-.294-.293-.294-.707t.294-.706q.293-.294.707-.294q.413%200%20.706.294t.294.706t-.294.707t-.707.293t-.706-.293M15.135%2022q-1.571%200-2.938-.688q-1.366-.689-2.34-1.916q-.15-.187-.215-.4q-.065-.215-.065-.433t.065-.454q.066-.236.216-.428q.973-1.227%202.339-1.916t2.938-.688q1.57%200%202.937.688q1.367.689%202.34%201.916q.15.192.215.416t.065.441t-.065.442t-.215.416q-.973%201.227-2.34%201.915q-1.366.689-2.937.689M4.808%2020q-.348%200-.578-.23T4%2019.192v-1.886q0-.323.13-.631t.349-.525l8.292-8.286l-1.45-1.437q-.165-.146-.165-.344t.165-.364t.354-.153t.354.153l1.975%201.95l3.465-3.484q.087-.087.207-.133t.243-.046q.142%200%20.25.046t.22.133l1.426%201.446q.087.092.133.2t.046.25q0%20.123-.046.243t-.133.207l-3.503%203.504l1.469%201.494q.14.146.143.357q.003.21-.143.356q-.165.166-.357.166t-.357-.166l-3.582-3.665L5%2017.017V19h1.892q.214%200%20.357.143t.143.357t-.143.357t-.357.143z%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%22m15.62%209.271l3.23-3.196l-.925-.925l-3.208%203.227zm0%200l-.903-.894zm2.135%2011.06q1.234-.67%202.072-1.792q-.838-1.123-2.072-1.793t-2.62-.669t-2.62.67t-2.073%201.792q.839%201.123%202.073%201.792t2.62.669t2.62-.67m-3.327-1.085q-.294-.293-.294-.707t.294-.706q.293-.294.707-.294q.413%200%20.706.294t.294.706t-.294.707t-.707.293t-.706-.293M15.135%2022q-1.571%200-2.938-.688q-1.366-.689-2.34-1.916q-.15-.187-.215-.4q-.065-.215-.065-.433t.065-.454q.066-.236.216-.428q.973-1.227%202.339-1.916t2.938-.688q1.57%200%202.937.688q1.367.689%202.34%201.916q.15.192.215.416t.065.441t-.065.442t-.215.416q-.973%201.227-2.34%201.915q-1.366.689-2.937.689M4.808%2020q-.348%200-.578-.23T4%2019.192v-1.886q0-.323.13-.631t.349-.525l8.292-8.286l-1.45-1.437q-.165-.146-.165-.344t.165-.364t.354-.153t.354.153l1.975%201.95l3.465-3.484q.087-.087.207-.133t.243-.046q.142%200%20.25.046t.22.133l1.426%201.446q.087.092.133.2t.046.25q0%20.123-.046.243t-.133.207l-3.503%203.504l1.469%201.494q.14.146.143.357q.003.21-.143.356q-.165.166-.357.166t-.357-.166l-3.582-3.665L5%2017.017V19h1.892q.214%200%20.357.143t.143.357t-.143.357t-.357.143z%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-outline-rounded.svg?color=%231a73e8&size=48