eye closed icon

eye-closed-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
eye-closed-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT
Aliases
eye-slash-24

2 other variants in Octicons

The same icon in other sets

Use the eye closed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.052 5.837A9.7 9.7 0 0 1 12 5c2.955 0 5.309 1.315 7.06 2.864c1.756 1.553 2.866 3.307 3.307 4.08a.1.1 0 0 1 .016.055a.1.1 0 0 1-.017.06a17 17 0 0 1-1.53 2.218a.75.75 0 1 0 1.163.946a18 18 0 0 0 1.67-2.42a1.61 1.61 0 0 0 .001-1.602c-.485-.85-1.69-2.757-3.616-4.46C18.124 5.034 15.432 3.5 12 3.5c-1.695 0-3.215.374-4.552.963a.75.75 0 0 0 .604 1.373Zm11.114 12.15C17.328 19.38 14.933 20.5 12 20.5c-3.432 0-6.125-1.534-8.054-3.24C2.02 15.556.814 13.648.33 12.798a1.6 1.6 0 0 1 .001-1.6A18.3 18.3 0 0 1 3.648 7.01L1.317 5.362a.75.75 0 1 1 .866-1.224l20.5 14.5a.75.75 0 1 1-.866 1.224ZM4.902 7.898c-1.73 1.541-2.828 3.273-3.268 4.044a.1.1 0 0 0-.017.059q-.002.023.016.055c.441.774 1.551 2.527 3.307 4.08C6.69 17.685 9.045 19 12 19c2.334 0 4.29-.82 5.874-1.927l-3.516-2.487a3.5 3.5 0 0 1-5.583-3.949L4.902 7.899Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonEyeClosed24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.052 5.837A9.7 9.7 0 0 1 12 5c2.955 0 5.309 1.315 7.06 2.864c1.756 1.553 2.866 3.307 3.307 4.08a.1.1 0 0 1 .016.055a.1.1 0 0 1-.017.06a17 17 0 0 1-1.53 2.218a.75.75 0 1 0 1.163.946a18 18 0 0 0 1.67-2.42a1.61 1.61 0 0 0 .001-1.602c-.485-.85-1.69-2.757-3.616-4.46C18.124 5.034 15.432 3.5 12 3.5c-1.695 0-3.215.374-4.552.963a.75.75 0 0 0 .604 1.373Zm11.114 12.15C17.328 19.38 14.933 20.5 12 20.5c-3.432 0-6.125-1.534-8.054-3.24C2.02 15.556.814 13.648.33 12.798a1.6 1.6 0 0 1 .001-1.6A18.3 18.3 0 0 1 3.648 7.01L1.317 5.362a.75.75 0 1 1 .866-1.224l20.5 14.5a.75.75 0 1 1-.866 1.224ZM4.902 7.898c-1.73 1.541-2.828 3.273-3.268 4.044a.1.1 0 0 0-.017.059q-.002.023.016.055c.441.774 1.551 2.527 3.307 4.08C6.69 17.685 9.045 19 12 19c2.334 0 4.29-.82 5.874-1.927l-3.516-2.487a3.5 3.5 0 0 1-5.583-3.949L4.902 7.899Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.052 5.837A9.7 9.7 0 0 1 12 5c2.955 0 5.309 1.315 7.06 2.864c1.756 1.553 2.866 3.307 3.307 4.08a.1.1 0 0 1 .016.055a.1.1 0 0 1-.017.06a17 17 0 0 1-1.53 2.218a.75.75 0 1 0 1.163.946a18 18 0 0 0 1.67-2.42a1.61 1.61 0 0 0 .001-1.602c-.485-.85-1.69-2.757-3.616-4.46C18.124 5.034 15.432 3.5 12 3.5c-1.695 0-3.215.374-4.552.963a.75.75 0 0 0 .604 1.373Zm11.114 12.15C17.328 19.38 14.933 20.5 12 20.5c-3.432 0-6.125-1.534-8.054-3.24C2.02 15.556.814 13.648.33 12.798a1.6 1.6 0 0 1 .001-1.6A18.3 18.3 0 0 1 3.648 7.01L1.317 5.362a.75.75 0 1 1 .866-1.224l20.5 14.5a.75.75 0 1 1-.866 1.224ZM4.902 7.898c-1.73 1.541-2.828 3.273-3.268 4.044a.1.1 0 0 0-.017.059q-.002.023.016.055c.441.774 1.551 2.527 3.307 4.08C6.69 17.685 9.045 19 12 19c2.334 0 4.29-.82 5.874-1.927l-3.516-2.487a3.5 3.5 0 0 1-5.583-3.949L4.902 7.899Z"/></svg>
</template>

CSS

.icon-eye-closed-24 {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.052%205.837A9.7%209.7%200%200%201%2012%205c2.955%200%205.309%201.315%207.06%202.864c1.756%201.553%202.866%203.307%203.307%204.08a.1.1%200%200%201%20.016.055a.1.1%200%200%201-.017.06a17%2017%200%200%201-1.53%202.218a.75.75%200%201%200%201.163.946a18%2018%200%200%200%201.67-2.42a1.61%201.61%200%200%200%20.001-1.602c-.485-.85-1.69-2.757-3.616-4.46C18.124%205.034%2015.432%203.5%2012%203.5c-1.695%200-3.215.374-4.552.963a.75.75%200%200%200%20.604%201.373Zm11.114%2012.15C17.328%2019.38%2014.933%2020.5%2012%2020.5c-3.432%200-6.125-1.534-8.054-3.24C2.02%2015.556.814%2013.648.33%2012.798a1.6%201.6%200%200%201%20.001-1.6A18.3%2018.3%200%200%201%203.648%207.01L1.317%205.362a.75.75%200%201%201%20.866-1.224l20.5%2014.5a.75.75%200%201%201-.866%201.224ZM4.902%207.898c-1.73%201.541-2.828%203.273-3.268%204.044a.1.1%200%200%200-.017.059q-.002.023.016.055c.441.774%201.551%202.527%203.307%204.08C6.69%2017.685%209.045%2019%2012%2019c2.334%200%204.29-.82%205.874-1.927l-3.516-2.487a3.5%203.5%200%200%201-5.583-3.949L4.902%207.899Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.052%205.837A9.7%209.7%200%200%201%2012%205c2.955%200%205.309%201.315%207.06%202.864c1.756%201.553%202.866%203.307%203.307%204.08a.1.1%200%200%201%20.016.055a.1.1%200%200%201-.017.06a17%2017%200%200%201-1.53%202.218a.75.75%200%201%200%201.163.946a18%2018%200%200%200%201.67-2.42a1.61%201.61%200%200%200%20.001-1.602c-.485-.85-1.69-2.757-3.616-4.46C18.124%205.034%2015.432%203.5%2012%203.5c-1.695%200-3.215.374-4.552.963a.75.75%200%200%200%20.604%201.373Zm11.114%2012.15C17.328%2019.38%2014.933%2020.5%2012%2020.5c-3.432%200-6.125-1.534-8.054-3.24C2.02%2015.556.814%2013.648.33%2012.798a1.6%201.6%200%200%201%20.001-1.6A18.3%2018.3%200%200%201%203.648%207.01L1.317%205.362a.75.75%200%201%201%20.866-1.224l20.5%2014.5a.75.75%200%201%201-.866%201.224ZM4.902%207.898c-1.73%201.541-2.828%203.273-3.268%204.044a.1.1%200%200%200-.017.059q-.002.023.016.055c.441.774%201.551%202.527%203.307%204.08C6.69%2017.685%209.045%2019%2012%2019c2.334%200%204.29-.82%205.874-1.927l-3.516-2.487a3.5%203.5%200%200%201-5.583-3.949L4.902%207.899Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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