eye dropper icon

eye-dropper-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.

Name
eye-dropper-solid
Set
HeroIcons
Style
Solid 24x24
Viewbox
24×24
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Related icons in HeroIcons

Use the eye dropper icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.098 2.598a3.75 3.75 0 1 1 3.622 6.275l-1.72.46V12a.75.75 0 0 1-.22.53l-.75.75a.75.75 0 0 1-1.06 0l-.97-.97l-7.94 7.94a2.56 2.56 0 0 1-1.81.75a1.06 1.06 0 0 0-.75.31l-.97.97a.75.75 0 0 1-1.06 0l-.75-.75a.75.75 0 0 1 0-1.06l.97-.97a1.06 1.06 0 0 0 .31-.75c0-.68.27-1.33.75-1.81L11.69 9l-.97-.97a.75.75 0 0 1 0-1.06l.75-.75A.75.75 0 0 1 12 6h2.666l.461-1.72c.165-.617.49-1.2.971-1.682m-3.348 7.463L4.81 18a1.06 1.06 0 0 0-.31.75c0 .318-.06.63-.172.922a2.6 2.6 0 0 1 .922-.172c.281 0 .551-.112.75-.31l7.94-7.94z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsEyeDropperSolid(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" fillRule="evenodd" d="M16.098 2.598a3.75 3.75 0 1 1 3.622 6.275l-1.72.46V12a.75.75 0 0 1-.22.53l-.75.75a.75.75 0 0 1-1.06 0l-.97-.97l-7.94 7.94a2.56 2.56 0 0 1-1.81.75a1.06 1.06 0 0 0-.75.31l-.97.97a.75.75 0 0 1-1.06 0l-.75-.75a.75.75 0 0 1 0-1.06l.97-.97a1.06 1.06 0 0 0 .31-.75c0-.68.27-1.33.75-1.81L11.69 9l-.97-.97a.75.75 0 0 1 0-1.06l.75-.75A.75.75 0 0 1 12 6h2.666l.461-1.72c.165-.617.49-1.2.971-1.682m-3.348 7.463L4.81 18a1.06 1.06 0 0 0-.31.75c0 .318-.06.63-.172.922a2.6 2.6 0 0 1 .922-.172c.281 0 .551-.112.75-.31l7.94-7.94z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.098 2.598a3.75 3.75 0 1 1 3.622 6.275l-1.72.46V12a.75.75 0 0 1-.22.53l-.75.75a.75.75 0 0 1-1.06 0l-.97-.97l-7.94 7.94a2.56 2.56 0 0 1-1.81.75a1.06 1.06 0 0 0-.75.31l-.97.97a.75.75 0 0 1-1.06 0l-.75-.75a.75.75 0 0 1 0-1.06l.97-.97a1.06 1.06 0 0 0 .31-.75c0-.68.27-1.33.75-1.81L11.69 9l-.97-.97a.75.75 0 0 1 0-1.06l.75-.75A.75.75 0 0 1 12 6h2.666l.461-1.72c.165-.617.49-1.2.971-1.682m-3.348 7.463L4.81 18a1.06 1.06 0 0 0-.31.75c0 .318-.06.63-.172.922a2.6 2.6 0 0 1 .922-.172c.281 0 .551-.112.75-.31l7.94-7.94z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-eye-dropper-solid {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.098%202.598a3.75%203.75%200%201%201%203.622%206.275l-1.72.46V12a.75.75%200%200%201-.22.53l-.75.75a.75.75%200%200%201-1.06%200l-.97-.97l-7.94%207.94a2.56%202.56%200%200%201-1.81.75a1.06%201.06%200%200%200-.75.31l-.97.97a.75.75%200%200%201-1.06%200l-.75-.75a.75.75%200%200%201%200-1.06l.97-.97a1.06%201.06%200%200%200%20.31-.75c0-.68.27-1.33.75-1.81L11.69%209l-.97-.97a.75.75%200%200%201%200-1.06l.75-.75A.75.75%200%200%201%2012%206h2.666l.461-1.72c.165-.617.49-1.2.971-1.682m-3.348%207.463L4.81%2018a1.06%201.06%200%200%200-.31.75c0%20.318-.06.63-.172.922a2.6%202.6%200%200%201%20.922-.172c.281%200%20.551-.112.75-.31l7.94-7.94z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.098%202.598a3.75%203.75%200%201%201%203.622%206.275l-1.72.46V12a.75.75%200%200%201-.22.53l-.75.75a.75.75%200%200%201-1.06%200l-.97-.97l-7.94%207.94a2.56%202.56%200%200%201-1.81.75a1.06%201.06%200%200%200-.75.31l-.97.97a.75.75%200%200%201-1.06%200l-.75-.75a.75.75%200%200%201%200-1.06l.97-.97a1.06%201.06%200%200%200%20.31-.75c0-.68.27-1.33.75-1.81L11.69%209l-.97-.97a.75.75%200%200%201%200-1.06l.75-.75A.75.75%200%200%201%2012%206h2.666l.461-1.72c.165-.617.49-1.2.971-1.682m-3.348%207.463L4.81%2018a1.06%201.06%200%200%200-.31.75c0%20.318-.06.63-.172.922a2.6%202.6%200%200%201%20.922-.172c.281%200%20.551-.112.75-.31l7.94-7.94z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/eye-dropper-solid.svg?color=%231a73e8&size=48