eyedropper icon

eyedropper from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
eyedropper
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the eyedropper icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 67.3a35.8 35.8 0 0 0-11.26-25.66c-14-13.28-36.72-12.78-50.62 1.13L142.8 62.2a24 24 0 0 0-33.14.77l-9 9a16 16 0 0 0 0 22.64l2 2.06l-51 51a39.75 39.75 0 0 0-10.53 38l-8 18.41A13.68 13.68 0 0 0 36 219.3a15.92 15.92 0 0 0 17.71 3.35L71.23 215a39.89 39.89 0 0 0 37.06-10.75l51-51l2.06 2.06a16 16 0 0 0 22.62 0l9-9a24 24 0 0 0 .74-33.18l19.75-19.87A35.75 35.75 0 0 0 224 67.3M97 193a24 24 0 0 1-24 6a8 8 0 0 0-5.55.31l-18.1 7.91L57 189.41a8 8 0 0 0 .25-5.75A23.88 23.88 0 0 1 63 159l51-51l33.94 34ZM202.13 82l-25.37 25.52a8 8 0 0 0 0 11.3l4.89 4.89a8 8 0 0 1 0 11.32l-9 9L112 83.26l9-9a8 8 0 0 1 11.31 0l4.89 4.89a8 8 0 0 0 11.33 0l24.94-25.09c7.81-7.82 20.5-8.18 28.29-.81a20 20 0 0 1 .39 28.7Z"/></svg>

React

import type { SVGProps } from "react";

export function PhEyedropper(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 67.3a35.8 35.8 0 0 0-11.26-25.66c-14-13.28-36.72-12.78-50.62 1.13L142.8 62.2a24 24 0 0 0-33.14.77l-9 9a16 16 0 0 0 0 22.64l2 2.06l-51 51a39.75 39.75 0 0 0-10.53 38l-8 18.41A13.68 13.68 0 0 0 36 219.3a15.92 15.92 0 0 0 17.71 3.35L71.23 215a39.89 39.89 0 0 0 37.06-10.75l51-51l2.06 2.06a16 16 0 0 0 22.62 0l9-9a24 24 0 0 0 .74-33.18l19.75-19.87A35.75 35.75 0 0 0 224 67.3M97 193a24 24 0 0 1-24 6a8 8 0 0 0-5.55.31l-18.1 7.91L57 189.41a8 8 0 0 0 .25-5.75A23.88 23.88 0 0 1 63 159l51-51l33.94 34ZM202.13 82l-25.37 25.52a8 8 0 0 0 0 11.3l4.89 4.89a8 8 0 0 1 0 11.32l-9 9L112 83.26l9-9a8 8 0 0 1 11.31 0l4.89 4.89a8 8 0 0 0 11.33 0l24.94-25.09c7.81-7.82 20.5-8.18 28.29-.81a20 20 0 0 1 .39 28.7Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 67.3a35.8 35.8 0 0 0-11.26-25.66c-14-13.28-36.72-12.78-50.62 1.13L142.8 62.2a24 24 0 0 0-33.14.77l-9 9a16 16 0 0 0 0 22.64l2 2.06l-51 51a39.75 39.75 0 0 0-10.53 38l-8 18.41A13.68 13.68 0 0 0 36 219.3a15.92 15.92 0 0 0 17.71 3.35L71.23 215a39.89 39.89 0 0 0 37.06-10.75l51-51l2.06 2.06a16 16 0 0 0 22.62 0l9-9a24 24 0 0 0 .74-33.18l19.75-19.87A35.75 35.75 0 0 0 224 67.3M97 193a24 24 0 0 1-24 6a8 8 0 0 0-5.55.31l-18.1 7.91L57 189.41a8 8 0 0 0 .25-5.75A23.88 23.88 0 0 1 63 159l51-51l33.94 34ZM202.13 82l-25.37 25.52a8 8 0 0 0 0 11.3l4.89 4.89a8 8 0 0 1 0 11.32l-9 9L112 83.26l9-9a8 8 0 0 1 11.31 0l4.89 4.89a8 8 0 0 0 11.33 0l24.94-25.09c7.81-7.82 20.5-8.18 28.29-.81a20 20 0 0 1 .39 28.7Z"/></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%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%2067.3a35.8%2035.8%200%200%200-11.26-25.66c-14-13.28-36.72-12.78-50.62%201.13L142.8%2062.2a24%2024%200%200%200-33.14.77l-9%209a16%2016%200%200%200%200%2022.64l2%202.06l-51%2051a39.75%2039.75%200%200%200-10.53%2038l-8%2018.41A13.68%2013.68%200%200%200%2036%20219.3a15.92%2015.92%200%200%200%2017.71%203.35L71.23%20215a39.89%2039.89%200%200%200%2037.06-10.75l51-51l2.06%202.06a16%2016%200%200%200%2022.62%200l9-9a24%2024%200%200%200%20.74-33.18l19.75-19.87A35.75%2035.75%200%200%200%20224%2067.3M97%20193a24%2024%200%200%201-24%206a8%208%200%200%200-5.55.31l-18.1%207.91L57%20189.41a8%208%200%200%200%20.25-5.75A23.88%2023.88%200%200%201%2063%20159l51-51l33.94%2034ZM202.13%2082l-25.37%2025.52a8%208%200%200%200%200%2011.3l4.89%204.89a8%208%200%200%201%200%2011.32l-9%209L112%2083.26l9-9a8%208%200%200%201%2011.31%200l4.89%204.89a8%208%200%200%200%2011.33%200l24.94-25.09c7.81-7.82%2020.5-8.18%2028.29-.81a20%2020%200%200%201%20.39%2028.7Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%2067.3a35.8%2035.8%200%200%200-11.26-25.66c-14-13.28-36.72-12.78-50.62%201.13L142.8%2062.2a24%2024%200%200%200-33.14.77l-9%209a16%2016%200%200%200%200%2022.64l2%202.06l-51%2051a39.75%2039.75%200%200%200-10.53%2038l-8%2018.41A13.68%2013.68%200%200%200%2036%20219.3a15.92%2015.92%200%200%200%2017.71%203.35L71.23%20215a39.89%2039.89%200%200%200%2037.06-10.75l51-51l2.06%202.06a16%2016%200%200%200%2022.62%200l9-9a24%2024%200%200%200%20.74-33.18l19.75-19.87A35.75%2035.75%200%200%200%20224%2067.3M97%20193a24%2024%200%200%201-24%206a8%208%200%200%200-5.55.31l-18.1%207.91L57%20189.41a8%208%200%200%200%20.25-5.75A23.88%2023.88%200%200%201%2063%20159l51-51l33.94%2034ZM202.13%2082l-25.37%2025.52a8%208%200%200%200%200%2011.3l4.89%204.89a8%208%200%200%201%200%2011.32l-9%209L112%2083.26l9-9a8%208%200%200%201%2011.31%200l4.89%204.89a8%208%200%200%200%2011.33%200l24.94-25.09c7.81-7.82%2020.5-8.18%2028.29-.81a20%2020%200%200%201%20.39%2028.7Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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