eyedrop icon
eyedrop from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- eyedrop
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
Use the eyedrop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M461.05 51a65 65 0 0 0-45.71-19h-.76a61.8 61.8 0 0 0-44.36 19.25a13 13 0 0 0-1.07 1.25l-54 69.76c-5.62 7.1-12.74 8.68-16.78 4.64l-1.9-1.9a48 48 0 0 0-67.92 67.92l9.91 9.91a2 2 0 0 1 0 2.83L58.7 385.38C54 390.05 46.9 399.85 38.85 431c-4.06 15.71-6.51 29.66-6.61 30.24A16 16 0 0 0 48 480a15.7 15.7 0 0 0 2.64-.22c.58-.1 14.44-2.43 30.13-6.44c31.07-7.94 41.05-15.24 45.85-20l179.77-179.79a2 2 0 0 1 2.82 0l9.92 9.92a48 48 0 0 0 67.92-67.93l-1.59-1.54c-5-5-2.52-12.11 4.32-17.14l69.75-53.94a18 18 0 0 0 1.47-1.32a63.2 63.2 0 0 0 19-45A63.88 63.88 0 0 0 461.05 51M250.78 283.9c-2.92 2.92-16.18 7.92-23.39.71s-2.24-20.42.69-23.35l33-33a2 2 0 0 1 2.83 0l19.84 19.83a2 2 0 0 1 0 2.83Z"/></svg>
React
import type { SVGProps } from "react";
export function IonEyedrop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M461.05 51a65 65 0 0 0-45.71-19h-.76a61.8 61.8 0 0 0-44.36 19.25a13 13 0 0 0-1.07 1.25l-54 69.76c-5.62 7.1-12.74 8.68-16.78 4.64l-1.9-1.9a48 48 0 0 0-67.92 67.92l9.91 9.91a2 2 0 0 1 0 2.83L58.7 385.38C54 390.05 46.9 399.85 38.85 431c-4.06 15.71-6.51 29.66-6.61 30.24A16 16 0 0 0 48 480a15.7 15.7 0 0 0 2.64-.22c.58-.1 14.44-2.43 30.13-6.44c31.07-7.94 41.05-15.24 45.85-20l179.77-179.79a2 2 0 0 1 2.82 0l9.92 9.92a48 48 0 0 0 67.92-67.93l-1.59-1.54c-5-5-2.52-12.11 4.32-17.14l69.75-53.94a18 18 0 0 0 1.47-1.32a63.2 63.2 0 0 0 19-45A63.88 63.88 0 0 0 461.05 51M250.78 283.9c-2.92 2.92-16.18 7.92-23.39.71s-2.24-20.42.69-23.35l33-33a2 2 0 0 1 2.83 0l19.84 19.83a2 2 0 0 1 0 2.83Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M461.05 51a65 65 0 0 0-45.71-19h-.76a61.8 61.8 0 0 0-44.36 19.25a13 13 0 0 0-1.07 1.25l-54 69.76c-5.62 7.1-12.74 8.68-16.78 4.64l-1.9-1.9a48 48 0 0 0-67.92 67.92l9.91 9.91a2 2 0 0 1 0 2.83L58.7 385.38C54 390.05 46.9 399.85 38.85 431c-4.06 15.71-6.51 29.66-6.61 30.24A16 16 0 0 0 48 480a15.7 15.7 0 0 0 2.64-.22c.58-.1 14.44-2.43 30.13-6.44c31.07-7.94 41.05-15.24 45.85-20l179.77-179.79a2 2 0 0 1 2.82 0l9.92 9.92a48 48 0 0 0 67.92-67.93l-1.59-1.54c-5-5-2.52-12.11 4.32-17.14l69.75-53.94a18 18 0 0 0 1.47-1.32a63.2 63.2 0 0 0 19-45A63.88 63.88 0 0 0 461.05 51M250.78 283.9c-2.92 2.92-16.18 7.92-23.39.71s-2.24-20.42.69-23.35l33-33a2 2 0 0 1 2.83 0l19.84 19.83a2 2 0 0 1 0 2.83Z"/></svg> </template>
CSS
.icon-eyedrop {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M461.05%2051a65%2065%200%200%200-45.71-19h-.76a61.8%2061.8%200%200%200-44.36%2019.25a13%2013%200%200%200-1.07%201.25l-54%2069.76c-5.62%207.1-12.74%208.68-16.78%204.64l-1.9-1.9a48%2048%200%200%200-67.92%2067.92l9.91%209.91a2%202%200%200%201%200%202.83L58.7%20385.38C54%20390.05%2046.9%20399.85%2038.85%20431c-4.06%2015.71-6.51%2029.66-6.61%2030.24A16%2016%200%200%200%2048%20480a15.7%2015.7%200%200%200%202.64-.22c.58-.1%2014.44-2.43%2030.13-6.44c31.07-7.94%2041.05-15.24%2045.85-20l179.77-179.79a2%202%200%200%201%202.82%200l9.92%209.92a48%2048%200%200%200%2067.92-67.93l-1.59-1.54c-5-5-2.52-12.11%204.32-17.14l69.75-53.94a18%2018%200%200%200%201.47-1.32a63.2%2063.2%200%200%200%2019-45A63.88%2063.88%200%200%200%20461.05%2051M250.78%20283.9c-2.92%202.92-16.18%207.92-23.39.71s-2.24-20.42.69-23.35l33-33a2%202%200%200%201%202.83%200l19.84%2019.83a2%202%200%200%201%200%202.83Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M461.05%2051a65%2065%200%200%200-45.71-19h-.76a61.8%2061.8%200%200%200-44.36%2019.25a13%2013%200%200%200-1.07%201.25l-54%2069.76c-5.62%207.1-12.74%208.68-16.78%204.64l-1.9-1.9a48%2048%200%200%200-67.92%2067.92l9.91%209.91a2%202%200%200%201%200%202.83L58.7%20385.38C54%20390.05%2046.9%20399.85%2038.85%20431c-4.06%2015.71-6.51%2029.66-6.61%2030.24A16%2016%200%200%200%2048%20480a15.7%2015.7%200%200%200%202.64-.22c.58-.1%2014.44-2.43%2030.13-6.44c31.07-7.94%2041.05-15.24%2045.85-20l179.77-179.79a2%202%200%200%201%202.82%200l9.92%209.92a48%2048%200%200%200%2067.92-67.93l-1.59-1.54c-5-5-2.52-12.11%204.32-17.14l69.75-53.94a18%2018%200%200%200%201.47-1.32a63.2%2063.2%200%200%200%2019-45A63.88%2063.88%200%200%200%20461.05%2051M250.78%20283.9c-2.92%202.92-16.18%207.92-23.39.71s-2.24-20.42.69-23.35l33-33a2%202%200%200%201%202.83%200l19.84%2019.83a2%202%200%200%201%200%202.83Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/eyedrop.svg?color=%231a73e8&size=48