eyedropper-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
eyedropper-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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.574z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEyedropper16Filled(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.574z"/></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.574z"/></svg>
</template>

CSS

.icon-eyedropper-16-filled {
  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.574z%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.574z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/eyedropper-16-filled.svg?color=%231a73e8&size=48