eyedropper icon

eyedropper from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
eyedropper
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the eyedropper icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M6.502 12.348h2.829l2.707-2.578l-1.414-1.347zm-1.987 1.905a4.7 4.7 0 0 0-1.002 1.653l-.334.954l1.002-.318a5.05 5.05 0 0 0 1.954-1.15l1.196-1.14H4.515zM14.866 9.77a.92.92 0 0 1 0 1.347a1.036 1.036 0 0 1-1.414 0L7.55 16.738a7.1 7.1 0 0 1-2.737 1.61l-2.899.921c-.523.166-1.09-.103-1.264-.602a.9.9 0 0 1 0-.603l.966-2.76a6.6 6.6 0 0 1 1.69-2.606L9.21 7.076a.92.92 0 0 1 0-1.347a1.036 1.036 0 0 1 1.414 0l4.242-4.04c1.172-1.116 3.071-1.116 4.243 0a2.76 2.76 0 0 1 0 4.04l-4.243 4.04zm-2.828-2.694l1.414 1.347l4.243-4.04a.92.92 0 0 0 0-1.347a1.036 1.036 0 0 0-1.414 0z"/></svg>

React

import type { SVGProps } from "react";

export function JamEyedropper(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M6.502 12.348h2.829l2.707-2.578l-1.414-1.347zm-1.987 1.905a4.7 4.7 0 0 0-1.002 1.653l-.334.954l1.002-.318a5.05 5.05 0 0 0 1.954-1.15l1.196-1.14H4.515zM14.866 9.77a.92.92 0 0 1 0 1.347a1.036 1.036 0 0 1-1.414 0L7.55 16.738a7.1 7.1 0 0 1-2.737 1.61l-2.899.921c-.523.166-1.09-.103-1.264-.602a.9.9 0 0 1 0-.603l.966-2.76a6.6 6.6 0 0 1 1.69-2.606L9.21 7.076a.92.92 0 0 1 0-1.347a1.036 1.036 0 0 1 1.414 0l4.242-4.04c1.172-1.116 3.071-1.116 4.243 0a2.76 2.76 0 0 1 0 4.04l-4.243 4.04zm-2.828-2.694l1.414 1.347l4.243-4.04a.92.92 0 0 0 0-1.347a1.036 1.036 0 0 0-1.414 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M6.502 12.348h2.829l2.707-2.578l-1.414-1.347zm-1.987 1.905a4.7 4.7 0 0 0-1.002 1.653l-.334.954l1.002-.318a5.05 5.05 0 0 0 1.954-1.15l1.196-1.14H4.515zM14.866 9.77a.92.92 0 0 1 0 1.347a1.036 1.036 0 0 1-1.414 0L7.55 16.738a7.1 7.1 0 0 1-2.737 1.61l-2.899.921c-.523.166-1.09-.103-1.264-.602a.9.9 0 0 1 0-.603l.966-2.76a6.6 6.6 0 0 1 1.69-2.606L9.21 7.076a.92.92 0 0 1 0-1.347a1.036 1.036 0 0 1 1.414 0l4.242-4.04c1.172-1.116 3.071-1.116 4.243 0a2.76 2.76 0 0 1 0 4.04l-4.243 4.04zm-2.828-2.694l1.414 1.347l4.243-4.04a.92.92 0 0 0 0-1.347a1.036 1.036 0 0 0-1.414 0z"/></svg>
</template>

CSS

.icon-eyedropper {
  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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.502%2012.348h2.829l2.707-2.578l-1.414-1.347zm-1.987%201.905a4.7%204.7%200%200%200-1.002%201.653l-.334.954l1.002-.318a5.05%205.05%200%200%200%201.954-1.15l1.196-1.14H4.515zM14.866%209.77a.92.92%200%200%201%200%201.347a1.036%201.036%200%200%201-1.414%200L7.55%2016.738a7.1%207.1%200%200%201-2.737%201.61l-2.899.921c-.523.166-1.09-.103-1.264-.602a.9.9%200%200%201%200-.603l.966-2.76a6.6%206.6%200%200%201%201.69-2.606L9.21%207.076a.92.92%200%200%201%200-1.347a1.036%201.036%200%200%201%201.414%200l4.242-4.04c1.172-1.116%203.071-1.116%204.243%200a2.76%202.76%200%200%201%200%204.04l-4.243%204.04zm-2.828-2.694l1.414%201.347l4.243-4.04a.92.92%200%200%200%200-1.347a1.036%201.036%200%200%200-1.414%200z%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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.502%2012.348h2.829l2.707-2.578l-1.414-1.347zm-1.987%201.905a4.7%204.7%200%200%200-1.002%201.653l-.334.954l1.002-.318a5.05%205.05%200%200%200%201.954-1.15l1.196-1.14H4.515zM14.866%209.77a.92.92%200%200%201%200%201.347a1.036%201.036%200%200%201-1.414%200L7.55%2016.738a7.1%207.1%200%200%201-2.737%201.61l-2.899.921c-.523.166-1.09-.103-1.264-.602a.9.9%200%200%201%200-.603l.966-2.76a6.6%206.6%200%200%201%201.69-2.606L9.21%207.076a.92.92%200%200%201%200-1.347a1.036%201.036%200%200%201%201.414%200l4.242-4.04c1.172-1.116%203.071-1.116%204.243%200a2.76%202.76%200%200%201%200%204.04l-4.243%204.04zm-2.828-2.694l1.414%201.347l4.243-4.04a.92.92%200%200%200%200-1.347a1.036%201.036%200%200%200-1.414%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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