eyes negative icon

eyes-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
eyes-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the eyes negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M48 0H0v48h48V0zM24.053 12.048c8.947 0 19.947 12 19.947 12s-11 12-19.947 12c-8.948 0-20.053-12-20.053-12s11.105-12 20.053-12zm-17.242 12a59.368 59.368 0 0 1 5.08-4.415a43.176 43.176 0 0 1 3.518-2.456A10.954 10.954 0 0 0 13 24.047c0 2.6.902 4.989 2.41 6.872a43.151 43.151 0 0 1-3.518-2.456a59.368 59.368 0 0 1-5.081-4.415zm28.189 0c0-2.643-.932-5.068-2.485-6.965a42.227 42.227 0 0 1 3.64 2.545a58.582 58.582 0 0 1 5.047 4.42l-.446.433a58.582 58.582 0 0 1-4.6 3.986a42.227 42.227 0 0 1-3.641 2.546A10.955 10.955 0 0 0 35 24.048zm-11 9a9 9 0 1 0 0-18a9 9 0 0 0 0 18zm5-9a5 5 0 1 1-1.748-3.798a1.5 1.5 0 1 0 .547.547A4.98 4.98 0 0 1 29 24.046z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsEyesNegative(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"><path fillRule="evenodd" clipRule="evenodd" d="M48 0H0v48h48V0zM24.053 12.048c8.947 0 19.947 12 19.947 12s-11 12-19.947 12c-8.948 0-20.053-12-20.053-12s11.105-12 20.053-12zm-17.242 12a59.368 59.368 0 0 1 5.08-4.415a43.176 43.176 0 0 1 3.518-2.456A10.954 10.954 0 0 0 13 24.047c0 2.6.902 4.989 2.41 6.872a43.151 43.151 0 0 1-3.518-2.456a59.368 59.368 0 0 1-5.081-4.415zm28.189 0c0-2.643-.932-5.068-2.485-6.965a42.227 42.227 0 0 1 3.64 2.545a58.582 58.582 0 0 1 5.047 4.42l-.446.433a58.582 58.582 0 0 1-4.6 3.986a42.227 42.227 0 0 1-3.641 2.546A10.955 10.955 0 0 0 35 24.048zm-11 9a9 9 0 1 0 0-18a9 9 0 0 0 0 18zm5-9a5 5 0 1 1-1.748-3.798a1.5 1.5 0 1 0 .547.547A4.98 4.98 0 0 1 29 24.046z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M48 0H0v48h48V0zM24.053 12.048c8.947 0 19.947 12 19.947 12s-11 12-19.947 12c-8.948 0-20.053-12-20.053-12s11.105-12 20.053-12zm-17.242 12a59.368 59.368 0 0 1 5.08-4.415a43.176 43.176 0 0 1 3.518-2.456A10.954 10.954 0 0 0 13 24.047c0 2.6.902 4.989 2.41 6.872a43.151 43.151 0 0 1-3.518-2.456a59.368 59.368 0 0 1-5.081-4.415zm28.189 0c0-2.643-.932-5.068-2.485-6.965a42.227 42.227 0 0 1 3.64 2.545a58.582 58.582 0 0 1 5.047 4.42l-.446.433a58.582 58.582 0 0 1-4.6 3.986a42.227 42.227 0 0 1-3.641 2.546A10.955 10.955 0 0 0 35 24.048zm-11 9a9 9 0 1 0 0-18a9 9 0 0 0 0 18zm5-9a5 5 0 1 1-1.748-3.798a1.5 1.5 0 1 0 .547.547A4.98 4.98 0 0 1 29 24.046z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-eyes-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%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48V0zM24.053%2012.048c8.947%200%2019.947%2012%2019.947%2012s-11%2012-19.947%2012c-8.948%200-20.053-12-20.053-12s11.105-12%2020.053-12zm-17.242%2012a59.368%2059.368%200%200%201%205.08-4.415a43.176%2043.176%200%200%201%203.518-2.456A10.954%2010.954%200%200%200%2013%2024.047c0%202.6.902%204.989%202.41%206.872a43.151%2043.151%200%200%201-3.518-2.456a59.368%2059.368%200%200%201-5.081-4.415zm28.189%200c0-2.643-.932-5.068-2.485-6.965a42.227%2042.227%200%200%201%203.64%202.545a58.582%2058.582%200%200%201%205.047%204.42l-.446.433a58.582%2058.582%200%200%201-4.6%203.986a42.227%2042.227%200%200%201-3.641%202.546A10.955%2010.955%200%200%200%2035%2024.048zm-11%209a9%209%200%201%200%200-18a9%209%200%200%200%200%2018zm5-9a5%205%200%201%201-1.748-3.798a1.5%201.5%200%201%200%20.547.547A4.98%204.98%200%200%201%2029%2024.046z%22%20fill%3D%22currentColor%22%2F%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%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48V0zM24.053%2012.048c8.947%200%2019.947%2012%2019.947%2012s-11%2012-19.947%2012c-8.948%200-20.053-12-20.053-12s11.105-12%2020.053-12zm-17.242%2012a59.368%2059.368%200%200%201%205.08-4.415a43.176%2043.176%200%200%201%203.518-2.456A10.954%2010.954%200%200%200%2013%2024.047c0%202.6.902%204.989%202.41%206.872a43.151%2043.151%200%200%201-3.518-2.456a59.368%2059.368%200%200%201-5.081-4.415zm28.189%200c0-2.643-.932-5.068-2.485-6.965a42.227%2042.227%200%200%201%203.64%202.545a58.582%2058.582%200%200%201%205.047%204.42l-.446.433a58.582%2058.582%200%200%201-4.6%203.986a42.227%2042.227%200%200%201-3.641%202.546A10.955%2010.955%200%200%200%2035%2024.048zm-11%209a9%209%200%201%200%200-18a9%209%200%200%200%200%2018zm5-9a5%205%200%201%201-1.748-3.798a1.5%201.5%200%201%200%20.547.547A4.98%204.98%200%200%201%2029%2024.046z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/eyes-negative.svg?color=%231a73e8&size=48