eyedropper icon
eyedropper-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- eyedropper-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M17.247 2.754a2.62 2.62 0 0 0-3.708 0L12.5 3.794l-.351-.352a1.5 1.5 0 0 0-2.121 0l-.586.586a1.5 1.5 0 0 0 0 2.122l.35.35l-6.353 6.354A1.5 1.5 0 0 0 3 13.914v.502l-.964 2.258c-.356.833.49 1.672 1.32 1.31L5.605 17h.48a1.5 1.5 0 0 0 1.062-.439l6.353-6.353l.353.353a1.5 1.5 0 0 0 2.122 0l.585-.586a1.5 1.5 0 0 0 0-2.121l-.353-.353l1.04-1.04a2.62 2.62 0 0 0 0-3.707M10.5 7.208L12.793 9.5l-6.354 6.353a.5.5 0 0 1-.353.146H5.5a.5.5 0 0 0-.2.042l-2.345 1.025l1.005-2.352a.5.5 0 0 0 .04-.197v-.603a.5.5 0 0 1 .147-.354z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEyedropper20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.247 2.754a2.62 2.62 0 0 0-3.708 0L12.5 3.794l-.351-.352a1.5 1.5 0 0 0-2.121 0l-.586.586a1.5 1.5 0 0 0 0 2.122l.35.35l-6.353 6.354A1.5 1.5 0 0 0 3 13.914v.502l-.964 2.258c-.356.833.49 1.672 1.32 1.31L5.605 17h.48a1.5 1.5 0 0 0 1.062-.439l6.353-6.353l.353.353a1.5 1.5 0 0 0 2.122 0l.585-.586a1.5 1.5 0 0 0 0-2.121l-.353-.353l1.04-1.04a2.62 2.62 0 0 0 0-3.707M10.5 7.208L12.793 9.5l-6.354 6.353a.5.5 0 0 1-.353.146H5.5a.5.5 0 0 0-.2.042l-2.345 1.025l1.005-2.352a.5.5 0 0 0 .04-.197v-.603a.5.5 0 0 1 .147-.354z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.247 2.754a2.62 2.62 0 0 0-3.708 0L12.5 3.794l-.351-.352a1.5 1.5 0 0 0-2.121 0l-.586.586a1.5 1.5 0 0 0 0 2.122l.35.35l-6.353 6.354A1.5 1.5 0 0 0 3 13.914v.502l-.964 2.258c-.356.833.49 1.672 1.32 1.31L5.605 17h.48a1.5 1.5 0 0 0 1.062-.439l6.353-6.353l.353.353a1.5 1.5 0 0 0 2.122 0l.585-.586a1.5 1.5 0 0 0 0-2.121l-.353-.353l1.04-1.04a2.62 2.62 0 0 0 0-3.707M10.5 7.208L12.793 9.5l-6.354 6.353a.5.5 0 0 1-.353.146H5.5a.5.5 0 0 0-.2.042l-2.345 1.025l1.005-2.352a.5.5 0 0 0 .04-.197v-.603a.5.5 0 0 1 .147-.354z"/></svg> </template>
CSS
.icon-eyedropper-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.247%202.754a2.62%202.62%200%200%200-3.708%200L12.5%203.794l-.351-.352a1.5%201.5%200%200%200-2.121%200l-.586.586a1.5%201.5%200%200%200%200%202.122l.35.35l-6.353%206.354A1.5%201.5%200%200%200%203%2013.914v.502l-.964%202.258c-.356.833.49%201.672%201.32%201.31L5.605%2017h.48a1.5%201.5%200%200%200%201.062-.439l6.353-6.353l.353.353a1.5%201.5%200%200%200%202.122%200l.585-.586a1.5%201.5%200%200%200%200-2.121l-.353-.353l1.04-1.04a2.62%202.62%200%200%200%200-3.707M10.5%207.208L12.793%209.5l-6.354%206.353a.5.5%200%200%201-.353.146H5.5a.5.5%200%200%200-.2.042l-2.345%201.025l1.005-2.352a.5.5%200%200%200%20.04-.197v-.603a.5.5%200%200%201%20.147-.354z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.247%202.754a2.62%202.62%200%200%200-3.708%200L12.5%203.794l-.351-.352a1.5%201.5%200%200%200-2.121%200l-.586.586a1.5%201.5%200%200%200%200%202.122l.35.35l-6.353%206.354A1.5%201.5%200%200%200%203%2013.914v.502l-.964%202.258c-.356.833.49%201.672%201.32%201.31L5.605%2017h.48a1.5%201.5%200%200%200%201.062-.439l6.353-6.353l.353.353a1.5%201.5%200%200%200%202.122%200l.585-.586a1.5%201.5%200%200%200%200-2.121l-.353-.353l1.04-1.04a2.62%202.62%200%200%200%200-3.707M10.5%207.208L12.793%209.5l-6.354%206.353a.5.5%200%200%201-.353.146H5.5a.5.5%200%200%200-.2.042l-2.345%201.025l1.005-2.352a.5.5%200%200%200%20.04-.197v-.603a.5.5%200%200%201%20.147-.354z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/eyedropper-20-filled.svg?color=%231a73e8&size=48