eyedropper plus icon
eyedropper-plus from Material Design Icons by Pictogrammers · Filled · Science · Apache-2.0 Free for personal and commercial use.
- Name
- eyedropper-plus
- Set
- Material Design Icons
- Style
- Filled
- Category
- Science
- Viewbox
- 24×24
- License
- Apache 2.0
More science icons from Material Design Icons
Use the eyedropper plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.35 11.72l-2.13 2.13l-1.41-1.42l-7.71 7.71L3.5 22L2 20.5l1.86-4.6l7.71-7.71l-1.42-1.41l2.13-2.13zM16.76 3c1.17-1.17 3.07-1.17 4.24 0s1.17 3.07 0 4.24l-1.92 1.92l-4.24-4.24zM5.56 17.03L4.5 19.5l2.47-1.06L14.4 11L13 9.6zM6 1v3h3v2H6v3H4V6H1V4h3V1z"/></svg>
React
import type { SVGProps } from "react";
export function MdiEyedropperPlus(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="m19.35 11.72l-2.13 2.13l-1.41-1.42l-7.71 7.71L3.5 22L2 20.5l1.86-4.6l7.71-7.71l-1.42-1.41l2.13-2.13zM16.76 3c1.17-1.17 3.07-1.17 4.24 0s1.17 3.07 0 4.24l-1.92 1.92l-4.24-4.24zM5.56 17.03L4.5 19.5l2.47-1.06L14.4 11L13 9.6zM6 1v3h3v2H6v3H4V6H1V4h3V1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.35 11.72l-2.13 2.13l-1.41-1.42l-7.71 7.71L3.5 22L2 20.5l1.86-4.6l7.71-7.71l-1.42-1.41l2.13-2.13zM16.76 3c1.17-1.17 3.07-1.17 4.24 0s1.17 3.07 0 4.24l-1.92 1.92l-4.24-4.24zM5.56 17.03L4.5 19.5l2.47-1.06L14.4 11L13 9.6zM6 1v3h3v2H6v3H4V6H1V4h3V1z"/></svg> </template>
CSS
.icon-eyedropper-plus {
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%22m19.35%2011.72l-2.13%202.13l-1.41-1.42l-7.71%207.71L3.5%2022L2%2020.5l1.86-4.6l7.71-7.71l-1.42-1.41l2.13-2.13zM16.76%203c1.17-1.17%203.07-1.17%204.24%200s1.17%203.07%200%204.24l-1.92%201.92l-4.24-4.24zM5.56%2017.03L4.5%2019.5l2.47-1.06L14.4%2011L13%209.6zM6%201v3h3v2H6v3H4V6H1V4h3V1z%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%22m19.35%2011.72l-2.13%202.13l-1.41-1.42l-7.71%207.71L3.5%2022L2%2020.5l1.86-4.6l7.71-7.71l-1.42-1.41l2.13-2.13zM16.76%203c1.17-1.17%203.07-1.17%204.24%200s1.17%203.07%200%204.24l-1.92%201.92l-4.24-4.24zM5.56%2017.03L4.5%2019.5l2.47-1.06L14.4%2011L13%209.6zM6%201v3h3v2H6v3H4V6H1V4h3V1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/eyedropper-plus.svg?color=%231a73e8&size=48