eyedropper icon
eyedropper from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- eyedropper
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the eyedropper icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 27h3v3H2zM29.71 7.29l-5-5a1 1 0 0 0-1.41 0L20 5.59l-1.29-1.3l-1.42 1.42L18.59 7L8.29 17.29A1 1 0 0 0 8 18v1.59l-2.71 2.7a1 1 0 0 0 0 1.41l3 3a1 1 0 0 0 1.41 0l2.71-2.7H14a1 1 0 0 0 .71-.29L25 13.41l1.29 1.3l1.42-1.42l-1.3-1.29l3.3-3.29a1 1 0 0 0 0-1.41ZM13.59 22h-2L9 24.59L7.41 23L10 20.41v-2l10-10L23.59 12ZM25 10.59L21.41 7L24 4.41L27.59 8Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonEyedropper(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 27h3v3H2zM29.71 7.29l-5-5a1 1 0 0 0-1.41 0L20 5.59l-1.29-1.3l-1.42 1.42L18.59 7L8.29 17.29A1 1 0 0 0 8 18v1.59l-2.71 2.7a1 1 0 0 0 0 1.41l3 3a1 1 0 0 0 1.41 0l2.71-2.7H14a1 1 0 0 0 .71-.29L25 13.41l1.29 1.3l1.42-1.42l-1.3-1.29l3.3-3.29a1 1 0 0 0 0-1.41ZM13.59 22h-2L9 24.59L7.41 23L10 20.41v-2l10-10L23.59 12ZM25 10.59L21.41 7L24 4.41L27.59 8Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 27h3v3H2zM29.71 7.29l-5-5a1 1 0 0 0-1.41 0L20 5.59l-1.29-1.3l-1.42 1.42L18.59 7L8.29 17.29A1 1 0 0 0 8 18v1.59l-2.71 2.7a1 1 0 0 0 0 1.41l3 3a1 1 0 0 0 1.41 0l2.71-2.7H14a1 1 0 0 0 .71-.29L25 13.41l1.29 1.3l1.42-1.42l-1.3-1.29l3.3-3.29a1 1 0 0 0 0-1.41ZM13.59 22h-2L9 24.59L7.41 23L10 20.41v-2l10-10L23.59 12ZM25 10.59L21.41 7L24 4.41L27.59 8Z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2027h3v3H2zM29.71%207.29l-5-5a1%201%200%200%200-1.41%200L20%205.59l-1.29-1.3l-1.42%201.42L18.59%207L8.29%2017.29A1%201%200%200%200%208%2018v1.59l-2.71%202.7a1%201%200%200%200%200%201.41l3%203a1%201%200%200%200%201.41%200l2.71-2.7H14a1%201%200%200%200%20.71-.29L25%2013.41l1.29%201.3l1.42-1.42l-1.3-1.29l3.3-3.29a1%201%200%200%200%200-1.41ZM13.59%2022h-2L9%2024.59L7.41%2023L10%2020.41v-2l10-10L23.59%2012ZM25%2010.59L21.41%207L24%204.41L27.59%208Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2027h3v3H2zM29.71%207.29l-5-5a1%201%200%200%200-1.41%200L20%205.59l-1.29-1.3l-1.42%201.42L18.59%207L8.29%2017.29A1%201%200%200%200%208%2018v1.59l-2.71%202.7a1%201%200%200%200%200%201.41l3%203a1%201%200%200%200%201.41%200l2.71-2.7H14a1%201%200%200%200%20.71-.29L25%2013.41l1.29%201.3l1.42-1.42l-1.3-1.29l3.3-3.29a1%201%200%200%200%200-1.41ZM13.59%2022h-2L9%2024.59L7.41%2023L10%2020.41v-2l10-10L23.59%2012ZM25%2010.59L21.41%207L24%204.41L27.59%208Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/eyedropper.svg?color=%231a73e8&size=48