eyedropper sample icon

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

Name
eyedropper-sample
Set
Phosphor
Style
Regular
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"><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.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"/></svg>

React

import type { SVGProps } from "react";

export function PhEyedropperSample(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.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"/></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.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"/></svg>
</template>

CSS

.icon-eyedropper-sample {
  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.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%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.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%2Fsvg%3E") no-repeat center / contain;
}

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