eye off2 icon

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

Name
eye-off2-filled
Set
Reicon
Style
Filled
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"><path fill="currentColor" fill-rule="evenodd" d="M1.47 1.47a.75.75 0 0 1 1.06 0l3.935 3.934l.005.005L18.59 17.53l.005.004l3.934 3.935a.75.75 0 1 1-1.06 1.06l-3.502-3.501c-5.589 3.55-13.839 1.604-16.51-5.836a3.53 3.53 0 0 1 0-2.386c.74-2.06 1.915-3.71 3.353-4.935L1.47 2.53a.75.75 0 0 1 0-1.06M7.75 12c0-.904.281-1.74.76-2.429l1.088 1.087A2.74 2.74 0 0 0 9.25 12A2.747 2.747 0 0 0 12 14.75c.488 0 .945-.126 1.342-.348l1.087 1.088a4.24 4.24 0 0 1-2.429.76c-2.35 0-4.25-1.9-4.25-4.25m14.793-1.193c-2.324-6.47-8.877-8.788-14.215-6.943a.75.75 0 0 0-.285 1.24l11.529 11.528a.75.75 0 0 0 1.119-.066a12 12 0 0 0 1.852-3.373a3.53 3.53 0 0 0 0-2.386m-6.3 1.436q.007-.12.007-.243a4.246 4.246 0 0 0-4.493-4.243z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconEyeOff2Filled(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" fillRule="evenodd" d="M1.47 1.47a.75.75 0 0 1 1.06 0l3.935 3.934l.005.005L18.59 17.53l.005.004l3.934 3.935a.75.75 0 1 1-1.06 1.06l-3.502-3.501c-5.589 3.55-13.839 1.604-16.51-5.836a3.53 3.53 0 0 1 0-2.386c.74-2.06 1.915-3.71 3.353-4.935L1.47 2.53a.75.75 0 0 1 0-1.06M7.75 12c0-.904.281-1.74.76-2.429l1.088 1.087A2.74 2.74 0 0 0 9.25 12A2.747 2.747 0 0 0 12 14.75c.488 0 .945-.126 1.342-.348l1.087 1.088a4.24 4.24 0 0 1-2.429.76c-2.35 0-4.25-1.9-4.25-4.25m14.793-1.193c-2.324-6.47-8.877-8.788-14.215-6.943a.75.75 0 0 0-.285 1.24l11.529 11.528a.75.75 0 0 0 1.119-.066a12 12 0 0 0 1.852-3.373a3.53 3.53 0 0 0 0-2.386m-6.3 1.436q.007-.12.007-.243a4.246 4.246 0 0 0-4.493-4.243z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.47 1.47a.75.75 0 0 1 1.06 0l3.935 3.934l.005.005L18.59 17.53l.005.004l3.934 3.935a.75.75 0 1 1-1.06 1.06l-3.502-3.501c-5.589 3.55-13.839 1.604-16.51-5.836a3.53 3.53 0 0 1 0-2.386c.74-2.06 1.915-3.71 3.353-4.935L1.47 2.53a.75.75 0 0 1 0-1.06M7.75 12c0-.904.281-1.74.76-2.429l1.088 1.087A2.74 2.74 0 0 0 9.25 12A2.747 2.747 0 0 0 12 14.75c.488 0 .945-.126 1.342-.348l1.087 1.088a4.24 4.24 0 0 1-2.429.76c-2.35 0-4.25-1.9-4.25-4.25m14.793-1.193c-2.324-6.47-8.877-8.788-14.215-6.943a.75.75 0 0 0-.285 1.24l11.529 11.528a.75.75 0 0 0 1.119-.066a12 12 0 0 0 1.852-3.373a3.53 3.53 0 0 0 0-2.386m-6.3 1.436q.007-.12.007-.243a4.246 4.246 0 0 0-4.493-4.243z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-eye-off2-filled {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.47%201.47a.75.75%200%200%201%201.06%200l3.935%203.934l.005.005L18.59%2017.53l.005.004l3.934%203.935a.75.75%200%201%201-1.06%201.06l-3.502-3.501c-5.589%203.55-13.839%201.604-16.51-5.836a3.53%203.53%200%200%201%200-2.386c.74-2.06%201.915-3.71%203.353-4.935L1.47%202.53a.75.75%200%200%201%200-1.06M7.75%2012c0-.904.281-1.74.76-2.429l1.088%201.087A2.74%202.74%200%200%200%209.25%2012A2.747%202.747%200%200%200%2012%2014.75c.488%200%20.945-.126%201.342-.348l1.087%201.088a4.24%204.24%200%200%201-2.429.76c-2.35%200-4.25-1.9-4.25-4.25m14.793-1.193c-2.324-6.47-8.877-8.788-14.215-6.943a.75.75%200%200%200-.285%201.24l11.529%2011.528a.75.75%200%200%200%201.119-.066a12%2012%200%200%200%201.852-3.373a3.53%203.53%200%200%200%200-2.386m-6.3%201.436q.007-.12.007-.243a4.246%204.246%200%200%200-4.493-4.243z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.47%201.47a.75.75%200%200%201%201.06%200l3.935%203.934l.005.005L18.59%2017.53l.005.004l3.934%203.935a.75.75%200%201%201-1.06%201.06l-3.502-3.501c-5.589%203.55-13.839%201.604-16.51-5.836a3.53%203.53%200%200%201%200-2.386c.74-2.06%201.915-3.71%203.353-4.935L1.47%202.53a.75.75%200%200%201%200-1.06M7.75%2012c0-.904.281-1.74.76-2.429l1.088%201.087A2.74%202.74%200%200%200%209.25%2012A2.747%202.747%200%200%200%2012%2014.75c.488%200%20.945-.126%201.342-.348l1.087%201.088a4.24%204.24%200%200%201-2.429.76c-2.35%200-4.25-1.9-4.25-4.25m14.793-1.193c-2.324-6.47-8.877-8.788-14.215-6.943a.75.75%200%200%200-.285%201.24l11.529%2011.528a.75.75%200%200%200%201.119-.066a12%2012%200%200%200%201.852-3.373a3.53%203.53%200%200%200%200-2.386m-6.3%201.436q.007-.12.007-.243a4.246%204.246%200%200%200-4.493-4.243z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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