eyes from IconPark by ByteDance · Color · Health · Apache-2.0 Free for personal and commercial use.

Name
eyes
Set
IconPark
Style
Color
Category
Health
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More health icons from IconPark

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" stroke-width="4"><path fill="#2F88FF" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" d="M24 41C33.9411 41 42 32.678 42 27C42 21.322 33.9411 13 24 13C14.0589 13 6 21.3278 6 27C6 32.6722 14.0589 41 24 41Z" clip-rule="evenodd"/><path fill="#43CCF8" stroke="#fff" stroke-linejoin="round" d="M24 33C27.3137 33 30 30.3137 30 27C30 23.6863 27.3137 21 24 21C20.6863 21 18 23.6863 18 27C18 30.3137 20.6863 33 24 33Z"/><path stroke="#000" stroke-linecap="round" d="M13.2637 11.2661L15.8582 14.8863"/><path stroke="#000" stroke-linecap="round" d="M35.625 11.7104L33.0304 15.3307"/><path stroke="#000" stroke-linecap="round" d="M24.0088 7V13"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkEyes(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" strokeWidth="4"><path fill="#2F88FF" fillRule="evenodd" stroke="#000" strokeLinejoin="round" d="M24 41C33.9411 41 42 32.678 42 27C42 21.322 33.9411 13 24 13C14.0589 13 6 21.3278 6 27C6 32.6722 14.0589 41 24 41Z" clipRule="evenodd"/><path fill="#43CCF8" stroke="#fff" strokeLinejoin="round" d="M24 33C27.3137 33 30 30.3137 30 27C30 23.6863 27.3137 21 24 21C20.6863 21 18 23.6863 18 27C18 30.3137 20.6863 33 24 33Z"/><path stroke="#000" strokeLinecap="round" d="M13.2637 11.2661L15.8582 14.8863"/><path stroke="#000" strokeLinecap="round" d="M35.625 11.7104L33.0304 15.3307"/><path stroke="#000" strokeLinecap="round" d="M24.0088 7V13"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" d="M24 41C33.9411 41 42 32.678 42 27C42 21.322 33.9411 13 24 13C14.0589 13 6 21.3278 6 27C6 32.6722 14.0589 41 24 41Z" clip-rule="evenodd"/><path fill="#43CCF8" stroke="#fff" stroke-linejoin="round" d="M24 33C27.3137 33 30 30.3137 30 27C30 23.6863 27.3137 21 24 21C20.6863 21 18 23.6863 18 27C18 30.3137 20.6863 33 24 33Z"/><path stroke="#000" stroke-linecap="round" d="M13.2637 11.2661L15.8582 14.8863"/><path stroke="#000" stroke-linecap="round" d="M35.625 11.7104L33.0304 15.3307"/><path stroke="#000" stroke-linecap="round" d="M24.0088 7V13"/></g></svg>
</template>

CSS

.icon-eyes {
  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%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2041C33.9411%2041%2042%2032.678%2042%2027C42%2021.322%2033.9411%2013%2024%2013C14.0589%2013%206%2021.3278%206%2027C6%2032.6722%2014.0589%2041%2024%2041Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2033C27.3137%2033%2030%2030.3137%2030%2027C30%2023.6863%2027.3137%2021%2024%2021C20.6863%2021%2018%2023.6863%2018%2027C18%2030.3137%2020.6863%2033%2024%2033Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M13.2637%2011.2661L15.8582%2014.8863%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M35.625%2011.7104L33.0304%2015.3307%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M24.0088%207V13%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%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2041C33.9411%2041%2042%2032.678%2042%2027C42%2021.322%2033.9411%2013%2024%2013C14.0589%2013%206%2021.3278%206%2027C6%2032.6722%2014.0589%2041%2024%2041Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2033C27.3137%2033%2030%2030.3137%2030%2027C30%2023.6863%2027.3137%2021%2024%2021C20.6863%2021%2018%2023.6863%2018%2027C18%2030.3137%2020.6863%2033%2024%2033Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M13.2637%2011.2661L15.8582%2014.8863%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M35.625%2011.7104L33.0304%2015.3307%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M24.0088%207V13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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