eye-off from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
eye-off
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage 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-linejoin="round" stroke-width="1.5"><path d="M5.45 16.92a10.8 10.8 0 0 1-2.55-3.71a1.85 1.85 0 0 1 0-1.46A10.6 10.6 0 0 1 6.62 7.1A9 9 0 0 1 12 5.48a8.8 8.8 0 0 1 4 .85m2.56 1.72a10.85 10.85 0 0 1 2.54 3.7a1.85 1.85 0 0 1 0 1.46a10.6 10.6 0 0 1-3.72 4.65A9 9 0 0 1 12 19.48a8.8 8.8 0 0 1-4-.85"/><path d="M8.71 13.65a3.3 3.3 0 0 1-.21-1.17a3.5 3.5 0 0 1 3.5-3.5c.4-.002.796.07 1.17.21m2.12 2.12c.14.374.212.77.21 1.17a3.5 3.5 0 0 1-3.5 3.5a3.3 3.3 0 0 1-1.17-.21M3 20L19 4"/></g></svg>

React

import type { SVGProps } from "react";

export function MageEyeOff(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M5.45 16.92a10.8 10.8 0 0 1-2.55-3.71a1.85 1.85 0 0 1 0-1.46A10.6 10.6 0 0 1 6.62 7.1A9 9 0 0 1 12 5.48a8.8 8.8 0 0 1 4 .85m2.56 1.72a10.85 10.85 0 0 1 2.54 3.7a1.85 1.85 0 0 1 0 1.46a10.6 10.6 0 0 1-3.72 4.65A9 9 0 0 1 12 19.48a8.8 8.8 0 0 1-4-.85"/><path d="M8.71 13.65a3.3 3.3 0 0 1-.21-1.17a3.5 3.5 0 0 1 3.5-3.5c.4-.002.796.07 1.17.21m2.12 2.12c.14.374.212.77.21 1.17a3.5 3.5 0 0 1-3.5 3.5a3.3 3.3 0 0 1-1.17-.21M3 20L19 4"/></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-linejoin="round" stroke-width="1.5"><path d="M5.45 16.92a10.8 10.8 0 0 1-2.55-3.71a1.85 1.85 0 0 1 0-1.46A10.6 10.6 0 0 1 6.62 7.1A9 9 0 0 1 12 5.48a8.8 8.8 0 0 1 4 .85m2.56 1.72a10.85 10.85 0 0 1 2.54 3.7a1.85 1.85 0 0 1 0 1.46a10.6 10.6 0 0 1-3.72 4.65A9 9 0 0 1 12 19.48a8.8 8.8 0 0 1-4-.85"/><path d="M8.71 13.65a3.3 3.3 0 0 1-.21-1.17a3.5 3.5 0 0 1 3.5-3.5c.4-.002.796.07 1.17.21m2.12 2.12c.14.374.212.77.21 1.17a3.5 3.5 0 0 1-3.5 3.5a3.3 3.3 0 0 1-1.17-.21M3 20L19 4"/></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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.45%2016.92a10.8%2010.8%200%200%201-2.55-3.71a1.85%201.85%200%200%201%200-1.46A10.6%2010.6%200%200%201%206.62%207.1A9%209%200%200%201%2012%205.48a8.8%208.8%200%200%201%204%20.85m2.56%201.72a10.85%2010.85%200%200%201%202.54%203.7a1.85%201.85%200%200%201%200%201.46a10.6%2010.6%200%200%201-3.72%204.65A9%209%200%200%201%2012%2019.48a8.8%208.8%200%200%201-4-.85%22%2F%3E%3Cpath%20d%3D%22M8.71%2013.65a3.3%203.3%200%200%201-.21-1.17a3.5%203.5%200%200%201%203.5-3.5c.4-.002.796.07%201.17.21m2.12%202.12c.14.374.212.77.21%201.17a3.5%203.5%200%200%201-3.5%203.5a3.3%203.3%200%200%201-1.17-.21M3%2020L19%204%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.45%2016.92a10.8%2010.8%200%200%201-2.55-3.71a1.85%201.85%200%200%201%200-1.46A10.6%2010.6%200%200%201%206.62%207.1A9%209%200%200%201%2012%205.48a8.8%208.8%200%200%201%204%20.85m2.56%201.72a10.85%2010.85%200%200%201%202.54%203.7a1.85%201.85%200%200%201%200%201.46a10.6%2010.6%200%200%201-3.72%204.65A9%209%200%200%201%2012%2019.48a8.8%208.8%200%200%201-4-.85%22%2F%3E%3Cpath%20d%3D%22M8.71%2013.65a3.3%203.3%200%200%201-.21-1.17a3.5%203.5%200%200%201%203.5-3.5c.4-.002.796.07%201.17.21m2.12%202.12c.14.374.212.77.21%201.17a3.5%203.5%200%200%201-3.5%203.5a3.3%203.3%200%200%201-1.17-.21M3%2020L19%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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