eye dropper empty icon

eye-dropper-empty from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
eye-dropper-empty
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

Related icons in Font Awesome Solid

Use the eye dropper empty icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M405.6 93.2L304 194.8l-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4l101.6-101.6c39-39 39-102.2 0-141.1s-102.2-39-141.1 0zM119.4 387.3c-15 15-23.4 35.4-23.4 56.6v42.4l-26.6 39.9c-8.5 12.7-6.8 29.6 4 40.4s27.7 12.5 40.4 4l39.9-26.6h42.4c21.2 0 41.6-8.4 56.6-23.4l109.4-109.4l-45.3-45.3l-109.4 109.4c-3 3-7.1 4.7-11.3 4.7H160v-36.1c0-4.2 1.7-8.3 4.7-11.3l109.4-109.4l-45.3-45.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidEyeDropperEmpty(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M405.6 93.2L304 194.8l-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4l101.6-101.6c39-39 39-102.2 0-141.1s-102.2-39-141.1 0zM119.4 387.3c-15 15-23.4 35.4-23.4 56.6v42.4l-26.6 39.9c-8.5 12.7-6.8 29.6 4 40.4s27.7 12.5 40.4 4l39.9-26.6h42.4c21.2 0 41.6-8.4 56.6-23.4l109.4-109.4l-45.3-45.3l-109.4 109.4c-3 3-7.1 4.7-11.3 4.7H160v-36.1c0-4.2 1.7-8.3 4.7-11.3l109.4-109.4l-45.3-45.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M405.6 93.2L304 194.8l-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4l101.6-101.6c39-39 39-102.2 0-141.1s-102.2-39-141.1 0zM119.4 387.3c-15 15-23.4 35.4-23.4 56.6v42.4l-26.6 39.9c-8.5 12.7-6.8 29.6 4 40.4s27.7 12.5 40.4 4l39.9-26.6h42.4c21.2 0 41.6-8.4 56.6-23.4l109.4-109.4l-45.3-45.3l-109.4 109.4c-3 3-7.1 4.7-11.3 4.7H160v-36.1c0-4.2 1.7-8.3 4.7-11.3l109.4-109.4l-45.3-45.3z"/></svg>
</template>

CSS

.icon-eye-dropper-empty {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M405.6%2093.2L304%20194.8l-9.4-9.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l160%20160c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-9.4-9.4l101.6-101.6c39-39%2039-102.2%200-141.1s-102.2-39-141.1%200zM119.4%20387.3c-15%2015-23.4%2035.4-23.4%2056.6v42.4l-26.6%2039.9c-8.5%2012.7-6.8%2029.6%204%2040.4s27.7%2012.5%2040.4%204l39.9-26.6h42.4c21.2%200%2041.6-8.4%2056.6-23.4l109.4-109.4l-45.3-45.3l-109.4%20109.4c-3%203-7.1%204.7-11.3%204.7H160v-36.1c0-4.2%201.7-8.3%204.7-11.3l109.4-109.4l-45.3-45.3z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M405.6%2093.2L304%20194.8l-9.4-9.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l160%20160c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-9.4-9.4l101.6-101.6c39-39%2039-102.2%200-141.1s-102.2-39-141.1%200zM119.4%20387.3c-15%2015-23.4%2035.4-23.4%2056.6v42.4l-26.6%2039.9c-8.5%2012.7-6.8%2029.6%204%2040.4s27.7%2012.5%2040.4%204l39.9-26.6h42.4c21.2%200%2041.6-8.4%2056.6-23.4l109.4-109.4l-45.3-45.3l-109.4%20109.4c-3%203-7.1%204.7-11.3%204.7H160v-36.1c0-4.2%201.7-8.3%204.7-11.3l109.4-109.4l-45.3-45.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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