eyes icon
eyes-outline from Health Icons by Resolve to Save Lives · Outline · MIT Free for personal and commercial use.
- Name
- eyes-outline
- Set
- Health Icons
- Style
- Outline
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
The same icon in other sets
Related icons in Health Icons
Use the eyes 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="M24 29.048a5 5 0 0 0 4.65-6.84a1.5 1.5 0 0 1-1.89-2.329a5 5 0 1 0-2.76 9.17zm0-2a3 3 0 1 0 0-6a3 3 0 0 0 0 6z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M44 24.048s-11-12-19.947-12c-8.948 0-20.053 12-20.053 12s11.105 12 20.053 12c8.947 0 19.947-12 19.947-12zM7.255 23.62c-.158.15-.306.292-.444.427a59.368 59.368 0 0 0 5.08 4.416a43.151 43.151 0 0 0 3.518 2.455A10.954 10.954 0 0 1 13 24.048c0-2.6.902-4.988 2.41-6.87a43.176 43.176 0 0 0-3.518 2.454a59.368 59.368 0 0 0-4.637 3.989zm28.9 4.846a42.227 42.227 0 0 1-3.64 2.546A10.955 10.955 0 0 0 35 24.048c0-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.986zM24 33.047a9 9 0 1 0 0-18a9 9 0 0 0 0 18z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsEyesOutline(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="M24 29.048a5 5 0 0 0 4.65-6.84a1.5 1.5 0 0 1-1.89-2.329a5 5 0 1 0-2.76 9.17zm0-2a3 3 0 1 0 0-6a3 3 0 0 0 0 6z" fill="currentColor"/><path fillRule="evenodd" clipRule="evenodd" d="M44 24.048s-11-12-19.947-12c-8.948 0-20.053 12-20.053 12s11.105 12 20.053 12c8.947 0 19.947-12 19.947-12zM7.255 23.62c-.158.15-.306.292-.444.427a59.368 59.368 0 0 0 5.08 4.416a43.151 43.151 0 0 0 3.518 2.455A10.954 10.954 0 0 1 13 24.048c0-2.6.902-4.988 2.41-6.87a43.176 43.176 0 0 0-3.518 2.454a59.368 59.368 0 0 0-4.637 3.989zm28.9 4.846a42.227 42.227 0 0 1-3.64 2.546A10.955 10.955 0 0 0 35 24.048c0-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.986zM24 33.047a9 9 0 1 0 0-18a9 9 0 0 0 0 18z" 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="M24 29.048a5 5 0 0 0 4.65-6.84a1.5 1.5 0 0 1-1.89-2.329a5 5 0 1 0-2.76 9.17zm0-2a3 3 0 1 0 0-6a3 3 0 0 0 0 6z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M44 24.048s-11-12-19.947-12c-8.948 0-20.053 12-20.053 12s11.105 12 20.053 12c8.947 0 19.947-12 19.947-12zM7.255 23.62c-.158.15-.306.292-.444.427a59.368 59.368 0 0 0 5.08 4.416a43.151 43.151 0 0 0 3.518 2.455A10.954 10.954 0 0 1 13 24.048c0-2.6.902-4.988 2.41-6.87a43.176 43.176 0 0 0-3.518 2.454a59.368 59.368 0 0 0-4.637 3.989zm28.9 4.846a42.227 42.227 0 0 1-3.64 2.546A10.955 10.955 0 0 0 35 24.048c0-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.986zM24 33.047a9 9 0 1 0 0-18a9 9 0 0 0 0 18z" fill="currentColor"/></g></svg> </template>
CSS
.icon-eyes-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%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M24%2029.048a5%205%200%200%200%204.65-6.84a1.5%201.5%200%200%201-1.89-2.329a5%205%200%201%200-2.76%209.17zm0-2a3%203%200%201%200%200-6a3%203%200%200%200%200%206z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M44%2024.048s-11-12-19.947-12c-8.948%200-20.053%2012-20.053%2012s11.105%2012%2020.053%2012c8.947%200%2019.947-12%2019.947-12zM7.255%2023.62c-.158.15-.306.292-.444.427a59.368%2059.368%200%200%200%205.08%204.416a43.151%2043.151%200%200%200%203.518%202.455A10.954%2010.954%200%200%201%2013%2024.048c0-2.6.902-4.988%202.41-6.87a43.176%2043.176%200%200%200-3.518%202.454a59.368%2059.368%200%200%200-4.637%203.989zm28.9%204.846a42.227%2042.227%200%200%201-3.64%202.546A10.955%2010.955%200%200%200%2035%2024.048c0-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.986zM24%2033.047a9%209%200%201%200%200-18a9%209%200%200%200%200%2018z%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%22M24%2029.048a5%205%200%200%200%204.65-6.84a1.5%201.5%200%200%201-1.89-2.329a5%205%200%201%200-2.76%209.17zm0-2a3%203%200%201%200%200-6a3%203%200%200%200%200%206z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M44%2024.048s-11-12-19.947-12c-8.948%200-20.053%2012-20.053%2012s11.105%2012%2020.053%2012c8.947%200%2019.947-12%2019.947-12zM7.255%2023.62c-.158.15-.306.292-.444.427a59.368%2059.368%200%200%200%205.08%204.416a43.151%2043.151%200%200%200%203.518%202.455A10.954%2010.954%200%200%201%2013%2024.048c0-2.6.902-4.988%202.41-6.87a43.176%2043.176%200%200%200-3.518%202.454a59.368%2059.368%200%200%200-4.637%203.989zm28.9%204.846a42.227%2042.227%200%200%201-3.64%202.546A10.955%2010.955%200%200%200%2035%2024.048c0-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.986zM24%2033.047a9%209%200%201%200%200-18a9%209%200%200%200%200%2018z%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-outline.svg?color=%231a73e8&size=48