eye off2 icon

eye-off2 from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
eye-off2
Set
Reicon
Style
Outline
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

More ui icons from Reicon

Use the eye off2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2.53 1.47a.75.75 0 0 0-1.06 1.06l3.34 3.342c-1.438 1.226-2.614 2.875-3.354 4.935a3.53 3.53 0 0 0 0 2.386c2.672 7.44 10.922 9.385 16.511 5.836l3.502 3.501a.75.75 0 1 0 1.06-1.06l-3.93-3.932l-.018-.017L6.477 5.417L6.46 5.4zm3.346 5.466c-1.279 1.062-2.339 2.517-3.007 4.378c-.159.442-.159.93 0 1.372c2.275 6.335 9.176 8.086 14.008 5.252L14.43 15.49a4.24 4.24 0 0 1-2.429.76c-2.35 0-4.25-1.9-4.25-4.25c0-.903.281-1.74.76-2.429zm3.722 3.722A2.74 2.74 0 0 0 9.25 12A2.746 2.746 0 0 0 12 14.75c.488 0 .945-.126 1.342-.348z" clip-rule="evenodd"/><path d="M8.818 5.282c4.633-1.601 10.292.405 12.313 6.032c.159.442.159.93 0 1.372a10.4 10.4 0 0 1-1.618 2.952a.75.75 0 1 0 1.178.928a12 12 0 0 0 1.852-3.373a3.53 3.53 0 0 0 0-2.386c-2.324-6.47-8.877-8.788-14.215-6.943a.75.75 0 1 0 .49 1.418"/><path d="M12.656 7.8a.75.75 0 1 0-.23 1.483a2.75 2.75 0 0 1 2.291 2.29a.75.75 0 1 0 1.483-.23A4.25 4.25 0 0 0 12.656 7.8"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconEyeOff2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M2.53 1.47a.75.75 0 0 0-1.06 1.06l3.34 3.342c-1.438 1.226-2.614 2.875-3.354 4.935a3.53 3.53 0 0 0 0 2.386c2.672 7.44 10.922 9.385 16.511 5.836l3.502 3.501a.75.75 0 1 0 1.06-1.06l-3.93-3.932l-.018-.017L6.477 5.417L6.46 5.4zm3.346 5.466c-1.279 1.062-2.339 2.517-3.007 4.378c-.159.442-.159.93 0 1.372c2.275 6.335 9.176 8.086 14.008 5.252L14.43 15.49a4.24 4.24 0 0 1-2.429.76c-2.35 0-4.25-1.9-4.25-4.25c0-.903.281-1.74.76-2.429zm3.722 3.722A2.74 2.74 0 0 0 9.25 12A2.746 2.746 0 0 0 12 14.75c.488 0 .945-.126 1.342-.348z" clipRule="evenodd"/><path d="M8.818 5.282c4.633-1.601 10.292.405 12.313 6.032c.159.442.159.93 0 1.372a10.4 10.4 0 0 1-1.618 2.952a.75.75 0 1 0 1.178.928a12 12 0 0 0 1.852-3.373a3.53 3.53 0 0 0 0-2.386c-2.324-6.47-8.877-8.788-14.215-6.943a.75.75 0 1 0 .49 1.418"/><path d="M12.656 7.8a.75.75 0 1 0-.23 1.483a2.75 2.75 0 0 1 2.291 2.29a.75.75 0 1 0 1.483-.23A4.25 4.25 0 0 0 12.656 7.8"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2.53 1.47a.75.75 0 0 0-1.06 1.06l3.34 3.342c-1.438 1.226-2.614 2.875-3.354 4.935a3.53 3.53 0 0 0 0 2.386c2.672 7.44 10.922 9.385 16.511 5.836l3.502 3.501a.75.75 0 1 0 1.06-1.06l-3.93-3.932l-.018-.017L6.477 5.417L6.46 5.4zm3.346 5.466c-1.279 1.062-2.339 2.517-3.007 4.378c-.159.442-.159.93 0 1.372c2.275 6.335 9.176 8.086 14.008 5.252L14.43 15.49a4.24 4.24 0 0 1-2.429.76c-2.35 0-4.25-1.9-4.25-4.25c0-.903.281-1.74.76-2.429zm3.722 3.722A2.74 2.74 0 0 0 9.25 12A2.746 2.746 0 0 0 12 14.75c.488 0 .945-.126 1.342-.348z" clip-rule="evenodd"/><path d="M8.818 5.282c4.633-1.601 10.292.405 12.313 6.032c.159.442.159.93 0 1.372a10.4 10.4 0 0 1-1.618 2.952a.75.75 0 1 0 1.178.928a12 12 0 0 0 1.852-3.373a3.53 3.53 0 0 0 0-2.386c-2.324-6.47-8.877-8.788-14.215-6.943a.75.75 0 1 0 .49 1.418"/><path d="M12.656 7.8a.75.75 0 1 0-.23 1.483a2.75 2.75 0 0 1 2.291 2.29a.75.75 0 1 0 1.483-.23A4.25 4.25 0 0 0 12.656 7.8"/></g></svg>
</template>

CSS

.icon-eye-off2 {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.53%201.47a.75.75%200%200%200-1.06%201.06l3.34%203.342c-1.438%201.226-2.614%202.875-3.354%204.935a3.53%203.53%200%200%200%200%202.386c2.672%207.44%2010.922%209.385%2016.511%205.836l3.502%203.501a.75.75%200%201%200%201.06-1.06l-3.93-3.932l-.018-.017L6.477%205.417L6.46%205.4zm3.346%205.466c-1.279%201.062-2.339%202.517-3.007%204.378c-.159.442-.159.93%200%201.372c2.275%206.335%209.176%208.086%2014.008%205.252L14.43%2015.49a4.24%204.24%200%200%201-2.429.76c-2.35%200-4.25-1.9-4.25-4.25c0-.903.281-1.74.76-2.429zm3.722%203.722A2.74%202.74%200%200%200%209.25%2012A2.746%202.746%200%200%200%2012%2014.75c.488%200%20.945-.126%201.342-.348z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8.818%205.282c4.633-1.601%2010.292.405%2012.313%206.032c.159.442.159.93%200%201.372a10.4%2010.4%200%200%201-1.618%202.952a.75.75%200%201%200%201.178.928a12%2012%200%200%200%201.852-3.373a3.53%203.53%200%200%200%200-2.386c-2.324-6.47-8.877-8.788-14.215-6.943a.75.75%200%201%200%20.49%201.418%22%2F%3E%3Cpath%20d%3D%22M12.656%207.8a.75.75%200%201%200-.23%201.483a2.75%202.75%200%200%201%202.291%202.29a.75.75%200%201%200%201.483-.23A4.25%204.25%200%200%200%2012.656%207.8%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.53%201.47a.75.75%200%200%200-1.06%201.06l3.34%203.342c-1.438%201.226-2.614%202.875-3.354%204.935a3.53%203.53%200%200%200%200%202.386c2.672%207.44%2010.922%209.385%2016.511%205.836l3.502%203.501a.75.75%200%201%200%201.06-1.06l-3.93-3.932l-.018-.017L6.477%205.417L6.46%205.4zm3.346%205.466c-1.279%201.062-2.339%202.517-3.007%204.378c-.159.442-.159.93%200%201.372c2.275%206.335%209.176%208.086%2014.008%205.252L14.43%2015.49a4.24%204.24%200%200%201-2.429.76c-2.35%200-4.25-1.9-4.25-4.25c0-.903.281-1.74.76-2.429zm3.722%203.722A2.74%202.74%200%200%200%209.25%2012A2.746%202.746%200%200%200%2012%2014.75c.488%200%20.945-.126%201.342-.348z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8.818%205.282c4.633-1.601%2010.292.405%2012.313%206.032c.159.442.159.93%200%201.372a10.4%2010.4%200%200%201-1.618%202.952a.75.75%200%201%200%201.178.928a12%2012%200%200%200%201.852-3.373a3.53%203.53%200%200%200%200-2.386c-2.324-6.47-8.877-8.788-14.215-6.943a.75.75%200%201%200%20.49%201.418%22%2F%3E%3Cpath%20d%3D%22M12.656%207.8a.75.75%200%201%200-.23%201.483a2.75%202.75%200%200%201%202.291%202.29a.75.75%200%201%200%201.483-.23A4.25%204.25%200%200%200%2012.656%207.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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