eye closed icon

eye-closed from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
eye-closed
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the eye closed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228 175a8 8 0 0 1-10.92-3l-19-33.2A123.2 123.2 0 0 1 162 155.46l5.87 35.22a8 8 0 0 1-6.58 9.21a8.4 8.4 0 0 1-1.29.11a8 8 0 0 1-7.88-6.69l-5.77-34.58a133 133 0 0 1-36.68 0l-5.77 34.58A8 8 0 0 1 96 200a8.4 8.4 0 0 1-1.32-.11a8 8 0 0 1-6.58-9.21l5.9-35.22a123.2 123.2 0 0 1-36.06-16.69L39 172a8 8 0 1 1-13.94-8l20-35a153.5 153.5 0 0 1-19.3-20a8 8 0 1 1 12.46-10c16.6 20.54 45.64 45 89.78 45s73.18-24.49 89.78-45a8 8 0 1 1 12.44 10a153.5 153.5 0 0 1-19.3 20l20 35a8 8 0 0 1-2.92 11"/></svg>

React

import type { SVGProps } from "react";

export function PhEyeClosed(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="M228 175a8 8 0 0 1-10.92-3l-19-33.2A123.2 123.2 0 0 1 162 155.46l5.87 35.22a8 8 0 0 1-6.58 9.21a8.4 8.4 0 0 1-1.29.11a8 8 0 0 1-7.88-6.69l-5.77-34.58a133 133 0 0 1-36.68 0l-5.77 34.58A8 8 0 0 1 96 200a8.4 8.4 0 0 1-1.32-.11a8 8 0 0 1-6.58-9.21l5.9-35.22a123.2 123.2 0 0 1-36.06-16.69L39 172a8 8 0 1 1-13.94-8l20-35a153.5 153.5 0 0 1-19.3-20a8 8 0 1 1 12.46-10c16.6 20.54 45.64 45 89.78 45s73.18-24.49 89.78-45a8 8 0 1 1 12.44 10a153.5 153.5 0 0 1-19.3 20l20 35a8 8 0 0 1-2.92 11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228 175a8 8 0 0 1-10.92-3l-19-33.2A123.2 123.2 0 0 1 162 155.46l5.87 35.22a8 8 0 0 1-6.58 9.21a8.4 8.4 0 0 1-1.29.11a8 8 0 0 1-7.88-6.69l-5.77-34.58a133 133 0 0 1-36.68 0l-5.77 34.58A8 8 0 0 1 96 200a8.4 8.4 0 0 1-1.32-.11a8 8 0 0 1-6.58-9.21l5.9-35.22a123.2 123.2 0 0 1-36.06-16.69L39 172a8 8 0 1 1-13.94-8l20-35a153.5 153.5 0 0 1-19.3-20a8 8 0 1 1 12.46-10c16.6 20.54 45.64 45 89.78 45s73.18-24.49 89.78-45a8 8 0 1 1 12.44 10a153.5 153.5 0 0 1-19.3 20l20 35a8 8 0 0 1-2.92 11"/></svg>
</template>

CSS

.icon-eye-closed {
  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%22M228%20175a8%208%200%200%201-10.92-3l-19-33.2A123.2%20123.2%200%200%201%20162%20155.46l5.87%2035.22a8%208%200%200%201-6.58%209.21a8.4%208.4%200%200%201-1.29.11a8%208%200%200%201-7.88-6.69l-5.77-34.58a133%20133%200%200%201-36.68%200l-5.77%2034.58A8%208%200%200%201%2096%20200a8.4%208.4%200%200%201-1.32-.11a8%208%200%200%201-6.58-9.21l5.9-35.22a123.2%20123.2%200%200%201-36.06-16.69L39%20172a8%208%200%201%201-13.94-8l20-35a153.5%20153.5%200%200%201-19.3-20a8%208%200%201%201%2012.46-10c16.6%2020.54%2045.64%2045%2089.78%2045s73.18-24.49%2089.78-45a8%208%200%201%201%2012.44%2010a153.5%20153.5%200%200%201-19.3%2020l20%2035a8%208%200%200%201-2.92%2011%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%22M228%20175a8%208%200%200%201-10.92-3l-19-33.2A123.2%20123.2%200%200%201%20162%20155.46l5.87%2035.22a8%208%200%200%201-6.58%209.21a8.4%208.4%200%200%201-1.29.11a8%208%200%200%201-7.88-6.69l-5.77-34.58a133%20133%200%200%201-36.68%200l-5.77%2034.58A8%208%200%200%201%2096%20200a8.4%208.4%200%200%201-1.32-.11a8%208%200%200%201-6.58-9.21l5.9-35.22a123.2%20123.2%200%200%201-36.06-16.69L39%20172a8%208%200%201%201-13.94-8l20-35a153.5%20153.5%200%200%201-19.3-20a8%208%200%201%201%2012.46-10c16.6%2020.54%2045.64%2045%2089.78%2045s73.18-24.49%2089.78-45a8%208%200%201%201%2012.44%2010a153.5%20153.5%200%200%201-19.3%2020l20%2035a8%208%200%200%201-2.92%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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