eye-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
eye-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the eye icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M128 56c-80 0-112 72-112 72s32 72 112 72s112-72 112-72s-32-72-112-72m0 112a40 40 0 1 1 40-40a40 40 0 0 1-40 40" opacity=".2"/><path d="M247.31 124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57 61.26 162.88 48 128 48S61.43 61.26 36.34 86.35C17.51 105.18 9 124 8.69 124.76a8 8 0 0 0 0 6.5c.35.79 8.82 19.57 27.65 38.4C61.43 194.74 93.12 208 128 208s66.57-13.26 91.66-38.34c18.83-18.83 27.3-37.61 27.65-38.4a8 8 0 0 0 0-6.5M128 192c-30.78 0-57.67-11.19-79.93-33.25A133.5 133.5 0 0 1 25 128a133.3 133.3 0 0 1 23.07-30.75C70.33 75.19 97.22 64 128 64s57.67 11.19 79.93 33.25A133.5 133.5 0 0 1 231.05 128c-7.21 13.46-38.62 64-103.05 64m0-112a48 48 0 1 0 48 48a48.05 48.05 0 0 0-48-48m0 80a32 32 0 1 1 32-32a32 32 0 0 1-32 32"/></g></svg>

React

import type { SVGProps } from "react";

export function PhEyeDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M128 56c-80 0-112 72-112 72s32 72 112 72s112-72 112-72s-32-72-112-72m0 112a40 40 0 1 1 40-40a40 40 0 0 1-40 40" opacity=".2"/><path d="M247.31 124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57 61.26 162.88 48 128 48S61.43 61.26 36.34 86.35C17.51 105.18 9 124 8.69 124.76a8 8 0 0 0 0 6.5c.35.79 8.82 19.57 27.65 38.4C61.43 194.74 93.12 208 128 208s66.57-13.26 91.66-38.34c18.83-18.83 27.3-37.61 27.65-38.4a8 8 0 0 0 0-6.5M128 192c-30.78 0-57.67-11.19-79.93-33.25A133.5 133.5 0 0 1 25 128a133.3 133.3 0 0 1 23.07-30.75C70.33 75.19 97.22 64 128 64s57.67 11.19 79.93 33.25A133.5 133.5 0 0 1 231.05 128c-7.21 13.46-38.62 64-103.05 64m0-112a48 48 0 1 0 48 48a48.05 48.05 0 0 0-48-48m0 80a32 32 0 1 1 32-32a32 32 0 0 1-32 32"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M128 56c-80 0-112 72-112 72s32 72 112 72s112-72 112-72s-32-72-112-72m0 112a40 40 0 1 1 40-40a40 40 0 0 1-40 40" opacity=".2"/><path d="M247.31 124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57 61.26 162.88 48 128 48S61.43 61.26 36.34 86.35C17.51 105.18 9 124 8.69 124.76a8 8 0 0 0 0 6.5c.35.79 8.82 19.57 27.65 38.4C61.43 194.74 93.12 208 128 208s66.57-13.26 91.66-38.34c18.83-18.83 27.3-37.61 27.65-38.4a8 8 0 0 0 0-6.5M128 192c-30.78 0-57.67-11.19-79.93-33.25A133.5 133.5 0 0 1 25 128a133.3 133.3 0 0 1 23.07-30.75C70.33 75.19 97.22 64 128 64s57.67 11.19 79.93 33.25A133.5 133.5 0 0 1 231.05 128c-7.21 13.46-38.62 64-103.05 64m0-112a48 48 0 1 0 48 48a48.05 48.05 0 0 0-48-48m0 80a32 32 0 1 1 32-32a32 32 0 0 1-32 32"/></g></svg>
</template>

CSS

.icon-eye-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M128%2056c-80%200-112%2072-112%2072s32%2072%20112%2072s112-72%20112-72s-32-72-112-72m0%20112a40%2040%200%201%201%2040-40a40%2040%200%200%201-40%2040%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M247.31%20124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57%2061.26%20162.88%2048%20128%2048S61.43%2061.26%2036.34%2086.35C17.51%20105.18%209%20124%208.69%20124.76a8%208%200%200%200%200%206.5c.35.79%208.82%2019.57%2027.65%2038.4C61.43%20194.74%2093.12%20208%20128%20208s66.57-13.26%2091.66-38.34c18.83-18.83%2027.3-37.61%2027.65-38.4a8%208%200%200%200%200-6.5M128%20192c-30.78%200-57.67-11.19-79.93-33.25A133.5%20133.5%200%200%201%2025%20128a133.3%20133.3%200%200%201%2023.07-30.75C70.33%2075.19%2097.22%2064%20128%2064s57.67%2011.19%2079.93%2033.25A133.5%20133.5%200%200%201%20231.05%20128c-7.21%2013.46-38.62%2064-103.05%2064m0-112a48%2048%200%201%200%2048%2048a48.05%2048.05%200%200%200-48-48m0%2080a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M128%2056c-80%200-112%2072-112%2072s32%2072%20112%2072s112-72%20112-72s-32-72-112-72m0%20112a40%2040%200%201%201%2040-40a40%2040%200%200%201-40%2040%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M247.31%20124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57%2061.26%20162.88%2048%20128%2048S61.43%2061.26%2036.34%2086.35C17.51%20105.18%209%20124%208.69%20124.76a8%208%200%200%200%200%206.5c.35.79%208.82%2019.57%2027.65%2038.4C61.43%20194.74%2093.12%20208%20128%20208s66.57-13.26%2091.66-38.34c18.83-18.83%2027.3-37.61%2027.65-38.4a8%208%200%200%200%200-6.5M128%20192c-30.78%200-57.67-11.19-79.93-33.25A133.5%20133.5%200%200%201%2025%20128a133.3%20133.3%200%200%201%2023.07-30.75C70.33%2075.19%2097.22%2064%20128%2064s57.67%2011.19%2079.93%2033.25A133.5%20133.5%200%200%201%20231.05%20128c-7.21%2013.46-38.62%2064-103.05%2064m0-112a48%2048%200%201%200%2048%2048a48.05%2048.05%200%200%200-48-48m0%2080a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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