eye-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
eye-off
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the eye off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M6.434 6.52C4.22 7.89 2.933 9.865 2.319 11.034c-.213.404-.319.606-.319.974s.106.57.318.973c1.01 1.926 3.849 6.039 9.649 6.039c2.278 0 4.1-.635 5.533-1.523"/><path d="M9.879 9.879a3 3 0 1 0 4.243 4.243"/><path stroke-linejoin="round" d="m2 2l20 20M10 5.148A12 12 0 0 1 11.894 5c5.88 0 8.759 4.054 9.784 5.952c.215.397.322.596.322.959c0 .362-.108.562-.323.96A12.4 12.4 0 0 1 20.217 15"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsEyeOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M6.434 6.52C4.22 7.89 2.933 9.865 2.319 11.034c-.213.404-.319.606-.319.974s.106.57.318.973c1.01 1.926 3.849 6.039 9.649 6.039c2.278 0 4.1-.635 5.533-1.523"/><path d="M9.879 9.879a3 3 0 1 0 4.243 4.243"/><path strokeLinejoin="round" d="m2 2l20 20M10 5.148A12 12 0 0 1 11.894 5c5.88 0 8.759 4.054 9.784 5.952c.215.397.322.596.322.959c0 .362-.108.562-.323.96A12.4 12.4 0 0 1 20.217 15"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M6.434 6.52C4.22 7.89 2.933 9.865 2.319 11.034c-.213.404-.319.606-.319.974s.106.57.318.973c1.01 1.926 3.849 6.039 9.649 6.039c2.278 0 4.1-.635 5.533-1.523"/><path d="M9.879 9.879a3 3 0 1 0 4.243 4.243"/><path stroke-linejoin="round" d="m2 2l20 20M10 5.148A12 12 0 0 1 11.894 5c5.88 0 8.759 4.054 9.784 5.952c.215.397.322.596.322.959c0 .362-.108.562-.323.96A12.4 12.4 0 0 1 20.217 15"/></g></svg>
</template>

CSS

.icon-eye-off {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.434%206.52C4.22%207.89%202.933%209.865%202.319%2011.034c-.213.404-.319.606-.319.974s.106.57.318.973c1.01%201.926%203.849%206.039%209.649%206.039c2.278%200%204.1-.635%205.533-1.523%22%2F%3E%3Cpath%20d%3D%22M9.879%209.879a3%203%200%201%200%204.243%204.243%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m2%202l20%2020M10%205.148A12%2012%200%200%201%2011.894%205c5.88%200%208.759%204.054%209.784%205.952c.215.397.322.596.322.959c0%20.362-.108.562-.323.96A12.4%2012.4%200%200%201%2020.217%2015%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.434%206.52C4.22%207.89%202.933%209.865%202.319%2011.034c-.213.404-.319.606-.319.974s.106.57.318.973c1.01%201.926%203.849%206.039%209.649%206.039c2.278%200%204.1-.635%205.533-1.523%22%2F%3E%3Cpath%20d%3D%22M9.879%209.879a3%203%200%201%200%204.243%204.243%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m2%202l20%2020M10%205.148A12%2012%200%200%201%2011.894%205c5.88%200%208.759%204.054%209.784%205.952c.215.397.322.596.322.959c0%20.362-.108.562-.323.96A12.4%2012.4%200%200%201%2020.217%2015%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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