eyedrop icon
eyedrop-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- eyedrop-outline
- Set
- IonIcons
- Style
- Outline
- 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M262.51 204.22L70 396.69C57.56 409.15 48 464 48 464s54.38-9.09 67.31-22L307.8 249.51"/><rect width="192.15" height="64.05" x="211.72" y="172.19" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" rx="32.03" ry="32.03" transform="rotate(45 307.788 204.2)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M289.91 141s20.57 8.57 37.22-8.08l54.67-70.63c18.5-19.41 49.26-18.69 67.94 0h0c18.68 18.68 19.34 48.81 0 67.93l-70.68 54.67c-15.65 15.65-8.08 37.22-8.08 37.22M115.31 442s-26.48 17.34-44.56-.73s-.75-44.58-.75-44.58"/></svg>
React
import type { SVGProps } from "react";
export function IonEyedropOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="M262.51 204.22L70 396.69C57.56 409.15 48 464 48 464s54.38-9.09 67.31-22L307.8 249.51"/><rect width="192.15" height="64.05" x="211.72" y="172.19" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" rx="32.03" ry="32.03" transform="rotate(45 307.788 204.2)"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="M289.91 141s20.57 8.57 37.22-8.08l54.67-70.63c18.5-19.41 49.26-18.69 67.94 0h0c18.68 18.68 19.34 48.81 0 67.93l-70.68 54.67c-15.65 15.65-8.08 37.22-8.08 37.22M115.31 442s-26.48 17.34-44.56-.73s-.75-44.58-.75-44.58"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M262.51 204.22L70 396.69C57.56 409.15 48 464 48 464s54.38-9.09 67.31-22L307.8 249.51"/><rect width="192.15" height="64.05" x="211.72" y="172.19" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" rx="32.03" ry="32.03" transform="rotate(45 307.788 204.2)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M289.91 141s20.57 8.57 37.22-8.08l54.67-70.63c18.5-19.41 49.26-18.69 67.94 0h0c18.68 18.68 19.34 48.81 0 67.93l-70.68 54.67c-15.65 15.65-8.08 37.22-8.08 37.22M115.31 442s-26.48 17.34-44.56-.73s-.75-44.58-.75-44.58"/></svg> </template>
CSS
.icon-eyedrop-outline {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22M262.51%20204.22L70%20396.69C57.56%20409.15%2048%20464%2048%20464s54.38-9.09%2067.31-22L307.8%20249.51%22%2F%3E%3Crect%20width%3D%22192.15%22%20height%3D%2264.05%22%20x%3D%22211.72%22%20y%3D%22172.19%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20rx%3D%2232.03%22%20ry%3D%2232.03%22%20transform%3D%22rotate(45%20307.788%20204.2)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22M289.91%20141s20.57%208.57%2037.22-8.08l54.67-70.63c18.5-19.41%2049.26-18.69%2067.94%200h0c18.68%2018.68%2019.34%2048.81%200%2067.93l-70.68%2054.67c-15.65%2015.65-8.08%2037.22-8.08%2037.22M115.31%20442s-26.48%2017.34-44.56-.73s-.75-44.58-.75-44.58%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22M262.51%20204.22L70%20396.69C57.56%20409.15%2048%20464%2048%20464s54.38-9.09%2067.31-22L307.8%20249.51%22%2F%3E%3Crect%20width%3D%22192.15%22%20height%3D%2264.05%22%20x%3D%22211.72%22%20y%3D%22172.19%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20rx%3D%2232.03%22%20ry%3D%2232.03%22%20transform%3D%22rotate(45%20307.788%20204.2)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22M289.91%20141s20.57%208.57%2037.22-8.08l54.67-70.63c18.5-19.41%2049.26-18.69%2067.94%200h0c18.68%2018.68%2019.34%2048.81%200%2067.93l-70.68%2054.67c-15.65%2015.65-8.08%2037.22-8.08%2037.22M115.31%20442s-26.48%2017.34-44.56-.73s-.75-44.58-.75-44.58%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/eyedrop-outline.svg?color=%231a73e8&size=48