eyedropper off icon
eyedropper-off-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- eyedropper-off-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="m8.94 10l-4.78 4.78a2.25 2.25 0 0 0-.659 1.592v.687l-1.28 2.347c-.836 1.533.841 3.21 2.374 2.375l2.347-1.28h.688a2.25 2.25 0 0 0 1.59-.66l4.78-4.78l6.72 6.72a.75.75 0 0 0 1.06-1.06L3.28 2.22a.75.75 0 0 0-1.06 1.06zm4 4.001l-4.78 4.78a.75.75 0 0 1-.53.22h-.88a.75.75 0 0 0-.359.09l-2.515 1.373a.23.23 0 0 1-.159.032a.26.26 0 0 1-.138-.075a.26.26 0 0 1-.075-.138a.23.23 0 0 1 .033-.158L4.91 17.61a.75.75 0 0 0 .09-.36v-.878a.75.75 0 0 1 .22-.53l4.78-4.78zm5.548-.928a1.75 1.75 0 0 1-1.818.414l-6.156-6.156a1.75 1.75 0 0 1 .414-1.818l.585-.586a1.75 1.75 0 0 1 2.475 0l.013.013l1.97-1.97a3.578 3.578 0 0 1 5.06 5.06L19.061 10l.013.013a1.75 1.75 0 0 1 0 2.475z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEyedropperOff24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.94 10l-4.78 4.78a2.25 2.25 0 0 0-.659 1.592v.687l-1.28 2.347c-.836 1.533.841 3.21 2.374 2.375l2.347-1.28h.688a2.25 2.25 0 0 0 1.59-.66l4.78-4.78l6.72 6.72a.75.75 0 0 0 1.06-1.06L3.28 2.22a.75.75 0 0 0-1.06 1.06zm4 4.001l-4.78 4.78a.75.75 0 0 1-.53.22h-.88a.75.75 0 0 0-.359.09l-2.515 1.373a.23.23 0 0 1-.159.032a.26.26 0 0 1-.138-.075a.26.26 0 0 1-.075-.138a.23.23 0 0 1 .033-.158L4.91 17.61a.75.75 0 0 0 .09-.36v-.878a.75.75 0 0 1 .22-.53l4.78-4.78zm5.548-.928a1.75 1.75 0 0 1-1.818.414l-6.156-6.156a1.75 1.75 0 0 1 .414-1.818l.585-.586a1.75 1.75 0 0 1 2.475 0l.013.013l1.97-1.97a3.578 3.578 0 0 1 5.06 5.06L19.061 10l.013.013a1.75 1.75 0 0 1 0 2.475z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.94 10l-4.78 4.78a2.25 2.25 0 0 0-.659 1.592v.687l-1.28 2.347c-.836 1.533.841 3.21 2.374 2.375l2.347-1.28h.688a2.25 2.25 0 0 0 1.59-.66l4.78-4.78l6.72 6.72a.75.75 0 0 0 1.06-1.06L3.28 2.22a.75.75 0 0 0-1.06 1.06zm4 4.001l-4.78 4.78a.75.75 0 0 1-.53.22h-.88a.75.75 0 0 0-.359.09l-2.515 1.373a.23.23 0 0 1-.159.032a.26.26 0 0 1-.138-.075a.26.26 0 0 1-.075-.138a.23.23 0 0 1 .033-.158L4.91 17.61a.75.75 0 0 0 .09-.36v-.878a.75.75 0 0 1 .22-.53l4.78-4.78zm5.548-.928a1.75 1.75 0 0 1-1.818.414l-6.156-6.156a1.75 1.75 0 0 1 .414-1.818l.585-.586a1.75 1.75 0 0 1 2.475 0l.013.013l1.97-1.97a3.578 3.578 0 0 1 5.06 5.06L19.061 10l.013.013a1.75 1.75 0 0 1 0 2.475z"/></svg> </template>
CSS
.icon-eyedropper-off-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.94%2010l-4.78%204.78a2.25%202.25%200%200%200-.659%201.592v.687l-1.28%202.347c-.836%201.533.841%203.21%202.374%202.375l2.347-1.28h.688a2.25%202.25%200%200%200%201.59-.66l4.78-4.78l6.72%206.72a.75.75%200%200%200%201.06-1.06L3.28%202.22a.75.75%200%200%200-1.06%201.06zm4%204.001l-4.78%204.78a.75.75%200%200%201-.53.22h-.88a.75.75%200%200%200-.359.09l-2.515%201.373a.23.23%200%200%201-.159.032a.26.26%200%200%201-.138-.075a.26.26%200%200%201-.075-.138a.23.23%200%200%201%20.033-.158L4.91%2017.61a.75.75%200%200%200%20.09-.36v-.878a.75.75%200%200%201%20.22-.53l4.78-4.78zm5.548-.928a1.75%201.75%200%200%201-1.818.414l-6.156-6.156a1.75%201.75%200%200%201%20.414-1.818l.585-.586a1.75%201.75%200%200%201%202.475%200l.013.013l1.97-1.97a3.578%203.578%200%200%201%205.06%205.06L19.061%2010l.013.013a1.75%201.75%200%200%201%200%202.475z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.94%2010l-4.78%204.78a2.25%202.25%200%200%200-.659%201.592v.687l-1.28%202.347c-.836%201.533.841%203.21%202.374%202.375l2.347-1.28h.688a2.25%202.25%200%200%200%201.59-.66l4.78-4.78l6.72%206.72a.75.75%200%200%200%201.06-1.06L3.28%202.22a.75.75%200%200%200-1.06%201.06zm4%204.001l-4.78%204.78a.75.75%200%200%201-.53.22h-.88a.75.75%200%200%200-.359.09l-2.515%201.373a.23.23%200%200%201-.159.032a.26.26%200%200%201-.138-.075a.26.26%200%200%201-.075-.138a.23.23%200%200%201%20.033-.158L4.91%2017.61a.75.75%200%200%200%20.09-.36v-.878a.75.75%200%200%201%20.22-.53l4.78-4.78zm5.548-.928a1.75%201.75%200%200%201-1.818.414l-6.156-6.156a1.75%201.75%200%200%201%20.414-1.818l.585-.586a1.75%201.75%200%200%201%202.475%200l.013.013l1.97-1.97a3.578%203.578%200%200%201%205.06%205.06L19.061%2010l.013.013a1.75%201.75%200%200%201%200%202.475z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/eyedropper-off-24-filled.svg?color=%231a73e8&size=48