eye from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.

Name
eye
Set
Health Icons
Style
Filled
Category
Body
Viewbox
48×48
License
MIT

3 other variants in Health Icons

The same icon in other sets

More body icons from Health Icons

Use the eye icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M6.695 22.188c1.879-2.127 4.73-4.563 8.391-6.222A11.96 11.96 0 0 0 12 24c0 3.09 1.168 5.907 3.086 8.034c-3.66-1.659-6.512-4.095-8.391-6.222a2.71 2.71 0 0 1 0-3.624m-1.499-1.324c3.408-3.858 9.885-8.771 18.626-8.863L24 12h.07c8.866 0 15.433 4.97 18.873 8.864a4.71 4.71 0 0 1 0 6.272C39.503 31.03 32.936 36 24.07 36H24l-.178-.001c-8.74-.092-15.218-5.005-18.626-8.863a4.71 4.71 0 0 1 0-6.272M24.028 14l-.181.001C18.394 14.083 14 18.528 14 24s4.395 9.917 9.847 9.999l.181.001C29.538 33.985 34 29.513 34 24s-4.462-9.985-9.972-10M36 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 0 0-3.624c-1.919-2.172-4.852-4.667-8.626-6.327A11.96 11.96 0 0 1 36 24m-11.93 6a6 6 0 0 0 5.415-8.587a2 2 0 1 1-2.828-2.828A6 6 0 1 0 24.07 30" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsEye(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M6.695 22.188c1.879-2.127 4.73-4.563 8.391-6.222A11.96 11.96 0 0 0 12 24c0 3.09 1.168 5.907 3.086 8.034c-3.66-1.659-6.512-4.095-8.391-6.222a2.71 2.71 0 0 1 0-3.624m-1.499-1.324c3.408-3.858 9.885-8.771 18.626-8.863L24 12h.07c8.866 0 15.433 4.97 18.873 8.864a4.71 4.71 0 0 1 0 6.272C39.503 31.03 32.936 36 24.07 36H24l-.178-.001c-8.74-.092-15.218-5.005-18.626-8.863a4.71 4.71 0 0 1 0-6.272M24.028 14l-.181.001C18.394 14.083 14 18.528 14 24s4.395 9.917 9.847 9.999l.181.001C29.538 33.985 34 29.513 34 24s-4.462-9.985-9.972-10M36 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 0 0-3.624c-1.919-2.172-4.852-4.667-8.626-6.327A11.96 11.96 0 0 1 36 24m-11.93 6a6 6 0 0 0 5.415-8.587a2 2 0 1 1-2.828-2.828A6 6 0 1 0 24.07 30" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M6.695 22.188c1.879-2.127 4.73-4.563 8.391-6.222A11.96 11.96 0 0 0 12 24c0 3.09 1.168 5.907 3.086 8.034c-3.66-1.659-6.512-4.095-8.391-6.222a2.71 2.71 0 0 1 0-3.624m-1.499-1.324c3.408-3.858 9.885-8.771 18.626-8.863L24 12h.07c8.866 0 15.433 4.97 18.873 8.864a4.71 4.71 0 0 1 0 6.272C39.503 31.03 32.936 36 24.07 36H24l-.178-.001c-8.74-.092-15.218-5.005-18.626-8.863a4.71 4.71 0 0 1 0-6.272M24.028 14l-.181.001C18.394 14.083 14 18.528 14 24s4.395 9.917 9.847 9.999l.181.001C29.538 33.985 34 29.513 34 24s-4.462-9.985-9.972-10M36 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 0 0-3.624c-1.919-2.172-4.852-4.667-8.626-6.327A11.96 11.96 0 0 1 36 24m-11.93 6a6 6 0 0 0 5.415-8.587a2 2 0 1 1-2.828-2.828A6 6 0 1 0 24.07 30" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-eye {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.695%2022.188c1.879-2.127%204.73-4.563%208.391-6.222A11.96%2011.96%200%200%200%2012%2024c0%203.09%201.168%205.907%203.086%208.034c-3.66-1.659-6.512-4.095-8.391-6.222a2.71%202.71%200%200%201%200-3.624m-1.499-1.324c3.408-3.858%209.885-8.771%2018.626-8.863L24%2012h.07c8.866%200%2015.433%204.97%2018.873%208.864a4.71%204.71%200%200%201%200%206.272C39.503%2031.03%2032.936%2036%2024.07%2036H24l-.178-.001c-8.74-.092-15.218-5.005-18.626-8.863a4.71%204.71%200%200%201%200-6.272M24.028%2014l-.181.001C18.394%2014.083%2014%2018.528%2014%2024s4.395%209.917%209.847%209.999l.181.001C29.538%2033.985%2034%2029.513%2034%2024s-4.462-9.985-9.972-10M36%2024c0%203.14-1.207%206-3.182%208.139c3.774-1.66%206.707-4.155%208.626-6.327a2.71%202.71%200%200%200%200-3.624c-1.919-2.172-4.852-4.667-8.626-6.327A11.96%2011.96%200%200%201%2036%2024m-11.93%206a6%206%200%200%200%205.415-8.587a2%202%200%201%201-2.828-2.828A6%206%200%201%200%2024.07%2030%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.695%2022.188c1.879-2.127%204.73-4.563%208.391-6.222A11.96%2011.96%200%200%200%2012%2024c0%203.09%201.168%205.907%203.086%208.034c-3.66-1.659-6.512-4.095-8.391-6.222a2.71%202.71%200%200%201%200-3.624m-1.499-1.324c3.408-3.858%209.885-8.771%2018.626-8.863L24%2012h.07c8.866%200%2015.433%204.97%2018.873%208.864a4.71%204.71%200%200%201%200%206.272C39.503%2031.03%2032.936%2036%2024.07%2036H24l-.178-.001c-8.74-.092-15.218-5.005-18.626-8.863a4.71%204.71%200%200%201%200-6.272M24.028%2014l-.181.001C18.394%2014.083%2014%2018.528%2014%2024s4.395%209.917%209.847%209.999l.181.001C29.538%2033.985%2034%2029.513%2034%2024s-4.462-9.985-9.972-10M36%2024c0%203.14-1.207%206-3.182%208.139c3.774-1.66%206.707-4.155%208.626-6.327a2.71%202.71%200%200%200%200-3.624c-1.919-2.172-4.852-4.667-8.626-6.327A11.96%2011.96%200%200%201%2036%2024m-11.93%206a6%206%200%200%200%205.415-8.587a2%202%200%201%201-2.828-2.828A6%206%200%201%200%2024.07%2030%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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