eyedropper sample icon

eyedropper-sample-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
eyedropper-sample-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the eyedropper sample icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M52.3 160h89l-38.62 38.63a32 32 0 0 1-32.06 8l-20 8.74a8 8 0 0 1-8.86-1.67a5.74 5.74 0 0 1-1.2-6.36l9.19-21.06A32.07 32.07 0 0 1 52.3 160M207.23 47.51c-11.07-10.49-28.65-9.83-39.44 1l-25 25.1l-4.89-4.88a16 16 0 0 0-22.63 0l-9 9a8 8 0 0 0 0 11.31L167 149.66a8 8 0 0 0 11.31 0l9-9a16 16 0 0 0 0-22.63l-4.88-4.89l25.37-25.48a28 28 0 0 0-.57-40.15" opacity=".2"/><path 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.65 13.65 0 0 0 36 219.29a15.9 15.9 0 0 0 17.71 3.36L71.24 215a39.9 39.9 0 0 0 37.05-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.9l7.65-17.8a8 8 0 0 0 .25-5.75a24 24 0 0 1 .1-15.69H122Zm41-41H70.07l44-44l33.94 34Zm64.18-70l-25.37 25.52a8 8 0 0 0 0 11.31l4.89 4.88a8 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 5.65 2.34a8 8 0 0 0 5.66-2.36l24.94-25.09c7.81-7.82 20.5-8.18 28.29-.81a20 20 0 0 1 .39 28.7Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhEyedropperSampleDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M52.3 160h89l-38.62 38.63a32 32 0 0 1-32.06 8l-20 8.74a8 8 0 0 1-8.86-1.67a5.74 5.74 0 0 1-1.2-6.36l9.19-21.06A32.07 32.07 0 0 1 52.3 160M207.23 47.51c-11.07-10.49-28.65-9.83-39.44 1l-25 25.1l-4.89-4.88a16 16 0 0 0-22.63 0l-9 9a8 8 0 0 0 0 11.31L167 149.66a8 8 0 0 0 11.31 0l9-9a16 16 0 0 0 0-22.63l-4.88-4.89l25.37-25.48a28 28 0 0 0-.57-40.15" opacity=".2"/><path 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.65 13.65 0 0 0 36 219.29a15.9 15.9 0 0 0 17.71 3.36L71.24 215a39.9 39.9 0 0 0 37.05-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.9l7.65-17.8a8 8 0 0 0 .25-5.75a24 24 0 0 1 .1-15.69H122Zm41-41H70.07l44-44l33.94 34Zm64.18-70l-25.37 25.52a8 8 0 0 0 0 11.31l4.89 4.88a8 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 5.65 2.34a8 8 0 0 0 5.66-2.36l24.94-25.09c7.81-7.82 20.5-8.18 28.29-.81a20 20 0 0 1 .39 28.7Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M52.3 160h89l-38.62 38.63a32 32 0 0 1-32.06 8l-20 8.74a8 8 0 0 1-8.86-1.67a5.74 5.74 0 0 1-1.2-6.36l9.19-21.06A32.07 32.07 0 0 1 52.3 160M207.23 47.51c-11.07-10.49-28.65-9.83-39.44 1l-25 25.1l-4.89-4.88a16 16 0 0 0-22.63 0l-9 9a8 8 0 0 0 0 11.31L167 149.66a8 8 0 0 0 11.31 0l9-9a16 16 0 0 0 0-22.63l-4.88-4.89l25.37-25.48a28 28 0 0 0-.57-40.15" opacity=".2"/><path 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.65 13.65 0 0 0 36 219.29a15.9 15.9 0 0 0 17.71 3.36L71.24 215a39.9 39.9 0 0 0 37.05-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.9l7.65-17.8a8 8 0 0 0 .25-5.75a24 24 0 0 1 .1-15.69H122Zm41-41H70.07l44-44l33.94 34Zm64.18-70l-25.37 25.52a8 8 0 0 0 0 11.31l4.89 4.88a8 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 5.65 2.34a8 8 0 0 0 5.66-2.36l24.94-25.09c7.81-7.82 20.5-8.18 28.29-.81a20 20 0 0 1 .39 28.7Z"/></g></svg>
</template>

CSS

.icon-eyedropper-sample-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M52.3%20160h89l-38.62%2038.63a32%2032%200%200%201-32.06%208l-20%208.74a8%208%200%200%201-8.86-1.67a5.74%205.74%200%200%201-1.2-6.36l9.19-21.06A32.07%2032.07%200%200%201%2052.3%20160M207.23%2047.51c-11.07-10.49-28.65-9.83-39.44%201l-25%2025.1l-4.89-4.88a16%2016%200%200%200-22.63%200l-9%209a8%208%200%200%200%200%2011.31L167%20149.66a8%208%200%200%200%2011.31%200l9-9a16%2016%200%200%200%200-22.63l-4.88-4.89l25.37-25.48a28%2028%200%200%200-.57-40.15%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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.65%2013.65%200%200%200%2036%20219.29a15.9%2015.9%200%200%200%2017.71%203.36L71.24%20215a39.9%2039.9%200%200%200%2037.05-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.9l7.65-17.8a8%208%200%200%200%20.25-5.75a24%2024%200%200%201%20.1-15.69H122Zm41-41H70.07l44-44l33.94%2034Zm64.18-70l-25.37%2025.52a8%208%200%200%200%200%2011.31l4.89%204.88a8%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%205.65%202.34a8%208%200%200%200%205.66-2.36l24.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%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M52.3%20160h89l-38.62%2038.63a32%2032%200%200%201-32.06%208l-20%208.74a8%208%200%200%201-8.86-1.67a5.74%205.74%200%200%201-1.2-6.36l9.19-21.06A32.07%2032.07%200%200%201%2052.3%20160M207.23%2047.51c-11.07-10.49-28.65-9.83-39.44%201l-25%2025.1l-4.89-4.88a16%2016%200%200%200-22.63%200l-9%209a8%208%200%200%200%200%2011.31L167%20149.66a8%208%200%200%200%2011.31%200l9-9a16%2016%200%200%200%200-22.63l-4.88-4.89l25.37-25.48a28%2028%200%200%200-.57-40.15%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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.65%2013.65%200%200%200%2036%20219.29a15.9%2015.9%200%200%200%2017.71%203.36L71.24%20215a39.9%2039.9%200%200%200%2037.05-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.9l7.65-17.8a8%208%200%200%200%20.25-5.75a24%2024%200%200%201%20.1-15.69H122Zm41-41H70.07l44-44l33.94%2034Zm64.18-70l-25.37%2025.52a8%208%200%200%200%200%2011.31l4.89%204.88a8%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%205.65%202.34a8%208%200%200%200%205.66-2.36l24.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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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