eyedropper icon
eyedropper-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- eyedropper-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the eyedropper icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.432 2.569c.18.18.324.394.42.63h.002c.098.236.147.489.147.744a1.98 1.98 0 0 1-.573 1.456l-.7.7l.25.26a1.137 1.137 0 0 1 0 1.6l-.583.583a1.137 1.137 0 0 1-1.6 0l-.255-.255l-.002-.002l-4.935 4.935a.5.5 0 0 1-.354.146h-.532l-1.286.552a1.025 1.025 0 0 1-1.35-1.348l.553-1.287v-.532a.5.5 0 0 1 .146-.353l4.935-4.945l-.254-.254a1.136 1.136 0 0 1 0-1.6l.59-.585a1.14 1.14 0 0 1 1.234-.245q.207.087.367.245l.256.254l.7-.7a1.95 1.95 0 0 1 1.375-.57a1.98 1.98 0 0 1 1.449.57M8.424 6.164l-4.785 4.788v.428a.5.5 0 0 1-.04.2l-.6 1.38l1.415-.557a.5.5 0 0 1 .2-.04h.428L9.83 7.574zm4.299-1.48a.9.9 0 0 0 .205-.307l-.001.002a1 1 0 0 0 .07-.362a1 1 0 0 0-.276-.741a.95.95 0 0 0-.667-.276a1 1 0 0 0-.731.277l-1.057 1.058a.5.5 0 0 1-.707 0l-.61-.608a.14.14 0 0 0-.046-.03a.1.1 0 0 0-.054-.01a.1.1 0 0 0-.054.01a.14.14 0 0 0-.046.03l-.583.583a.13.13 0 0 0-.04.095a.13.13 0 0 0 .04.095l3.333 3.332a.13.13 0 0 0 .096.04a.13.13 0 0 0 .095-.04l.583-.583a.13.13 0 0 0 .04-.096a.13.13 0 0 0-.04-.095l-.608-.61a.5.5 0 0 1 0-.707z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEyedropper16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.432 2.569c.18.18.324.394.42.63h.002c.098.236.147.489.147.744a1.98 1.98 0 0 1-.573 1.456l-.7.7l.25.26a1.137 1.137 0 0 1 0 1.6l-.583.583a1.137 1.137 0 0 1-1.6 0l-.255-.255l-.002-.002l-4.935 4.935a.5.5 0 0 1-.354.146h-.532l-1.286.552a1.025 1.025 0 0 1-1.35-1.348l.553-1.287v-.532a.5.5 0 0 1 .146-.353l4.935-4.945l-.254-.254a1.136 1.136 0 0 1 0-1.6l.59-.585a1.14 1.14 0 0 1 1.234-.245q.207.087.367.245l.256.254l.7-.7a1.95 1.95 0 0 1 1.375-.57a1.98 1.98 0 0 1 1.449.57M8.424 6.164l-4.785 4.788v.428a.5.5 0 0 1-.04.2l-.6 1.38l1.415-.557a.5.5 0 0 1 .2-.04h.428L9.83 7.574zm4.299-1.48a.9.9 0 0 0 .205-.307l-.001.002a1 1 0 0 0 .07-.362a1 1 0 0 0-.276-.741a.95.95 0 0 0-.667-.276a1 1 0 0 0-.731.277l-1.057 1.058a.5.5 0 0 1-.707 0l-.61-.608a.14.14 0 0 0-.046-.03a.1.1 0 0 0-.054-.01a.1.1 0 0 0-.054.01a.14.14 0 0 0-.046.03l-.583.583a.13.13 0 0 0-.04.095a.13.13 0 0 0 .04.095l3.333 3.332a.13.13 0 0 0 .096.04a.13.13 0 0 0 .095-.04l.583-.583a.13.13 0 0 0 .04-.096a.13.13 0 0 0-.04-.095l-.608-.61a.5.5 0 0 1 0-.707z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.432 2.569c.18.18.324.394.42.63h.002c.098.236.147.489.147.744a1.98 1.98 0 0 1-.573 1.456l-.7.7l.25.26a1.137 1.137 0 0 1 0 1.6l-.583.583a1.137 1.137 0 0 1-1.6 0l-.255-.255l-.002-.002l-4.935 4.935a.5.5 0 0 1-.354.146h-.532l-1.286.552a1.025 1.025 0 0 1-1.35-1.348l.553-1.287v-.532a.5.5 0 0 1 .146-.353l4.935-4.945l-.254-.254a1.136 1.136 0 0 1 0-1.6l.59-.585a1.14 1.14 0 0 1 1.234-.245q.207.087.367.245l.256.254l.7-.7a1.95 1.95 0 0 1 1.375-.57a1.98 1.98 0 0 1 1.449.57M8.424 6.164l-4.785 4.788v.428a.5.5 0 0 1-.04.2l-.6 1.38l1.415-.557a.5.5 0 0 1 .2-.04h.428L9.83 7.574zm4.299-1.48a.9.9 0 0 0 .205-.307l-.001.002a1 1 0 0 0 .07-.362a1 1 0 0 0-.276-.741a.95.95 0 0 0-.667-.276a1 1 0 0 0-.731.277l-1.057 1.058a.5.5 0 0 1-.707 0l-.61-.608a.14.14 0 0 0-.046-.03a.1.1 0 0 0-.054-.01a.1.1 0 0 0-.054.01a.14.14 0 0 0-.046.03l-.583.583a.13.13 0 0 0-.04.095a.13.13 0 0 0 .04.095l3.333 3.332a.13.13 0 0 0 .096.04a.13.13 0 0 0 .095-.04l.583-.583a.13.13 0 0 0 .04-.096a.13.13 0 0 0-.04-.095l-.608-.61a.5.5 0 0 1 0-.707z"/></svg> </template>
CSS
.icon-eyedropper-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.432%202.569c.18.18.324.394.42.63h.002c.098.236.147.489.147.744a1.98%201.98%200%200%201-.573%201.456l-.7.7l.25.26a1.137%201.137%200%200%201%200%201.6l-.583.583a1.137%201.137%200%200%201-1.6%200l-.255-.255l-.002-.002l-4.935%204.935a.5.5%200%200%201-.354.146h-.532l-1.286.552a1.025%201.025%200%200%201-1.35-1.348l.553-1.287v-.532a.5.5%200%200%201%20.146-.353l4.935-4.945l-.254-.254a1.136%201.136%200%200%201%200-1.6l.59-.585a1.14%201.14%200%200%201%201.234-.245q.207.087.367.245l.256.254l.7-.7a1.95%201.95%200%200%201%201.375-.57a1.98%201.98%200%200%201%201.449.57M8.424%206.164l-4.785%204.788v.428a.5.5%200%200%201-.04.2l-.6%201.38l1.415-.557a.5.5%200%200%201%20.2-.04h.428L9.83%207.574zm4.299-1.48a.9.9%200%200%200%20.205-.307l-.001.002a1%201%200%200%200%20.07-.362a1%201%200%200%200-.276-.741a.95.95%200%200%200-.667-.276a1%201%200%200%200-.731.277l-1.057%201.058a.5.5%200%200%201-.707%200l-.61-.608a.14.14%200%200%200-.046-.03a.1.1%200%200%200-.054-.01a.1.1%200%200%200-.054.01a.14.14%200%200%200-.046.03l-.583.583a.13.13%200%200%200-.04.095a.13.13%200%200%200%20.04.095l3.333%203.332a.13.13%200%200%200%20.096.04a.13.13%200%200%200%20.095-.04l.583-.583a.13.13%200%200%200%20.04-.096a.13.13%200%200%200-.04-.095l-.608-.61a.5.5%200%200%201%200-.707z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.432%202.569c.18.18.324.394.42.63h.002c.098.236.147.489.147.744a1.98%201.98%200%200%201-.573%201.456l-.7.7l.25.26a1.137%201.137%200%200%201%200%201.6l-.583.583a1.137%201.137%200%200%201-1.6%200l-.255-.255l-.002-.002l-4.935%204.935a.5.5%200%200%201-.354.146h-.532l-1.286.552a1.025%201.025%200%200%201-1.35-1.348l.553-1.287v-.532a.5.5%200%200%201%20.146-.353l4.935-4.945l-.254-.254a1.136%201.136%200%200%201%200-1.6l.59-.585a1.14%201.14%200%200%201%201.234-.245q.207.087.367.245l.256.254l.7-.7a1.95%201.95%200%200%201%201.375-.57a1.98%201.98%200%200%201%201.449.57M8.424%206.164l-4.785%204.788v.428a.5.5%200%200%201-.04.2l-.6%201.38l1.415-.557a.5.5%200%200%201%20.2-.04h.428L9.83%207.574zm4.299-1.48a.9.9%200%200%200%20.205-.307l-.001.002a1%201%200%200%200%20.07-.362a1%201%200%200%200-.276-.741a.95.95%200%200%200-.667-.276a1%201%200%200%200-.731.277l-1.057%201.058a.5.5%200%200%201-.707%200l-.61-.608a.14.14%200%200%200-.046-.03a.1.1%200%200%200-.054-.01a.1.1%200%200%200-.054.01a.14.14%200%200%200-.046.03l-.583.583a.13.13%200%200%200-.04.095a.13.13%200%200%200%20.04.095l3.333%203.332a.13.13%200%200%200%20.096.04a.13.13%200%200%200%20.095-.04l.583-.583a.13.13%200%200%200%20.04-.096a.13.13%200%200%200-.04-.095l-.608-.61a.5.5%200%200%201%200-.707z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/eyedropper-16-regular.svg?color=%231a73e8&size=48