eye invisible icon
eye-invisible-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- eye-invisible-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- eye-invisible-fill
2 other variants in Ant Design Icons
Use the eye invisible icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M508 624a112 112 0 0 0 112-112c0-3.28-.15-6.53-.43-9.74L498.26 623.57c3.21.28 6.45.43 9.74.43m370.72-458.44L836 122.88a8 8 0 0 0-11.31 0L715.37 232.23Q624.91 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.7 119.43 136.55 191.45L112.56 835a8 8 0 0 0 0 11.31L155.25 889a8 8 0 0 0 11.31 0l712.16-712.12a8 8 0 0 0 0-11.32M332 512a176 176 0 0 1 258.88-155.28l-48.62 48.62a112.08 112.08 0 0 0-140.92 140.92l-48.62 48.62A175.1 175.1 0 0 1 332 512"/><path fill="currentColor" d="M942.2 486.2Q889.4 375 816.51 304.85L672.37 449A176.08 176.08 0 0 1 445 676.37L322.74 798.63Q407.82 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignEyeInvisibleFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M508 624a112 112 0 0 0 112-112c0-3.28-.15-6.53-.43-9.74L498.26 623.57c3.21.28 6.45.43 9.74.43m370.72-458.44L836 122.88a8 8 0 0 0-11.31 0L715.37 232.23Q624.91 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.7 119.43 136.55 191.45L112.56 835a8 8 0 0 0 0 11.31L155.25 889a8 8 0 0 0 11.31 0l712.16-712.12a8 8 0 0 0 0-11.32M332 512a176 176 0 0 1 258.88-155.28l-48.62 48.62a112.08 112.08 0 0 0-140.92 140.92l-48.62 48.62A175.1 175.1 0 0 1 332 512"/><path fill="currentColor" d="M942.2 486.2Q889.4 375 816.51 304.85L672.37 449A176.08 176.08 0 0 1 445 676.37L322.74 798.63Q407.82 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M508 624a112 112 0 0 0 112-112c0-3.28-.15-6.53-.43-9.74L498.26 623.57c3.21.28 6.45.43 9.74.43m370.72-458.44L836 122.88a8 8 0 0 0-11.31 0L715.37 232.23Q624.91 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.7 119.43 136.55 191.45L112.56 835a8 8 0 0 0 0 11.31L155.25 889a8 8 0 0 0 11.31 0l712.16-712.12a8 8 0 0 0 0-11.32M332 512a176 176 0 0 1 258.88-155.28l-48.62 48.62a112.08 112.08 0 0 0-140.92 140.92l-48.62 48.62A175.1 175.1 0 0 1 332 512"/><path fill="currentColor" d="M942.2 486.2Q889.4 375 816.51 304.85L672.37 449A176.08 176.08 0 0 1 445 676.37L322.74 798.63Q407.82 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5"/></svg> </template>
CSS
.icon-eye-invisible-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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M508%20624a112%20112%200%200%200%20112-112c0-3.28-.15-6.53-.43-9.74L498.26%20623.57c3.21.28%206.45.43%209.74.43m370.72-458.44L836%20122.88a8%208%200%200%200-11.31%200L715.37%20232.23Q624.91%20186%20512%20186q-288.3%200-430.2%20300.3a60.3%2060.3%200%200%200%200%2051.5q56.7%20119.43%20136.55%20191.45L112.56%20835a8%208%200%200%200%200%2011.31L155.25%20889a8%208%200%200%200%2011.31%200l712.16-712.12a8%208%200%200%200%200-11.32M332%20512a176%20176%200%200%201%20258.88-155.28l-48.62%2048.62a112.08%20112.08%200%200%200-140.92%20140.92l-48.62%2048.62A175.1%20175.1%200%200%201%20332%20512%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M942.2%20486.2Q889.4%20375%20816.51%20304.85L672.37%20449A176.08%20176.08%200%200%201%20445%20676.37L322.74%20798.63Q407.82%20838%20512%20838q288.3%200%20430.2-300.3a60.29%2060.29%200%200%200%200-51.5%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M508%20624a112%20112%200%200%200%20112-112c0-3.28-.15-6.53-.43-9.74L498.26%20623.57c3.21.28%206.45.43%209.74.43m370.72-458.44L836%20122.88a8%208%200%200%200-11.31%200L715.37%20232.23Q624.91%20186%20512%20186q-288.3%200-430.2%20300.3a60.3%2060.3%200%200%200%200%2051.5q56.7%20119.43%20136.55%20191.45L112.56%20835a8%208%200%200%200%200%2011.31L155.25%20889a8%208%200%200%200%2011.31%200l712.16-712.12a8%208%200%200%200%200-11.32M332%20512a176%20176%200%200%201%20258.88-155.28l-48.62%2048.62a112.08%20112.08%200%200%200-140.92%20140.92l-48.62%2048.62A175.1%20175.1%200%200%201%20332%20512%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M942.2%20486.2Q889.4%20375%20816.51%20304.85L672.37%20449A176.08%20176.08%200%200%201%20445%20676.37L322.74%20798.63Q407.82%20838%20512%20838q288.3%200%20430.2-300.3a60.29%2060.29%200%200%200%200-51.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/eye-invisible-filled.svg?color=%231a73e8&size=48