eyes-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
eyes-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the eyes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220.48 60C209.21 39.37 193.42 28 176 28s-33.21 11.37-44.48 32c-1.24 2.28-2.42 4.65-3.52 7.11c-1.1-2.46-2.28-4.83-3.52-7.11C113.21 39.37 97.42 28 80 28S46.79 39.37 35.52 60C25.51 78.38 20 102.52 20 128s5.51 49.62 15.52 68c11.27 20.62 27.06 32 44.48 32s33.21-11.38 44.48-32c1.24-2.28 2.42-4.65 3.52-7.11c1.1 2.46 2.28 4.83 3.52 7.11c11.27 20.65 27.06 32 44.48 32s33.21-11.38 44.48-32c10-18.35 15.52-42.49 15.52-68s-5.51-49.62-15.52-68M152 116a12 12 0 1 1-12 12a12 12 0 0 1 12-12m-96 0a12 12 0 1 1-12 12a12 12 0 0 1 12-12m24 88c-12.08 0-25.13-15.72-31.7-40.84a35.6 35.6 0 0 0 7.7.84a36 36 0 0 0 0-72a35.6 35.6 0 0 0-7.7.84C54.87 67.72 67.92 52 80 52c17 0 36 31.21 36 76s-19 76-36 76m96 0c-12.08 0-25.13-15.72-31.7-40.84a35.6 35.6 0 0 0 7.7.84a36 36 0 0 0 0-72a35.6 35.6 0 0 0-7.7.84C150.87 67.72 163.92 52 176 52c17 0 36 31.21 36 76s-19 76-36 76"/></svg>

React

import type { SVGProps } from "react";

export function PhEyesBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220.48 60C209.21 39.37 193.42 28 176 28s-33.21 11.37-44.48 32c-1.24 2.28-2.42 4.65-3.52 7.11c-1.1-2.46-2.28-4.83-3.52-7.11C113.21 39.37 97.42 28 80 28S46.79 39.37 35.52 60C25.51 78.38 20 102.52 20 128s5.51 49.62 15.52 68c11.27 20.62 27.06 32 44.48 32s33.21-11.38 44.48-32c1.24-2.28 2.42-4.65 3.52-7.11c1.1 2.46 2.28 4.83 3.52 7.11c11.27 20.65 27.06 32 44.48 32s33.21-11.38 44.48-32c10-18.35 15.52-42.49 15.52-68s-5.51-49.62-15.52-68M152 116a12 12 0 1 1-12 12a12 12 0 0 1 12-12m-96 0a12 12 0 1 1-12 12a12 12 0 0 1 12-12m24 88c-12.08 0-25.13-15.72-31.7-40.84a35.6 35.6 0 0 0 7.7.84a36 36 0 0 0 0-72a35.6 35.6 0 0 0-7.7.84C54.87 67.72 67.92 52 80 52c17 0 36 31.21 36 76s-19 76-36 76m96 0c-12.08 0-25.13-15.72-31.7-40.84a35.6 35.6 0 0 0 7.7.84a36 36 0 0 0 0-72a35.6 35.6 0 0 0-7.7.84C150.87 67.72 163.92 52 176 52c17 0 36 31.21 36 76s-19 76-36 76"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220.48 60C209.21 39.37 193.42 28 176 28s-33.21 11.37-44.48 32c-1.24 2.28-2.42 4.65-3.52 7.11c-1.1-2.46-2.28-4.83-3.52-7.11C113.21 39.37 97.42 28 80 28S46.79 39.37 35.52 60C25.51 78.38 20 102.52 20 128s5.51 49.62 15.52 68c11.27 20.62 27.06 32 44.48 32s33.21-11.38 44.48-32c1.24-2.28 2.42-4.65 3.52-7.11c1.1 2.46 2.28 4.83 3.52 7.11c11.27 20.65 27.06 32 44.48 32s33.21-11.38 44.48-32c10-18.35 15.52-42.49 15.52-68s-5.51-49.62-15.52-68M152 116a12 12 0 1 1-12 12a12 12 0 0 1 12-12m-96 0a12 12 0 1 1-12 12a12 12 0 0 1 12-12m24 88c-12.08 0-25.13-15.72-31.7-40.84a35.6 35.6 0 0 0 7.7.84a36 36 0 0 0 0-72a35.6 35.6 0 0 0-7.7.84C54.87 67.72 67.92 52 80 52c17 0 36 31.21 36 76s-19 76-36 76m96 0c-12.08 0-25.13-15.72-31.7-40.84a35.6 35.6 0 0 0 7.7.84a36 36 0 0 0 0-72a35.6 35.6 0 0 0-7.7.84C150.87 67.72 163.92 52 176 52c17 0 36 31.21 36 76s-19 76-36 76"/></svg>
</template>

CSS

.icon-eyes-bold {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M220.48%2060C209.21%2039.37%20193.42%2028%20176%2028s-33.21%2011.37-44.48%2032c-1.24%202.28-2.42%204.65-3.52%207.11c-1.1-2.46-2.28-4.83-3.52-7.11C113.21%2039.37%2097.42%2028%2080%2028S46.79%2039.37%2035.52%2060C25.51%2078.38%2020%20102.52%2020%20128s5.51%2049.62%2015.52%2068c11.27%2020.62%2027.06%2032%2044.48%2032s33.21-11.38%2044.48-32c1.24-2.28%202.42-4.65%203.52-7.11c1.1%202.46%202.28%204.83%203.52%207.11c11.27%2020.65%2027.06%2032%2044.48%2032s33.21-11.38%2044.48-32c10-18.35%2015.52-42.49%2015.52-68s-5.51-49.62-15.52-68M152%20116a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m-96%200a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m24%2088c-12.08%200-25.13-15.72-31.7-40.84a35.6%2035.6%200%200%200%207.7.84a36%2036%200%200%200%200-72a35.6%2035.6%200%200%200-7.7.84C54.87%2067.72%2067.92%2052%2080%2052c17%200%2036%2031.21%2036%2076s-19%2076-36%2076m96%200c-12.08%200-25.13-15.72-31.7-40.84a35.6%2035.6%200%200%200%207.7.84a36%2036%200%200%200%200-72a35.6%2035.6%200%200%200-7.7.84C150.87%2067.72%20163.92%2052%20176%2052c17%200%2036%2031.21%2036%2076s-19%2076-36%2076%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M220.48%2060C209.21%2039.37%20193.42%2028%20176%2028s-33.21%2011.37-44.48%2032c-1.24%202.28-2.42%204.65-3.52%207.11c-1.1-2.46-2.28-4.83-3.52-7.11C113.21%2039.37%2097.42%2028%2080%2028S46.79%2039.37%2035.52%2060C25.51%2078.38%2020%20102.52%2020%20128s5.51%2049.62%2015.52%2068c11.27%2020.62%2027.06%2032%2044.48%2032s33.21-11.38%2044.48-32c1.24-2.28%202.42-4.65%203.52-7.11c1.1%202.46%202.28%204.83%203.52%207.11c11.27%2020.65%2027.06%2032%2044.48%2032s33.21-11.38%2044.48-32c10-18.35%2015.52-42.49%2015.52-68s-5.51-49.62-15.52-68M152%20116a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m-96%200a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m24%2088c-12.08%200-25.13-15.72-31.7-40.84a35.6%2035.6%200%200%200%207.7.84a36%2036%200%200%200%200-72a35.6%2035.6%200%200%200-7.7.84C54.87%2067.72%2067.92%2052%2080%2052c17%200%2036%2031.21%2036%2076s-19%2076-36%2076m96%200c-12.08%200-25.13-15.72-31.7-40.84a35.6%2035.6%200%200%200%207.7.84a36%2036%200%200%200%200-72a35.6%2035.6%200%200%200-7.7.84C150.87%2067.72%20163.92%2052%20176%2052c17%200%2036%2031.21%2036%2076s-19%2076-36%2076%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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