eye icon
eye-outline from Health Icons by Resolve to Save Lives · Outline · Body · MIT Free for personal and commercial use.
- Name
- eye-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Body
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
eyeAkar Iconseye-filledAnt Design IconseyeBootstrap IconseyeCodiconseyeEmoji One (Colored)eye-fillEva IconseyeFramework7 IconseyeFont Awesome 6 RegulareyeFont Awesome 6 SolideyeFont Awesome RegulareyeFont Awesome SolideyeFeather Iconseye-outlineFlowbite Iconseye-12-filledFluent UI System IconseyeFluent EmojieyeFluent Emoji FlateyeFluent Emoji High ContrasteyeFirefox OS Emojieyecss.ggeyeHeroIconseyeHuge IconseyeHumbleiconseyeIconoireyeIonIcons
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"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M26.393 18.466a6 6 0 1 0 3.627 4.752a3 3 0 0 0-3.626-4.752M24.07 28a4 4 0 1 1 1.055-7.86A3 3 0 1 0 28.07 24a4 4 0 0 1-4 4M29 21a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path d="M5.196 20.864c3.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.272m1.499 1.324a2.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.034c-3.66 1.659-6.512 4.095-8.391 6.222M24.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 24"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsEyeOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M26.393 18.466a6 6 0 1 0 3.627 4.752a3 3 0 0 0-3.626-4.752M24.07 28a4 4 0 1 1 1.055-7.86A3 3 0 1 0 28.07 24a4 4 0 0 1-4 4M29 21a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path d="M5.196 20.864c3.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.272m1.499 1.324a2.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.034c-3.66 1.659-6.512 4.095-8.391 6.222M24.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 24"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M26.393 18.466a6 6 0 1 0 3.627 4.752a3 3 0 0 0-3.626-4.752M24.07 28a4 4 0 1 1 1.055-7.86A3 3 0 1 0 28.07 24a4 4 0 0 1-4 4M29 21a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path d="M5.196 20.864c3.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.272m1.499 1.324a2.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.034c-3.66 1.659-6.512 4.095-8.391 6.222M24.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 24"/></g></svg> </template>
CSS
.icon-eye-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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M26.393%2018.466a6%206%200%201%200%203.627%204.752a3%203%200%200%200-3.626-4.752M24.07%2028a4%204%200%201%201%201.055-7.86A3%203%200%201%200%2028.07%2024a4%204%200%200%201-4%204M29%2021a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20d%3D%22M5.196%2020.864c3.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.272m1.499%201.324a2.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.034c-3.66%201.659-6.512%204.095-8.391%206.222M24.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%2024%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M26.393%2018.466a6%206%200%201%200%203.627%204.752a3%203%200%200%200-3.626-4.752M24.07%2028a4%204%200%201%201%201.055-7.86A3%203%200%201%200%2028.07%2024a4%204%200%200%201-4%204M29%2021a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20d%3D%22M5.196%2020.864c3.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.272m1.499%201.324a2.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.034c-3.66%201.659-6.512%204.095-8.391%206.222M24.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%2024%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/eye-outline.svg?color=%231a73e8&size=48