eye closed icon

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

Name
eye-closed-filled
Set
Reicon
Style
Filled
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"><path fill="currentColor" d="M22.221 8.979a1 1 0 0 0-1.414.014c-2.34 2.386-5.467 3.699-8.807 3.699s-6.468-1.313-8.807-3.699a1 1 0 0 0-1.43 1.4c.688.7 1.433 1.32 2.226 1.858l-1.174 1.92a1 1 0 1 0 1.706 1.044l1.208-1.976q1.358.662 2.832 1.025l-.444 2.207a1 1 0 0 0 1.96.394l.452-2.247q.729.076 1.471.076c.742 0 .985-.026 1.47-.076l.453 2.247a1 1 0 0 0 1.96-.394l-.444-2.207a14 14 0 0 0 2.832-1.025l1.208 1.976a1 1 0 1 0 1.706-1.043l-1.174-1.921a14.5 14.5 0 0 0 2.225-1.858a1 1 0 0 0-.015-1.414"/></svg>

React

import type { SVGProps } from "react";

export function ReiconEyeClosedFilled(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" d="M22.221 8.979a1 1 0 0 0-1.414.014c-2.34 2.386-5.467 3.699-8.807 3.699s-6.468-1.313-8.807-3.699a1 1 0 0 0-1.43 1.4c.688.7 1.433 1.32 2.226 1.858l-1.174 1.92a1 1 0 1 0 1.706 1.044l1.208-1.976q1.358.662 2.832 1.025l-.444 2.207a1 1 0 0 0 1.96.394l.452-2.247q.729.076 1.471.076c.742 0 .985-.026 1.47-.076l.453 2.247a1 1 0 0 0 1.96-.394l-.444-2.207a14 14 0 0 0 2.832-1.025l1.208 1.976a1 1 0 1 0 1.706-1.043l-1.174-1.921a14.5 14.5 0 0 0 2.225-1.858a1 1 0 0 0-.015-1.414"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.221 8.979a1 1 0 0 0-1.414.014c-2.34 2.386-5.467 3.699-8.807 3.699s-6.468-1.313-8.807-3.699a1 1 0 0 0-1.43 1.4c.688.7 1.433 1.32 2.226 1.858l-1.174 1.92a1 1 0 1 0 1.706 1.044l1.208-1.976q1.358.662 2.832 1.025l-.444 2.207a1 1 0 0 0 1.96.394l.452-2.247q.729.076 1.471.076c.742 0 .985-.026 1.47-.076l.453 2.247a1 1 0 0 0 1.96-.394l-.444-2.207a14 14 0 0 0 2.832-1.025l1.208 1.976a1 1 0 1 0 1.706-1.043l-1.174-1.921a14.5 14.5 0 0 0 2.225-1.858a1 1 0 0 0-.015-1.414"/></svg>
</template>

CSS

.icon-eye-closed-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%20d%3D%22M22.221%208.979a1%201%200%200%200-1.414.014c-2.34%202.386-5.467%203.699-8.807%203.699s-6.468-1.313-8.807-3.699a1%201%200%200%200-1.43%201.4c.688.7%201.433%201.32%202.226%201.858l-1.174%201.92a1%201%200%201%200%201.706%201.044l1.208-1.976q1.358.662%202.832%201.025l-.444%202.207a1%201%200%200%200%201.96.394l.452-2.247q.729.076%201.471.076c.742%200%20.985-.026%201.47-.076l.453%202.247a1%201%200%200%200%201.96-.394l-.444-2.207a14%2014%200%200%200%202.832-1.025l1.208%201.976a1%201%200%201%200%201.706-1.043l-1.174-1.921a14.5%2014.5%200%200%200%202.225-1.858a1%201%200%200%200-.015-1.414%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%20d%3D%22M22.221%208.979a1%201%200%200%200-1.414.014c-2.34%202.386-5.467%203.699-8.807%203.699s-6.468-1.313-8.807-3.699a1%201%200%200%200-1.43%201.4c.688.7%201.433%201.32%202.226%201.858l-1.174%201.92a1%201%200%201%200%201.706%201.044l1.208-1.976q1.358.662%202.832%201.025l-.444%202.207a1%201%200%200%200%201.96.394l.452-2.247q.729.076%201.471.076c.742%200%20.985-.026%201.47-.076l.453%202.247a1%201%200%200%200%201.96-.394l-.444-2.207a14%2014%200%200%200%202.832-1.025l1.208%201.976a1%201%200%201%200%201.706-1.043l-1.174-1.921a14.5%2014.5%200%200%200%202.225-1.858a1%201%200%200%200-.015-1.414%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Eye Closed filled icon — Reicon · IconsDB