eye dropper icon

eye-dropper from Line Awesome by Icons8 · Line · Science · Apache-2.0 Free for personal and commercial use.

Name
eye-dropper
Set
Line Awesome
Style
Line
Category
Science
Viewbox
32×32
License
Apache 2.0
Aliases
eye-dropper-solid

The same icon in other sets

More science icons from Line Awesome

Use the eye dropper icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.656 3.031c-1.11 0-2.222.41-3.062 1.25l-2.782 2.813l-1-1L16.407 7.5l1 1l-9.5 9.5c-1.039 1.04-1.633 1.793-2 2.469a5.2 5.2 0 0 0-.562 1.687c-.067.403-.102.621-.344 1.063s-.734 1.078-1.719 2.062L2.594 26l.687.719l2 2l.719.687l.719-.687c.96-.961 1.574-1.426 2-1.657c.426-.23.652-.273 1.062-.343s1-.184 1.688-.563s1.469-1 2.531-2.062l9.5-9.5l1 1l1.406-1.406l-1-1l2.813-2.782c1.68-1.68 1.68-4.445 0-6.125a4.3 4.3 0 0 0-3.063-1.25m0 2c.59 0 1.164.227 1.625.688a2.3 2.3 0 0 1 0 3.281L23.5 11.781L20.219 8.5L23 5.719a2.34 2.34 0 0 1 1.656-.688m-5.843 4.875l3.28 3.281l-9.5 9.5c-.984.985-1.652 1.477-2.093 1.72c-.441.241-.66.277-1.063.343s-.98.164-1.656.531c-.46.25-1.086.848-1.687 1.375l-.75-.75c.547-.617 1.148-1.25 1.406-1.718c.379-.688.492-1.31.563-1.72s.113-.605.343-1.03s.696-1.07 1.657-2.032z"/></svg>

React

import type { SVGProps } from "react";

export function LaEyeDropper(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.656 3.031c-1.11 0-2.222.41-3.062 1.25l-2.782 2.813l-1-1L16.407 7.5l1 1l-9.5 9.5c-1.039 1.04-1.633 1.793-2 2.469a5.2 5.2 0 0 0-.562 1.687c-.067.403-.102.621-.344 1.063s-.734 1.078-1.719 2.062L2.594 26l.687.719l2 2l.719.687l.719-.687c.96-.961 1.574-1.426 2-1.657c.426-.23.652-.273 1.062-.343s1-.184 1.688-.563s1.469-1 2.531-2.062l9.5-9.5l1 1l1.406-1.406l-1-1l2.813-2.782c1.68-1.68 1.68-4.445 0-6.125a4.3 4.3 0 0 0-3.063-1.25m0 2c.59 0 1.164.227 1.625.688a2.3 2.3 0 0 1 0 3.281L23.5 11.781L20.219 8.5L23 5.719a2.34 2.34 0 0 1 1.656-.688m-5.843 4.875l3.28 3.281l-9.5 9.5c-.984.985-1.652 1.477-2.093 1.72c-.441.241-.66.277-1.063.343s-.98.164-1.656.531c-.46.25-1.086.848-1.687 1.375l-.75-.75c.547-.617 1.148-1.25 1.406-1.718c.379-.688.492-1.31.563-1.72s.113-.605.343-1.03s.696-1.07 1.657-2.032z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.656 3.031c-1.11 0-2.222.41-3.062 1.25l-2.782 2.813l-1-1L16.407 7.5l1 1l-9.5 9.5c-1.039 1.04-1.633 1.793-2 2.469a5.2 5.2 0 0 0-.562 1.687c-.067.403-.102.621-.344 1.063s-.734 1.078-1.719 2.062L2.594 26l.687.719l2 2l.719.687l.719-.687c.96-.961 1.574-1.426 2-1.657c.426-.23.652-.273 1.062-.343s1-.184 1.688-.563s1.469-1 2.531-2.062l9.5-9.5l1 1l1.406-1.406l-1-1l2.813-2.782c1.68-1.68 1.68-4.445 0-6.125a4.3 4.3 0 0 0-3.063-1.25m0 2c.59 0 1.164.227 1.625.688a2.3 2.3 0 0 1 0 3.281L23.5 11.781L20.219 8.5L23 5.719a2.34 2.34 0 0 1 1.656-.688m-5.843 4.875l3.28 3.281l-9.5 9.5c-.984.985-1.652 1.477-2.093 1.72c-.441.241-.66.277-1.063.343s-.98.164-1.656.531c-.46.25-1.086.848-1.687 1.375l-.75-.75c.547-.617 1.148-1.25 1.406-1.718c.379-.688.492-1.31.563-1.72s.113-.605.343-1.03s.696-1.07 1.657-2.032z"/></svg>
</template>

CSS

.icon-eye-dropper {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.656%203.031c-1.11%200-2.222.41-3.062%201.25l-2.782%202.813l-1-1L16.407%207.5l1%201l-9.5%209.5c-1.039%201.04-1.633%201.793-2%202.469a5.2%205.2%200%200%200-.562%201.687c-.067.403-.102.621-.344%201.063s-.734%201.078-1.719%202.062L2.594%2026l.687.719l2%202l.719.687l.719-.687c.96-.961%201.574-1.426%202-1.657c.426-.23.652-.273%201.062-.343s1-.184%201.688-.563s1.469-1%202.531-2.062l9.5-9.5l1%201l1.406-1.406l-1-1l2.813-2.782c1.68-1.68%201.68-4.445%200-6.125a4.3%204.3%200%200%200-3.063-1.25m0%202c.59%200%201.164.227%201.625.688a2.3%202.3%200%200%201%200%203.281L23.5%2011.781L20.219%208.5L23%205.719a2.34%202.34%200%200%201%201.656-.688m-5.843%204.875l3.28%203.281l-9.5%209.5c-.984.985-1.652%201.477-2.093%201.72c-.441.241-.66.277-1.063.343s-.98.164-1.656.531c-.46.25-1.086.848-1.687%201.375l-.75-.75c.547-.617%201.148-1.25%201.406-1.718c.379-.688.492-1.31.563-1.72s.113-.605.343-1.03s.696-1.07%201.657-2.032z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.656%203.031c-1.11%200-2.222.41-3.062%201.25l-2.782%202.813l-1-1L16.407%207.5l1%201l-9.5%209.5c-1.039%201.04-1.633%201.793-2%202.469a5.2%205.2%200%200%200-.562%201.687c-.067.403-.102.621-.344%201.063s-.734%201.078-1.719%202.062L2.594%2026l.687.719l2%202l.719.687l.719-.687c.96-.961%201.574-1.426%202-1.657c.426-.23.652-.273%201.062-.343s1-.184%201.688-.563s1.469-1%202.531-2.062l9.5-9.5l1%201l1.406-1.406l-1-1l2.813-2.782c1.68-1.68%201.68-4.445%200-6.125a4.3%204.3%200%200%200-3.063-1.25m0%202c.59%200%201.164.227%201.625.688a2.3%202.3%200%200%201%200%203.281L23.5%2011.781L20.219%208.5L23%205.719a2.34%202.34%200%200%201%201.656-.688m-5.843%204.875l3.28%203.281l-9.5%209.5c-.984.985-1.652%201.477-2.093%201.72c-.441.241-.66.277-1.063.343s-.98.164-1.656.531c-.46.25-1.086.848-1.687%201.375l-.75-.75c.547-.617%201.148-1.25%201.406-1.718c.379-.688.492-1.31.563-1.72s.113-.605.343-1.03s.696-1.07%201.657-2.032z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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