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

Name
dropper-eye-outline-sharp
Set
Material Symbols
Style
Outline Sharp
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-.875zM3 21v-4.75l8.925-8.925L10.5 5.9l1.425-1.4l1.925 1.9l3.8-3.8l3.75 3.75l-3.8 3.8L19 11.6L17.6 13l-4.25-4.25L5 17.075V19h1.05q.25.55.538 1.05T7.2 21zm12 2q-2.275 0-4.2-1.2T8 18.5q.875-2.1 2.8-3.3T15 14t4.2 1.2t2.8 3.3q-.875 2.1-2.8 3.3T15 23m2.688-2.65q1.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-.437"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDropperEyeOutlineSharp(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-.875zM3 21v-4.75l8.925-8.925L10.5 5.9l1.425-1.4l1.925 1.9l3.8-3.8l3.75 3.75l-3.8 3.8L19 11.6L17.6 13l-4.25-4.25L5 17.075V19h1.05q.25.55.538 1.05T7.2 21zm12 2q-2.275 0-4.2-1.2T8 18.5q.875-2.1 2.8-3.3T15 14t4.2 1.2t2.8 3.3q-.875 2.1-2.8 3.3T15 23m2.688-2.65q1.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-.437"/></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-.875zM3 21v-4.75l8.925-8.925L10.5 5.9l1.425-1.4l1.925 1.9l3.8-3.8l3.75 3.75l-3.8 3.8L19 11.6L17.6 13l-4.25-4.25L5 17.075V19h1.05q.25.55.538 1.05T7.2 21zm12 2q-2.275 0-4.2-1.2T8 18.5q.875-2.1 2.8-3.3T15 14t4.2 1.2t2.8 3.3q-.875 2.1-2.8 3.3T15 23m2.688-2.65q1.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-.437"/></svg>
</template>

CSS

.icon-dropper-eye-outline-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%22m16.1%208.675l2.5-2.35l-.925-.925l-2.4%202.4zm0%200l-.825-.875zM3%2021v-4.75l8.925-8.925L10.5%205.9l1.425-1.4l1.925%201.9l3.8-3.8l3.75%203.75l-3.8%203.8L19%2011.6L17.6%2013l-4.25-4.25L5%2017.075V19h1.05q.25.55.538%201.05T7.2%2021zm12%202q-2.275%200-4.2-1.2T8%2018.5q.875-2.1%202.8-3.3T15%2014t4.2%201.2t2.8%203.3q-.875%202.1-2.8%203.3T15%2023m2.688-2.65q1.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-.437%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-.875zM3%2021v-4.75l8.925-8.925L10.5%205.9l1.425-1.4l1.925%201.9l3.8-3.8l3.75%203.75l-3.8%203.8L19%2011.6L17.6%2013l-4.25-4.25L5%2017.075V19h1.05q.25.55.538%201.05T7.2%2021zm12%202q-2.275%200-4.2-1.2T8%2018.5q.875-2.1%202.8-3.3T15%2014t4.2%201.2t2.8%203.3q-.875%202.1-2.8%203.3T15%2023m2.688-2.65q1.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-.437%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-sharp.svg?color=%231a73e8&size=48