eyedropper icon
eyedropper from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- eyedropper
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
Related icons in Framework7 Icons
Use the eyedropper icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m39.649 28.902l.656-.726c1.148-1.195 1.195-2.602-.024-3.82l-.703-.68c3.586-3.211 7.57-3.656 10.031-6.164c3.492-3.516 2.344-8.438-.093-10.899c-2.438-2.484-7.313-3.539-10.899-.094c-2.531 2.438-2.953 6.446-6.164 10.032l-.68-.703c-1.218-1.22-2.625-1.172-3.82-.024l-.726.656c-1.43 1.383-1.172 2.602.07 3.844l.984.985l-17.695 17.718C3.344 46.27 6.836 45.145 2.899 50.7l2.085 2.227c5.391-3.914 4.665-.07 12-7.407l17.813-17.695l1.008 1.008c1.242 1.242 2.46 1.5 3.843.07M10.116 46.13c-.867-.938-.703-1.828.235-2.766l19.945-20.039l2.555 2.555l-20.04 20.016c-.82.843-1.898 1.101-2.695.234"/></svg>
React
import type { SVGProps } from "react";
export function F7Eyedropper(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m39.649 28.902l.656-.726c1.148-1.195 1.195-2.602-.024-3.82l-.703-.68c3.586-3.211 7.57-3.656 10.031-6.164c3.492-3.516 2.344-8.438-.093-10.899c-2.438-2.484-7.313-3.539-10.899-.094c-2.531 2.438-2.953 6.446-6.164 10.032l-.68-.703c-1.218-1.22-2.625-1.172-3.82-.024l-.726.656c-1.43 1.383-1.172 2.602.07 3.844l.984.985l-17.695 17.718C3.344 46.27 6.836 45.145 2.899 50.7l2.085 2.227c5.391-3.914 4.665-.07 12-7.407l17.813-17.695l1.008 1.008c1.242 1.242 2.46 1.5 3.843.07M10.116 46.13c-.867-.938-.703-1.828.235-2.766l19.945-20.039l2.555 2.555l-20.04 20.016c-.82.843-1.898 1.101-2.695.234"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m39.649 28.902l.656-.726c1.148-1.195 1.195-2.602-.024-3.82l-.703-.68c3.586-3.211 7.57-3.656 10.031-6.164c3.492-3.516 2.344-8.438-.093-10.899c-2.438-2.484-7.313-3.539-10.899-.094c-2.531 2.438-2.953 6.446-6.164 10.032l-.68-.703c-1.218-1.22-2.625-1.172-3.82-.024l-.726.656c-1.43 1.383-1.172 2.602.07 3.844l.984.985l-17.695 17.718C3.344 46.27 6.836 45.145 2.899 50.7l2.085 2.227c5.391-3.914 4.665-.07 12-7.407l17.813-17.695l1.008 1.008c1.242 1.242 2.46 1.5 3.843.07M10.116 46.13c-.867-.938-.703-1.828.235-2.766l19.945-20.039l2.555 2.555l-20.04 20.016c-.82.843-1.898 1.101-2.695.234"/></svg> </template>
CSS
.icon-eyedropper {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m39.649%2028.902l.656-.726c1.148-1.195%201.195-2.602-.024-3.82l-.703-.68c3.586-3.211%207.57-3.656%2010.031-6.164c3.492-3.516%202.344-8.438-.093-10.899c-2.438-2.484-7.313-3.539-10.899-.094c-2.531%202.438-2.953%206.446-6.164%2010.032l-.68-.703c-1.218-1.22-2.625-1.172-3.82-.024l-.726.656c-1.43%201.383-1.172%202.602.07%203.844l.984.985l-17.695%2017.718C3.344%2046.27%206.836%2045.145%202.899%2050.7l2.085%202.227c5.391-3.914%204.665-.07%2012-7.407l17.813-17.695l1.008%201.008c1.242%201.242%202.46%201.5%203.843.07M10.116%2046.13c-.867-.938-.703-1.828.235-2.766l19.945-20.039l2.555%202.555l-20.04%2020.016c-.82.843-1.898%201.101-2.695.234%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m39.649%2028.902l.656-.726c1.148-1.195%201.195-2.602-.024-3.82l-.703-.68c3.586-3.211%207.57-3.656%2010.031-6.164c3.492-3.516%202.344-8.438-.093-10.899c-2.438-2.484-7.313-3.539-10.899-.094c-2.531%202.438-2.953%206.446-6.164%2010.032l-.68-.703c-1.218-1.22-2.625-1.172-3.82-.024l-.726.656c-1.43%201.383-1.172%202.602.07%203.844l.984.985l-17.695%2017.718C3.344%2046.27%206.836%2045.145%202.899%2050.7l2.085%202.227c5.391-3.914%204.665-.07%2012-7.407l17.813-17.695l1.008%201.008c1.242%201.242%202.46%201.5%203.843.07M10.116%2046.13c-.867-.938-.703-1.828.235-2.766l19.945-20.039l2.555%202.555l-20.04%2020.016c-.82.843-1.898%201.101-2.695.234%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/eyedropper.svg?color=%231a73e8&size=48