eye close icon

eye-close-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.

Name
eye-close-f
Set
Jam Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the eye close icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M9.329 11.885L2.12 19.092a1 1 0 1 1-1.414-1.414l7.324-7.324a2 2 0 0 1 2.322-2.322L17.679.706a1 1 0 0 1 1.414 1.414l-7.208 7.21a2 2 0 0 1-2.556 2.556zm7.54-6.127C18.75 6.842 20 8.34 20 10c0 3.314-4.958 5.993-10 6a14.7 14.7 0 0 1-3.053-.32l1.861-1.86a4 4 0 0 0 5.011-5.011zm-4.16-1.496l-1.834 1.834a4 4 0 0 0-4.779 4.779L2.869 14.1C1.134 13.028 0 11.585 0 10c0-3.314 4.984-6.017 10-6c.914.003 1.827.094 2.709.262"/></svg>

React

import type { SVGProps } from "react";

export function JamEyeCloseF(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M9.329 11.885L2.12 19.092a1 1 0 1 1-1.414-1.414l7.324-7.324a2 2 0 0 1 2.322-2.322L17.679.706a1 1 0 0 1 1.414 1.414l-7.208 7.21a2 2 0 0 1-2.556 2.556zm7.54-6.127C18.75 6.842 20 8.34 20 10c0 3.314-4.958 5.993-10 6a14.7 14.7 0 0 1-3.053-.32l1.861-1.86a4 4 0 0 0 5.011-5.011zm-4.16-1.496l-1.834 1.834a4 4 0 0 0-4.779 4.779L2.869 14.1C1.134 13.028 0 11.585 0 10c0-3.314 4.984-6.017 10-6c.914.003 1.827.094 2.709.262"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M9.329 11.885L2.12 19.092a1 1 0 1 1-1.414-1.414l7.324-7.324a2 2 0 0 1 2.322-2.322L17.679.706a1 1 0 0 1 1.414 1.414l-7.208 7.21a2 2 0 0 1-2.556 2.556zm7.54-6.127C18.75 6.842 20 8.34 20 10c0 3.314-4.958 5.993-10 6a14.7 14.7 0 0 1-3.053-.32l1.861-1.86a4 4 0 0 0 5.011-5.011zm-4.16-1.496l-1.834 1.834a4 4 0 0 0-4.779 4.779L2.869 14.1C1.134 13.028 0 11.585 0 10c0-3.314 4.984-6.017 10-6c.914.003 1.827.094 2.709.262"/></svg>
</template>

CSS

.icon-eye-close-f {
  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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.329%2011.885L2.12%2019.092a1%201%200%201%201-1.414-1.414l7.324-7.324a2%202%200%200%201%202.322-2.322L17.679.706a1%201%200%200%201%201.414%201.414l-7.208%207.21a2%202%200%200%201-2.556%202.556zm7.54-6.127C18.75%206.842%2020%208.34%2020%2010c0%203.314-4.958%205.993-10%206a14.7%2014.7%200%200%201-3.053-.32l1.861-1.86a4%204%200%200%200%205.011-5.011zm-4.16-1.496l-1.834%201.834a4%204%200%200%200-4.779%204.779L2.869%2014.1C1.134%2013.028%200%2011.585%200%2010c0-3.314%204.984-6.017%2010-6c.914.003%201.827.094%202.709.262%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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.329%2011.885L2.12%2019.092a1%201%200%201%201-1.414-1.414l7.324-7.324a2%202%200%200%201%202.322-2.322L17.679.706a1%201%200%200%201%201.414%201.414l-7.208%207.21a2%202%200%200%201-2.556%202.556zm7.54-6.127C18.75%206.842%2020%208.34%2020%2010c0%203.314-4.958%205.993-10%206a14.7%2014.7%200%200%201-3.053-.32l1.861-1.86a4%204%200%200%200%205.011-5.011zm-4.16-1.496l-1.834%201.834a4%204%200%200%200-4.779%204.779L2.869%2014.1C1.134%2013.028%200%2011.585%200%2010c0-3.314%204.984-6.017%2010-6c.914.003%201.827.094%202.709.262%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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