eyedropper icon
eyedropper from Material Design Icons by Pictogrammers · Filled · Color · Apache-2.0 Free for personal and commercial use.
- Name
- eyedropper
- Set
- Material Design Icons
- Style
- Filled
- Category
- Color
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- pipette
The same icon in other sets
More color icons from Material Design Icons
border-colorcolor-helpereyedropper-variantformat-color-fillformat-color-highlightformat-color-marker-cancelformat-color-textformat-paintinvert-colorsinvert-colors-offlookspalettepalette-advancedpalette-swatchpalette-swatch-variantselect-coloreyedropper-minuseyedropper-offeyedropper-pluseyedropper-remove
Use the eyedropper icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.35 11.72l-2.13 2.13l-1.41-1.42l-7.71 7.71L3.5 22L2 20.5l1.86-4.6l7.71-7.71l-1.42-1.41l2.13-2.13zM16.76 3A3 3 0 0 1 21 3a3 3 0 0 1 0 4.24l-1.92 1.92l-4.24-4.24zM5.56 17.03L4.5 19.5l2.47-1.06L14.4 11L13 9.6z"/></svg>
React
import type { SVGProps } from "react";
export function MdiEyedropper(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.35 11.72l-2.13 2.13l-1.41-1.42l-7.71 7.71L3.5 22L2 20.5l1.86-4.6l7.71-7.71l-1.42-1.41l2.13-2.13zM16.76 3A3 3 0 0 1 21 3a3 3 0 0 1 0 4.24l-1.92 1.92l-4.24-4.24zM5.56 17.03L4.5 19.5l2.47-1.06L14.4 11L13 9.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.35 11.72l-2.13 2.13l-1.41-1.42l-7.71 7.71L3.5 22L2 20.5l1.86-4.6l7.71-7.71l-1.42-1.41l2.13-2.13zM16.76 3A3 3 0 0 1 21 3a3 3 0 0 1 0 4.24l-1.92 1.92l-4.24-4.24zM5.56 17.03L4.5 19.5l2.47-1.06L14.4 11L13 9.6z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.35%2011.72l-2.13%202.13l-1.41-1.42l-7.71%207.71L3.5%2022L2%2020.5l1.86-4.6l7.71-7.71l-1.42-1.41l2.13-2.13zM16.76%203A3%203%200%200%201%2021%203a3%203%200%200%201%200%204.24l-1.92%201.92l-4.24-4.24zM5.56%2017.03L4.5%2019.5l2.47-1.06L14.4%2011L13%209.6z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.35%2011.72l-2.13%202.13l-1.41-1.42l-7.71%207.71L3.5%2022L2%2020.5l1.86-4.6l7.71-7.71l-1.42-1.41l2.13-2.13zM16.76%203A3%203%200%200%201%2021%203a3%203%200%200%201%200%204.24l-1.92%201.92l-4.24-4.24zM5.56%2017.03L4.5%2019.5l2.47-1.06L14.4%2011L13%209.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/eyedropper.svg?color=%231a73e8&size=48