eye negative icon
eye-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- eye-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the eye negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsEyeNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM15.086 15.966c-3.66 1.659-6.512 4.095-8.391 6.222a2.71 2.71 0 0 0 0 3.624c1.879 2.127 4.73 4.563 8.391 6.222A11.96 11.96 0 0 1 12 24c0-3.09 1.168-5.907 3.086-8.034m8.736-3.965c-8.74.092-15.218 5.005-18.626 8.863a4.71 4.71 0 0 0 0 6.272c3.408 3.858 9.885 8.771 18.626 8.863L24 36h.07c8.866 0 15.433-4.97 18.873-8.864a4.71 4.71 0 0 0 0-6.272C39.503 16.97 32.936 12 24.07 12H24zm.025 2l.181-.001c5.51.015 9.972 4.487 9.972 10s-4.462 9.985-9.972 10l-.181-.001C18.394 33.917 14 29.472 14 24s4.395-9.917 9.847-9.999m8.971 18.138A11.96 11.96 0 0 0 36 24c0-3.14-1.207-6-3.182-8.139c3.774 1.66 6.707 4.155 8.626 6.327a2.71 2.71 0 0 1 0 3.624c-1.919 2.172-4.852 4.667-8.626 6.327M30.07 24a6 6 0 1 1-3.413-5.415a2 2 0 1 0 2.828 2.828c.375.784.585 1.66.585 2.587" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsEyeNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsEyeNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsEyeNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM15.086 15.966c-3.66 1.659-6.512 4.095-8.391 6.222a2.71 2.71 0 0 0 0 3.624c1.879 2.127 4.73 4.563 8.391 6.222A11.96 11.96 0 0 1 12 24c0-3.09 1.168-5.907 3.086-8.034m8.736-3.965c-8.74.092-15.218 5.005-18.626 8.863a4.71 4.71 0 0 0 0 6.272c3.408 3.858 9.885 8.771 18.626 8.863L24 36h.07c8.866 0 15.433-4.97 18.873-8.864a4.71 4.71 0 0 0 0-6.272C39.503 16.97 32.936 12 24.07 12H24zm.025 2l.181-.001c5.51.015 9.972 4.487 9.972 10s-4.462 9.985-9.972 10l-.181-.001C18.394 33.917 14 29.472 14 24s4.395-9.917 9.847-9.999m8.971 18.138A11.96 11.96 0 0 0 36 24c0-3.14-1.207-6-3.182-8.139c3.774 1.66 6.707 4.155 8.626 6.327a2.71 2.71 0 0 1 0 3.624c-1.919 2.172-4.852 4.667-8.626 6.327M30.07 24a6 6 0 1 1-3.413-5.415a2 2 0 1 0 2.828 2.828c.375.784.585 1.66.585 2.587" clipRule="evenodd"/></g><defs><clipPath id="healthiconsEyeNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsEyeNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM15.086 15.966c-3.66 1.659-6.512 4.095-8.391 6.222a2.71 2.71 0 0 0 0 3.624c1.879 2.127 4.73 4.563 8.391 6.222A11.96 11.96 0 0 1 12 24c0-3.09 1.168-5.907 3.086-8.034m8.736-3.965c-8.74.092-15.218 5.005-18.626 8.863a4.71 4.71 0 0 0 0 6.272c3.408 3.858 9.885 8.771 18.626 8.863L24 36h.07c8.866 0 15.433-4.97 18.873-8.864a4.71 4.71 0 0 0 0-6.272C39.503 16.97 32.936 12 24.07 12H24zm.025 2l.181-.001c5.51.015 9.972 4.487 9.972 10s-4.462 9.985-9.972 10l-.181-.001C18.394 33.917 14 29.472 14 24s4.395-9.917 9.847-9.999m8.971 18.138A11.96 11.96 0 0 0 36 24c0-3.14-1.207-6-3.182-8.139c3.774 1.66 6.707 4.155 8.626 6.327a2.71 2.71 0 0 1 0 3.624c-1.919 2.172-4.852 4.667-8.626 6.327M30.07 24a6 6 0 1 1-3.413-5.415a2 2 0 1 0 2.828 2.828c.375.784.585 1.66.585 2.587" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsEyeNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-eye-negative {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsEyeNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM15.086%2015.966c-3.66%201.659-6.512%204.095-8.391%206.222a2.71%202.71%200%200%200%200%203.624c1.879%202.127%204.73%204.563%208.391%206.222A11.96%2011.96%200%200%201%2012%2024c0-3.09%201.168-5.907%203.086-8.034m8.736-3.965c-8.74.092-15.218%205.005-18.626%208.863a4.71%204.71%200%200%200%200%206.272c3.408%203.858%209.885%208.771%2018.626%208.863L24%2036h.07c8.866%200%2015.433-4.97%2018.873-8.864a4.71%204.71%200%200%200%200-6.272C39.503%2016.97%2032.936%2012%2024.07%2012H24zm.025%202l.181-.001c5.51.015%209.972%204.487%209.972%2010s-4.462%209.985-9.972%2010l-.181-.001C18.394%2033.917%2014%2029.472%2014%2024s4.395-9.917%209.847-9.999m8.971%2018.138A11.96%2011.96%200%200%200%2036%2024c0-3.14-1.207-6-3.182-8.139c3.774%201.66%206.707%204.155%208.626%206.327a2.71%202.71%200%200%201%200%203.624c-1.919%202.172-4.852%204.667-8.626%206.327M30.07%2024a6%206%200%201%201-3.413-5.415a2%202%200%201%200%202.828%202.828c.375.784.585%201.66.585%202.587%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsEyeNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsEyeNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM15.086%2015.966c-3.66%201.659-6.512%204.095-8.391%206.222a2.71%202.71%200%200%200%200%203.624c1.879%202.127%204.73%204.563%208.391%206.222A11.96%2011.96%200%200%201%2012%2024c0-3.09%201.168-5.907%203.086-8.034m8.736-3.965c-8.74.092-15.218%205.005-18.626%208.863a4.71%204.71%200%200%200%200%206.272c3.408%203.858%209.885%208.771%2018.626%208.863L24%2036h.07c8.866%200%2015.433-4.97%2018.873-8.864a4.71%204.71%200%200%200%200-6.272C39.503%2016.97%2032.936%2012%2024.07%2012H24zm.025%202l.181-.001c5.51.015%209.972%204.487%209.972%2010s-4.462%209.985-9.972%2010l-.181-.001C18.394%2033.917%2014%2029.472%2014%2024s4.395-9.917%209.847-9.999m8.971%2018.138A11.96%2011.96%200%200%200%2036%2024c0-3.14-1.207-6-3.182-8.139c3.774%201.66%206.707%204.155%208.626%206.327a2.71%202.71%200%200%201%200%203.624c-1.919%202.172-4.852%204.667-8.626%206.327M30.07%2024a6%206%200%201%201-3.413-5.415a2%202%200%201%200%202.828%202.828c.375.784.585%201.66.585%202.587%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsEyeNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/eye-negative.svg?color=%231a73e8&size=48