Eyedropper Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Eyedropper icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/317736.svg" alt="Eyedropper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317736.svg" alt="Eyedropper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317736.svg" alt="Eyedropper icon" :width="24" :height="24" />
CSS background
.icon-eyedropper {
background-image: url('https://proicons.com/icon/317736.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>eyedropper</title><rect x="2" y="27" width="3" height="3"/><path d="M29.71,7.29l-5-5a1,1,0,0,0-1.41,0h0L20,5.59l-1.29-1.3L17.29,5.71,18.59,7,8.29,17.29A1,1,0,0,0,8,18v1.59l-2.71,2.7a1,1,0,0,0,0,1.41h0l3,3a1,1,0,0,0,1.41,0h0L12.41,24H14a1,1,0,0,0,.71-.29L25,13.41l1.29,1.3,1.42-1.42L26.41,12l3.3-3.29a1,1,0,0,0,0-1.41ZM13.59,22h-2L9,24.59,7.41,23,10,20.41v-2l10-10L23.59,12ZM25,10.59,21.41,7,24,4.41,27.59,8Z" transform="translate(0 0)"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Eyedropper in other icon packs
Copied!