eyedropper sample icon
eyedropper-sample-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- eyedropper-sample-fill
- Set
- Phosphor
- Style
- Fill
- 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.13L138.8 66.2a24 24 0 0 0-33.14.77l-5 5a16 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 0l5-5a24 24 0 0 0 .74-33.18l23.75-23.87A35.75 35.75 0 0 0 224 67.3M138 152H70.07l44-44l33.94 34Z"/></svg>
React
import type { SVGProps } from "react";
export function PhEyedropperSampleFill(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.13L138.8 66.2a24 24 0 0 0-33.14.77l-5 5a16 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 0l5-5a24 24 0 0 0 .74-33.18l23.75-23.87A35.75 35.75 0 0 0 224 67.3M138 152H70.07l44-44l33.94 34Z"/></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.13L138.8 66.2a24 24 0 0 0-33.14.77l-5 5a16 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 0l5-5a24 24 0 0 0 .74-33.18l23.75-23.87A35.75 35.75 0 0 0 224 67.3M138 152H70.07l44-44l33.94 34Z"/></svg> </template>
CSS
.icon-eyedropper-sample-fill {
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.13L138.8%2066.2a24%2024%200%200%200-33.14.77l-5%205a16%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%200l5-5a24%2024%200%200%200%20.74-33.18l23.75-23.87A35.75%2035.75%200%200%200%20224%2067.3M138%20152H70.07l44-44l33.94%2034Z%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.13L138.8%2066.2a24%2024%200%200%200-33.14.77l-5%205a16%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%200l5-5a24%2024%200%200%200%20.74-33.18l23.75-23.87A35.75%2035.75%200%200%200%20224%2067.3M138%20152H70.07l44-44l33.94%2034Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/eyedropper-sample-fill.svg?color=%231a73e8&size=48