eyedropper icon

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

Name
eyedropper-f
Set
Jam Icons
Style
Filled
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 -1.5 24 24"><path fill="currentColor" d="m13.473 11.693l-1.36 1.36l-8.417-.068L9.23 7.451a1 1 0 1 1 1.415-1.414l4.242-4.243a3 3 0 1 1 4.243 4.243l-4.243 4.242a1 1 0 0 1-1.414 1.414m-3.191 3.192L7.57 17.596a7 7 0 0 1-2.736 1.691l-2.899.966A1 1 0 0 1 .67 18.988l.967-2.899a7 7 0 0 1 .522-1.186z"/></svg>

React

import type { SVGProps } from "react";

export function JamEyedropperF(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -1.5 24 24"><path fill="currentColor" d="m13.473 11.693l-1.36 1.36l-8.417-.068L9.23 7.451a1 1 0 1 1 1.415-1.414l4.242-4.243a3 3 0 1 1 4.243 4.243l-4.243 4.242a1 1 0 0 1-1.414 1.414m-3.191 3.192L7.57 17.596a7 7 0 0 1-2.736 1.691l-2.899.966A1 1 0 0 1 .67 18.988l.967-2.899a7 7 0 0 1 .522-1.186z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -1.5 24 24"><path fill="currentColor" d="m13.473 11.693l-1.36 1.36l-8.417-.068L9.23 7.451a1 1 0 1 1 1.415-1.414l4.242-4.243a3 3 0 1 1 4.243 4.243l-4.243 4.242a1 1 0 0 1-1.414 1.414m-3.191 3.192L7.57 17.596a7 7 0 0 1-2.736 1.691l-2.899.966A1 1 0 0 1 .67 18.988l.967-2.899a7 7 0 0 1 .522-1.186z"/></svg>
</template>

CSS

.icon-eyedropper-f {
  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-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.473%2011.693l-1.36%201.36l-8.417-.068L9.23%207.451a1%201%200%201%201%201.415-1.414l4.242-4.243a3%203%200%201%201%204.243%204.243l-4.243%204.242a1%201%200%200%201-1.414%201.414m-3.191%203.192L7.57%2017.596a7%207%200%200%201-2.736%201.691l-2.899.966A1%201%200%200%201%20.67%2018.988l.967-2.899a7%207%200%200%201%20.522-1.186z%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-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.473%2011.693l-1.36%201.36l-8.417-.068L9.23%207.451a1%201%200%201%201%201.415-1.414l4.242-4.243a3%203%200%201%201%204.243%204.243l-4.243%204.242a1%201%200%200%201-1.414%201.414m-3.191%203.192L7.57%2017.596a7%207%200%200%201-2.736%201.691l-2.899.966A1%201%200%200%201%20.67%2018.988l.967-2.899a7%207%200%200%201%20.522-1.186z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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