eye closed icon

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

Name
eye-closed-bold
Set
Phosphor
Style
Bold
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="M234.42 162a12 12 0 1 1-20.84 12l-16.86-29.5a127.2 127.2 0 0 1-30.17 13.86l5.29 31.64a12 12 0 0 1-9.87 13.8a11 11 0 0 1-2 .17a12 12 0 0 1-11.82-10l-5.15-30.8a136.5 136.5 0 0 1-30.06 0l-5.1 30.83A12 12 0 0 1 96 204a11 11 0 0 1-2-.17A12 12 0 0 1 84.16 190l5.29-31.72a127.2 127.2 0 0 1-30.17-13.86L42.42 174a12 12 0 1 1-20.84-12L40 129.85a160 160 0 0 1-17.31-18.31a12 12 0 0 1 18.65-15.08C57.38 116.32 85.44 140 128 140s70.62-23.68 86.66-43.54a12 12 0 0 1 18.67 15.08A160 160 0 0 1 216 129.85Z"/></svg>

React

import type { SVGProps } from "react";

export function PhEyeClosedBold(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="M234.42 162a12 12 0 1 1-20.84 12l-16.86-29.5a127.2 127.2 0 0 1-30.17 13.86l5.29 31.64a12 12 0 0 1-9.87 13.8a11 11 0 0 1-2 .17a12 12 0 0 1-11.82-10l-5.15-30.8a136.5 136.5 0 0 1-30.06 0l-5.1 30.83A12 12 0 0 1 96 204a11 11 0 0 1-2-.17A12 12 0 0 1 84.16 190l5.29-31.72a127.2 127.2 0 0 1-30.17-13.86L42.42 174a12 12 0 1 1-20.84-12L40 129.85a160 160 0 0 1-17.31-18.31a12 12 0 0 1 18.65-15.08C57.38 116.32 85.44 140 128 140s70.62-23.68 86.66-43.54a12 12 0 0 1 18.67 15.08A160 160 0 0 1 216 129.85Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M234.42 162a12 12 0 1 1-20.84 12l-16.86-29.5a127.2 127.2 0 0 1-30.17 13.86l5.29 31.64a12 12 0 0 1-9.87 13.8a11 11 0 0 1-2 .17a12 12 0 0 1-11.82-10l-5.15-30.8a136.5 136.5 0 0 1-30.06 0l-5.1 30.83A12 12 0 0 1 96 204a11 11 0 0 1-2-.17A12 12 0 0 1 84.16 190l5.29-31.72a127.2 127.2 0 0 1-30.17-13.86L42.42 174a12 12 0 1 1-20.84-12L40 129.85a160 160 0 0 1-17.31-18.31a12 12 0 0 1 18.65-15.08C57.38 116.32 85.44 140 128 140s70.62-23.68 86.66-43.54a12 12 0 0 1 18.67 15.08A160 160 0 0 1 216 129.85Z"/></svg>
</template>

CSS

.icon-eye-closed-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%22M234.42%20162a12%2012%200%201%201-20.84%2012l-16.86-29.5a127.2%20127.2%200%200%201-30.17%2013.86l5.29%2031.64a12%2012%200%200%201-9.87%2013.8a11%2011%200%200%201-2%20.17a12%2012%200%200%201-11.82-10l-5.15-30.8a136.5%20136.5%200%200%201-30.06%200l-5.1%2030.83A12%2012%200%200%201%2096%20204a11%2011%200%200%201-2-.17A12%2012%200%200%201%2084.16%20190l5.29-31.72a127.2%20127.2%200%200%201-30.17-13.86L42.42%20174a12%2012%200%201%201-20.84-12L40%20129.85a160%20160%200%200%201-17.31-18.31a12%2012%200%200%201%2018.65-15.08C57.38%20116.32%2085.44%20140%20128%20140s70.62-23.68%2086.66-43.54a12%2012%200%200%201%2018.67%2015.08A160%20160%200%200%201%20216%20129.85Z%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%22M234.42%20162a12%2012%200%201%201-20.84%2012l-16.86-29.5a127.2%20127.2%200%200%201-30.17%2013.86l5.29%2031.64a12%2012%200%200%201-9.87%2013.8a11%2011%200%200%201-2%20.17a12%2012%200%200%201-11.82-10l-5.15-30.8a136.5%20136.5%200%200%201-30.06%200l-5.1%2030.83A12%2012%200%200%201%2096%20204a11%2011%200%200%201-2-.17A12%2012%200%200%201%2084.16%20190l5.29-31.72a127.2%20127.2%200%200%201-30.17-13.86L42.42%20174a12%2012%200%201%201-20.84-12L40%20129.85a160%20160%200%200%201-17.31-18.31a12%2012%200%200%201%2018.65-15.08C57.38%20116.32%2085.44%20140%20128%20140s70.62-23.68%2086.66-43.54a12%2012%200%200%201%2018.67%2015.08A160%20160%200%200%201%20216%20129.85Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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