dropper eye icon
dropper-eye-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- dropper-eye-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
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="m16.1 8.675l2.5-2.35l-.925-.925l-2.4 2.4zm0 0l-.825-.875zm1.588 11.675q1.262-.65 2.062-1.85q-.8-1.2-2.062-1.85T15 16t-2.687.65t-2.063 1.85q.8 1.2 2.063 1.85T15 21t2.688-.65m-3.75-.788q-.438-.437-.438-1.062t.438-1.062T15 17t1.063.438t.437 1.062t-.437 1.063T15 20t-1.062-.437M15 23q-1.975 0-3.687-.9T8.55 19.55q-.15-.225-.225-.488t-.075-.537t.075-.55t.225-.525q1.05-1.65 2.763-2.55T15 14t3.688.9t2.762 2.55q.15.25.225.513t.075.537t-.075.538t-.225.512q-1.05 1.65-2.762 2.55T15 23M4 21q-.425 0-.712-.288T3 20v-2.925q0-.4.15-.775t.425-.65l8.35-8.325l-.7-.725q-.3-.3-.3-.7t.3-.7t.7-.288t.7.288l1.225 1.2l3.1-3.1q.125-.125.313-.2t.387-.075t.375.075t.325.2l2.35 2.35q.125.15.2.325t.075.375t-.075.388t-.2.312l-3.1 3.1l.7.725q.275.3.288.713t-.288.712t-.712.3t-.713-.3L13.35 8.75L5 17.075V19h1.2q.425 0 .713.288T7.2 20t-.288.713T6.2 21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDropperEyeOutlineRounded(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="m16.1 8.675l2.5-2.35l-.925-.925l-2.4 2.4zm0 0l-.825-.875zm1.588 11.675q1.262-.65 2.062-1.85q-.8-1.2-2.062-1.85T15 16t-2.687.65t-2.063 1.85q.8 1.2 2.063 1.85T15 21t2.688-.65m-3.75-.788q-.438-.437-.438-1.062t.438-1.062T15 17t1.063.438t.437 1.062t-.437 1.063T15 20t-1.062-.437M15 23q-1.975 0-3.687-.9T8.55 19.55q-.15-.225-.225-.488t-.075-.537t.075-.55t.225-.525q1.05-1.65 2.763-2.55T15 14t3.688.9t2.762 2.55q.15.25.225.513t.075.537t-.075.538t-.225.512q-1.05 1.65-2.762 2.55T15 23M4 21q-.425 0-.712-.288T3 20v-2.925q0-.4.15-.775t.425-.65l8.35-8.325l-.7-.725q-.3-.3-.3-.7t.3-.7t.7-.288t.7.288l1.225 1.2l3.1-3.1q.125-.125.313-.2t.387-.075t.375.075t.325.2l2.35 2.35q.125.15.2.325t.075.375t-.075.388t-.2.312l-3.1 3.1l.7.725q.275.3.288.713t-.288.712t-.712.3t-.713-.3L13.35 8.75L5 17.075V19h1.2q.425 0 .713.288T7.2 20t-.288.713T6.2 21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.1 8.675l2.5-2.35l-.925-.925l-2.4 2.4zm0 0l-.825-.875zm1.588 11.675q1.262-.65 2.062-1.85q-.8-1.2-2.062-1.85T15 16t-2.687.65t-2.063 1.85q.8 1.2 2.063 1.85T15 21t2.688-.65m-3.75-.788q-.438-.437-.438-1.062t.438-1.062T15 17t1.063.438t.437 1.062t-.437 1.063T15 20t-1.062-.437M15 23q-1.975 0-3.687-.9T8.55 19.55q-.15-.225-.225-.488t-.075-.537t.075-.55t.225-.525q1.05-1.65 2.763-2.55T15 14t3.688.9t2.762 2.55q.15.25.225.513t.075.537t-.075.538t-.225.512q-1.05 1.65-2.762 2.55T15 23M4 21q-.425 0-.712-.288T3 20v-2.925q0-.4.15-.775t.425-.65l8.35-8.325l-.7-.725q-.3-.3-.3-.7t.3-.7t.7-.288t.7.288l1.225 1.2l3.1-3.1q.125-.125.313-.2t.387-.075t.375.075t.325.2l2.35 2.35q.125.15.2.325t.075.375t-.075.388t-.2.312l-3.1 3.1l.7.725q.275.3.288.713t-.288.712t-.712.3t-.713-.3L13.35 8.75L5 17.075V19h1.2q.425 0 .713.288T7.2 20t-.288.713T6.2 21z"/></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%22m16.1%208.675l2.5-2.35l-.925-.925l-2.4%202.4zm0%200l-.825-.875zm1.588%2011.675q1.262-.65%202.062-1.85q-.8-1.2-2.062-1.85T15%2016t-2.687.65t-2.063%201.85q.8%201.2%202.063%201.85T15%2021t2.688-.65m-3.75-.788q-.438-.437-.438-1.062t.438-1.062T15%2017t1.063.438t.437%201.062t-.437%201.063T15%2020t-1.062-.437M15%2023q-1.975%200-3.687-.9T8.55%2019.55q-.15-.225-.225-.488t-.075-.537t.075-.55t.225-.525q1.05-1.65%202.763-2.55T15%2014t3.688.9t2.762%202.55q.15.25.225.513t.075.537t-.075.538t-.225.512q-1.05%201.65-2.762%202.55T15%2023M4%2021q-.425%200-.712-.288T3%2020v-2.925q0-.4.15-.775t.425-.65l8.35-8.325l-.7-.725q-.3-.3-.3-.7t.3-.7t.7-.288t.7.288l1.225%201.2l3.1-3.1q.125-.125.313-.2t.387-.075t.375.075t.325.2l2.35%202.35q.125.15.2.325t.075.375t-.075.388t-.2.312l-3.1%203.1l.7.725q.275.3.288.713t-.288.712t-.712.3t-.713-.3L13.35%208.75L5%2017.075V19h1.2q.425%200%20.713.288T7.2%2020t-.288.713T6.2%2021z%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%22m16.1%208.675l2.5-2.35l-.925-.925l-2.4%202.4zm0%200l-.825-.875zm1.588%2011.675q1.262-.65%202.062-1.85q-.8-1.2-2.062-1.85T15%2016t-2.687.65t-2.063%201.85q.8%201.2%202.063%201.85T15%2021t2.688-.65m-3.75-.788q-.438-.437-.438-1.062t.438-1.062T15%2017t1.063.438t.437%201.062t-.437%201.063T15%2020t-1.062-.437M15%2023q-1.975%200-3.687-.9T8.55%2019.55q-.15-.225-.225-.488t-.075-.537t.075-.55t.225-.525q1.05-1.65%202.763-2.55T15%2014t3.688.9t2.762%202.55q.15.25.225.513t.075.537t-.075.538t-.225.512q-1.05%201.65-2.762%202.55T15%2023M4%2021q-.425%200-.712-.288T3%2020v-2.925q0-.4.15-.775t.425-.65l8.35-8.325l-.7-.725q-.3-.3-.3-.7t.3-.7t.7-.288t.7.288l1.225%201.2l3.1-3.1q.125-.125.313-.2t.387-.075t.375.075t.325.2l2.35%202.35q.125.15.2.325t.075.375t-.075.388t-.2.312l-3.1%203.1l.7.725q.275.3.288.713t-.288.712t-.712.3t-.713-.3L13.35%208.75L5%2017.075V19h1.2q.425%200%20.713.288T7.2%2020t-.288.713T6.2%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/dropper-eye-outline-rounded.svg?color=%231a73e8&size=48