eyedropper-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
eyedropper-off-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Use the eyedropper off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.793 8.501L2.146 2.854a.5.5 0 1 1 .708-.707l15 15a.5.5 0 0 1-.708.707l-5.645-5.646l-4.353 4.353a1.5 1.5 0 0 1-1.061.44h-.481l-2.25.982c-.83.363-1.675-.476-1.32-1.309l.965-2.258v-.501c0-.398.158-.78.44-1.061zm3 3L8.5 9.208l-4.352 4.353a.5.5 0 0 0-.147.354v.604a.5.5 0 0 1-.04.196l-1.005 2.352l2.345-1.025A.5.5 0 0 1 5.5 16h.586a.5.5 0 0 0 .353-.146zm2-2l-.585.585l.707.707l.586-.585l.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.621 2.621 0 1 0-3.708-3.707l-1.04 1.04l-.35-.352a1.5 1.5 0 0 0-2.122 0l-.585.586a1.5 1.5 0 0 0 0 2.122l.35.35l-.585.586l.707.707l.586-.585zm1.454-6.04a1.621 1.621 0 1 1 2.293 2.293l-1.393 1.393a.5.5 0 0 0 0 .707l.707.707a.5.5 0 0 1 0 .707l-.585.586a.5.5 0 0 1-.708 0L10.15 5.442a.5.5 0 0 1 0-.707l.586-.585a.5.5 0 0 1 .707 0l.704.704a.5.5 0 0 0 .707 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEyedropperOff20Regular(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="M7.793 8.501L2.146 2.854a.5.5 0 1 1 .708-.707l15 15a.5.5 0 0 1-.708.707l-5.645-5.646l-4.353 4.353a1.5 1.5 0 0 1-1.061.44h-.481l-2.25.982c-.83.363-1.675-.476-1.32-1.309l.965-2.258v-.501c0-.398.158-.78.44-1.061zm3 3L8.5 9.208l-4.352 4.353a.5.5 0 0 0-.147.354v.604a.5.5 0 0 1-.04.196l-1.005 2.352l2.345-1.025A.5.5 0 0 1 5.5 16h.586a.5.5 0 0 0 .353-.146zm2-2l-.585.585l.707.707l.586-.585l.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.621 2.621 0 1 0-3.708-3.707l-1.04 1.04l-.35-.352a1.5 1.5 0 0 0-2.122 0l-.585.586a1.5 1.5 0 0 0 0 2.122l.35.35l-.585.586l.707.707l.586-.585zm1.454-6.04a1.621 1.621 0 1 1 2.293 2.293l-1.393 1.393a.5.5 0 0 0 0 .707l.707.707a.5.5 0 0 1 0 .707l-.585.586a.5.5 0 0 1-.708 0L10.15 5.442a.5.5 0 0 1 0-.707l.586-.585a.5.5 0 0 1 .707 0l.704.704a.5.5 0 0 0 .707 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.793 8.501L2.146 2.854a.5.5 0 1 1 .708-.707l15 15a.5.5 0 0 1-.708.707l-5.645-5.646l-4.353 4.353a1.5 1.5 0 0 1-1.061.44h-.481l-2.25.982c-.83.363-1.675-.476-1.32-1.309l.965-2.258v-.501c0-.398.158-.78.44-1.061zm3 3L8.5 9.208l-4.352 4.353a.5.5 0 0 0-.147.354v.604a.5.5 0 0 1-.04.196l-1.005 2.352l2.345-1.025A.5.5 0 0 1 5.5 16h.586a.5.5 0 0 0 .353-.146zm2-2l-.585.585l.707.707l.586-.585l.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.621 2.621 0 1 0-3.708-3.707l-1.04 1.04l-.35-.352a1.5 1.5 0 0 0-2.122 0l-.585.586a1.5 1.5 0 0 0 0 2.122l.35.35l-.585.586l.707.707l.586-.585zm1.454-6.04a1.621 1.621 0 1 1 2.293 2.293l-1.393 1.393a.5.5 0 0 0 0 .707l.707.707a.5.5 0 0 1 0 .707l-.585.586a.5.5 0 0 1-.708 0L10.15 5.442a.5.5 0 0 1 0-.707l.586-.585a.5.5 0 0 1 .707 0l.704.704a.5.5 0 0 0 .707 0z"/></svg>
</template>

CSS

.icon-eyedropper-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.793%208.501L2.146%202.854a.5.5%200%201%201%20.708-.707l15%2015a.5.5%200%200%201-.708.707l-5.645-5.646l-4.353%204.353a1.5%201.5%200%200%201-1.061.44h-.481l-2.25.982c-.83.363-1.675-.476-1.32-1.309l.965-2.258v-.501c0-.398.158-.78.44-1.061zm3%203L8.5%209.208l-4.352%204.353a.5.5%200%200%200-.147.354v.604a.5.5%200%200%201-.04.196l-1.005%202.352l2.345-1.025A.5.5%200%200%201%205.5%2016h.586a.5.5%200%200%200%20.353-.146zm2-2l-.585.585l.707.707l.586-.585l.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.621%202.621%200%201%200-3.708-3.707l-1.04%201.04l-.35-.352a1.5%201.5%200%200%200-2.122%200l-.585.586a1.5%201.5%200%200%200%200%202.122l.35.35l-.585.586l.707.707l.586-.585zm1.454-6.04a1.621%201.621%200%201%201%202.293%202.293l-1.393%201.393a.5.5%200%200%200%200%20.707l.707.707a.5.5%200%200%201%200%20.707l-.585.586a.5.5%200%200%201-.708%200L10.15%205.442a.5.5%200%200%201%200-.707l.586-.585a.5.5%200%200%201%20.707%200l.704.704a.5.5%200%200%200%20.707%200z%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%22M7.793%208.501L2.146%202.854a.5.5%200%201%201%20.708-.707l15%2015a.5.5%200%200%201-.708.707l-5.645-5.646l-4.353%204.353a1.5%201.5%200%200%201-1.061.44h-.481l-2.25.982c-.83.363-1.675-.476-1.32-1.309l.965-2.258v-.501c0-.398.158-.78.44-1.061zm3%203L8.5%209.208l-4.352%204.353a.5.5%200%200%200-.147.354v.604a.5.5%200%200%201-.04.196l-1.005%202.352l2.345-1.025A.5.5%200%200%201%205.5%2016h.586a.5.5%200%200%200%20.353-.146zm2-2l-.585.585l.707.707l.586-.585l.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.621%202.621%200%201%200-3.708-3.707l-1.04%201.04l-.35-.352a1.5%201.5%200%200%200-2.122%200l-.585.586a1.5%201.5%200%200%200%200%202.122l.35.35l-.585.586l.707.707l.586-.585zm1.454-6.04a1.621%201.621%200%201%201%202.293%202.293l-1.393%201.393a.5.5%200%200%200%200%20.707l.707.707a.5.5%200%200%201%200%20.707l-.585.586a.5.5%200%200%201-.708%200L10.15%205.442a.5.5%200%200%201%200-.707l.586-.585a.5.5%200%200%201%20.707%200l.704.704a.5.5%200%200%200%20.707%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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