eye closed icon
eye-closed-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.
- Name
- eye-closed-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All eye closed icons →More ui icons from Reicon
Use the eye closed 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.919 6.605a1 1 0 0 0-1.838.79l.002.003l.003.007l.01.021l.032.072q.04.09.12.25c.105.21.262.506.47.857c.41.687 1.027 1.6 1.872 2.52l-.797.797a1 1 0 1 0 1.414 1.414l.84-.84c.565.455 1.197.885 1.897 1.256l-.782 1.202a1 1 0 0 0 1.676 1.091l.985-1.514c.677.208 1.402.355 2.177.425V16.5a1 1 0 0 0 1 1V13c-2.748 0-4.819-1.199-6.304-2.59l-.024-.022a12 12 0 0 1-.564-.569a13.4 13.4 0 0 1-1.67-2.237a12 12 0 0 1-.516-.968zm-1.838.79L2 7c-.92.394-.919.395-.919.395" clip-rule="evenodd"/><path d="M15.22 12.398A8.7 8.7 0 0 1 12 13v4.5a1 1 0 0 0 1-1v-1.544c.772-.07 1.497-.217 2.176-.425l.986 1.515a1 1 0 0 0 1.676-1.091l-.782-1.203c.701-.37 1.332-.8 1.897-1.256l.84.84a1 1 0 1 0 1.414-1.414l-.797-.798a15.4 15.4 0 0 0 2.302-3.296a10 10 0 0 0 .19-.395l.011-.026l.004-.008l.002-.005a1 1 0 1 0-1.838-.788l-.005.011a5 5 0 0 1-.146.302a13 13 0 0 1-2.614 3.48c-.841.79-1.87 1.517-3.095 2" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconEyeClosedDuotone(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.919 6.605a1 1 0 0 0-1.838.79l.002.003l.003.007l.01.021l.032.072q.04.09.12.25c.105.21.262.506.47.857c.41.687 1.027 1.6 1.872 2.52l-.797.797a1 1 0 1 0 1.414 1.414l.84-.84c.565.455 1.197.885 1.897 1.256l-.782 1.202a1 1 0 0 0 1.676 1.091l.985-1.514c.677.208 1.402.355 2.177.425V16.5a1 1 0 0 0 1 1V13c-2.748 0-4.819-1.199-6.304-2.59l-.024-.022a12 12 0 0 1-.564-.569a13.4 13.4 0 0 1-1.67-2.237a12 12 0 0 1-.516-.968zm-1.838.79L2 7c-.92.394-.919.395-.919.395" clipRule="evenodd"/><path d="M15.22 12.398A8.7 8.7 0 0 1 12 13v4.5a1 1 0 0 0 1-1v-1.544c.772-.07 1.497-.217 2.176-.425l.986 1.515a1 1 0 0 0 1.676-1.091l-.782-1.203c.701-.37 1.332-.8 1.897-1.256l.84.84a1 1 0 1 0 1.414-1.414l-.797-.798a15.4 15.4 0 0 0 2.302-3.296a10 10 0 0 0 .19-.395l.011-.026l.004-.008l.002-.005a1 1 0 1 0-1.838-.788l-.005.011a5 5 0 0 1-.146.302a13 13 0 0 1-2.614 3.48c-.841.79-1.87 1.517-3.095 2" opacity=".5"/></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.919 6.605a1 1 0 0 0-1.838.79l.002.003l.003.007l.01.021l.032.072q.04.09.12.25c.105.21.262.506.47.857c.41.687 1.027 1.6 1.872 2.52l-.797.797a1 1 0 1 0 1.414 1.414l.84-.84c.565.455 1.197.885 1.897 1.256l-.782 1.202a1 1 0 0 0 1.676 1.091l.985-1.514c.677.208 1.402.355 2.177.425V16.5a1 1 0 0 0 1 1V13c-2.748 0-4.819-1.199-6.304-2.59l-.024-.022a12 12 0 0 1-.564-.569a13.4 13.4 0 0 1-1.67-2.237a12 12 0 0 1-.516-.968zm-1.838.79L2 7c-.92.394-.919.395-.919.395" clip-rule="evenodd"/><path d="M15.22 12.398A8.7 8.7 0 0 1 12 13v4.5a1 1 0 0 0 1-1v-1.544c.772-.07 1.497-.217 2.176-.425l.986 1.515a1 1 0 0 0 1.676-1.091l-.782-1.203c.701-.37 1.332-.8 1.897-1.256l.84.84a1 1 0 1 0 1.414-1.414l-.797-.798a15.4 15.4 0 0 0 2.302-3.296a10 10 0 0 0 .19-.395l.011-.026l.004-.008l.002-.005a1 1 0 1 0-1.838-.788l-.005.011a5 5 0 0 1-.146.302a13 13 0 0 1-2.614 3.48c-.841.79-1.87 1.517-3.095 2" opacity=".5"/></g></svg> </template>
CSS
.icon-eye-closed-duotone {
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.919%206.605a1%201%200%200%200-1.838.79l.002.003l.003.007l.01.021l.032.072q.04.09.12.25c.105.21.262.506.47.857c.41.687%201.027%201.6%201.872%202.52l-.797.797a1%201%200%201%200%201.414%201.414l.84-.84c.565.455%201.197.885%201.897%201.256l-.782%201.202a1%201%200%200%200%201.676%201.091l.985-1.514c.677.208%201.402.355%202.177.425V16.5a1%201%200%200%200%201%201V13c-2.748%200-4.819-1.199-6.304-2.59l-.024-.022a12%2012%200%200%201-.564-.569a13.4%2013.4%200%200%201-1.67-2.237a12%2012%200%200%201-.516-.968zm-1.838.79L2%207c-.92.394-.919.395-.919.395%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.22%2012.398A8.7%208.7%200%200%201%2012%2013v4.5a1%201%200%200%200%201-1v-1.544c.772-.07%201.497-.217%202.176-.425l.986%201.515a1%201%200%200%200%201.676-1.091l-.782-1.203c.701-.37%201.332-.8%201.897-1.256l.84.84a1%201%200%201%200%201.414-1.414l-.797-.798a15.4%2015.4%200%200%200%202.302-3.296a10%2010%200%200%200%20.19-.395l.011-.026l.004-.008l.002-.005a1%201%200%201%200-1.838-.788l-.005.011a5%205%200%200%201-.146.302a13%2013%200%200%201-2.614%203.48c-.841.79-1.87%201.517-3.095%202%22%20opacity%3D%22.5%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.919%206.605a1%201%200%200%200-1.838.79l.002.003l.003.007l.01.021l.032.072q.04.09.12.25c.105.21.262.506.47.857c.41.687%201.027%201.6%201.872%202.52l-.797.797a1%201%200%201%200%201.414%201.414l.84-.84c.565.455%201.197.885%201.897%201.256l-.782%201.202a1%201%200%200%200%201.676%201.091l.985-1.514c.677.208%201.402.355%202.177.425V16.5a1%201%200%200%200%201%201V13c-2.748%200-4.819-1.199-6.304-2.59l-.024-.022a12%2012%200%200%201-.564-.569a13.4%2013.4%200%200%201-1.67-2.237a12%2012%200%200%201-.516-.968zm-1.838.79L2%207c-.92.394-.919.395-.919.395%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.22%2012.398A8.7%208.7%200%200%201%2012%2013v4.5a1%201%200%200%200%201-1v-1.544c.772-.07%201.497-.217%202.176-.425l.986%201.515a1%201%200%200%200%201.676-1.091l-.782-1.203c.701-.37%201.332-.8%201.897-1.256l.84.84a1%201%200%201%200%201.414-1.414l-.797-.798a15.4%2015.4%200%200%200%202.302-3.296a10%2010%200%200%200%20.19-.395l.011-.026l.004-.008l.002-.005a1%201%200%201%200-1.838-.788l-.005.011a5%205%200%200%201-.146.302a13%2013%200%200%201-2.614%203.48c-.841.79-1.87%201.517-3.095%202%22%20opacity%3D%22.5%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-closed-duotone.svg?color=%231a73e8&size=48