eye slash icon
eye-slash-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- eye-slash-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All eye slash icons →More newicons icons from Reicon
Use the eye slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.271 9.178c-.29-.46-.6-.89-.92-1.29a1 1 0 0 0-1.49-.09l-3 3c.22.66.26 1.42.06 2.21a4.02 4.02 0 0 1-2.9 2.9c-.79.2-1.55.16-2.21-.06l-2.46 2.46c-.5.5-.34 1.38.33 1.64c1.07.41 2.18.62 3.32.62c1.78 0 3.51-.52 5.09-1.49c1.61-1 3.06-2.47 4.23-4.34c.95-1.51.9-4.05-.05-5.56m-7.251.802l-4.04 4.04c-.51-.52-.84-1.24-.84-2.02c0-1.57 1.28-2.86 2.86-2.86c.78 0 1.5.33 2.02.84"/><path d="m18.25 5.75l-3.39 3.39A4 4 0 0 0 12 7.96c-2.24 0-4.04 1.81-4.04 4.04c0 1.12.45 2.13 1.18 2.86l-3.38 3.39h-.01c-1.11-.9-2.13-2.05-3-3.41c-1-1.57-1-4.12 0-5.69C3.91 7.33 5.33 5.9 6.91 4.92c1.58-.96 3.31-1.49 5.09-1.49c2.23 0 4.39.82 6.25 2.32m-3.392 6.248c0 1.57-1.28 2.86-2.86 2.86c-.06 0-.11 0-.17-.02l3.01-3.01c.02.06.02.11.02.17"/><path d="M21.769 2.229c-.3-.3-.79-.3-1.09 0l-18.45 18.46c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01l18.46-18.46c.31-.3.31-.78 0-1.08"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconEyeSlashFilled(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 d="M21.271 9.178c-.29-.46-.6-.89-.92-1.29a1 1 0 0 0-1.49-.09l-3 3c.22.66.26 1.42.06 2.21a4.02 4.02 0 0 1-2.9 2.9c-.79.2-1.55.16-2.21-.06l-2.46 2.46c-.5.5-.34 1.38.33 1.64c1.07.41 2.18.62 3.32.62c1.78 0 3.51-.52 5.09-1.49c1.61-1 3.06-2.47 4.23-4.34c.95-1.51.9-4.05-.05-5.56m-7.251.802l-4.04 4.04c-.51-.52-.84-1.24-.84-2.02c0-1.57 1.28-2.86 2.86-2.86c.78 0 1.5.33 2.02.84"/><path d="m18.25 5.75l-3.39 3.39A4 4 0 0 0 12 7.96c-2.24 0-4.04 1.81-4.04 4.04c0 1.12.45 2.13 1.18 2.86l-3.38 3.39h-.01c-1.11-.9-2.13-2.05-3-3.41c-1-1.57-1-4.12 0-5.69C3.91 7.33 5.33 5.9 6.91 4.92c1.58-.96 3.31-1.49 5.09-1.49c2.23 0 4.39.82 6.25 2.32m-3.392 6.248c0 1.57-1.28 2.86-2.86 2.86c-.06 0-.11 0-.17-.02l3.01-3.01c.02.06.02.11.02.17"/><path d="M21.769 2.229c-.3-.3-.79-.3-1.09 0l-18.45 18.46c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01l18.46-18.46c.31-.3.31-.78 0-1.08"/></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 d="M21.271 9.178c-.29-.46-.6-.89-.92-1.29a1 1 0 0 0-1.49-.09l-3 3c.22.66.26 1.42.06 2.21a4.02 4.02 0 0 1-2.9 2.9c-.79.2-1.55.16-2.21-.06l-2.46 2.46c-.5.5-.34 1.38.33 1.64c1.07.41 2.18.62 3.32.62c1.78 0 3.51-.52 5.09-1.49c1.61-1 3.06-2.47 4.23-4.34c.95-1.51.9-4.05-.05-5.56m-7.251.802l-4.04 4.04c-.51-.52-.84-1.24-.84-2.02c0-1.57 1.28-2.86 2.86-2.86c.78 0 1.5.33 2.02.84"/><path d="m18.25 5.75l-3.39 3.39A4 4 0 0 0 12 7.96c-2.24 0-4.04 1.81-4.04 4.04c0 1.12.45 2.13 1.18 2.86l-3.38 3.39h-.01c-1.11-.9-2.13-2.05-3-3.41c-1-1.57-1-4.12 0-5.69C3.91 7.33 5.33 5.9 6.91 4.92c1.58-.96 3.31-1.49 5.09-1.49c2.23 0 4.39.82 6.25 2.32m-3.392 6.248c0 1.57-1.28 2.86-2.86 2.86c-.06 0-.11 0-.17-.02l3.01-3.01c.02.06.02.11.02.17"/><path d="M21.769 2.229c-.3-.3-.79-.3-1.09 0l-18.45 18.46c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01l18.46-18.46c.31-.3.31-.78 0-1.08"/></g></svg> </template>
CSS
.icon-eye-slash-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.271%209.178c-.29-.46-.6-.89-.92-1.29a1%201%200%200%200-1.49-.09l-3%203c.22.66.26%201.42.06%202.21a4.02%204.02%200%200%201-2.9%202.9c-.79.2-1.55.16-2.21-.06l-2.46%202.46c-.5.5-.34%201.38.33%201.64c1.07.41%202.18.62%203.32.62c1.78%200%203.51-.52%205.09-1.49c1.61-1%203.06-2.47%204.23-4.34c.95-1.51.9-4.05-.05-5.56m-7.251.802l-4.04%204.04c-.51-.52-.84-1.24-.84-2.02c0-1.57%201.28-2.86%202.86-2.86c.78%200%201.5.33%202.02.84%22%2F%3E%3Cpath%20d%3D%22m18.25%205.75l-3.39%203.39A4%204%200%200%200%2012%207.96c-2.24%200-4.04%201.81-4.04%204.04c0%201.12.45%202.13%201.18%202.86l-3.38%203.39h-.01c-1.11-.9-2.13-2.05-3-3.41c-1-1.57-1-4.12%200-5.69C3.91%207.33%205.33%205.9%206.91%204.92c1.58-.96%203.31-1.49%205.09-1.49c2.23%200%204.39.82%206.25%202.32m-3.392%206.248c0%201.57-1.28%202.86-2.86%202.86c-.06%200-.11%200-.17-.02l3.01-3.01c.02.06.02.11.02.17%22%2F%3E%3Cpath%20d%3D%22M21.769%202.229c-.3-.3-.79-.3-1.09%200l-18.45%2018.46c-.3.3-.3.79%200%201.09a.76.76%200%200%200%201.08-.01l18.46-18.46c.31-.3.31-.78%200-1.08%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%20d%3D%22M21.271%209.178c-.29-.46-.6-.89-.92-1.29a1%201%200%200%200-1.49-.09l-3%203c.22.66.26%201.42.06%202.21a4.02%204.02%200%200%201-2.9%202.9c-.79.2-1.55.16-2.21-.06l-2.46%202.46c-.5.5-.34%201.38.33%201.64c1.07.41%202.18.62%203.32.62c1.78%200%203.51-.52%205.09-1.49c1.61-1%203.06-2.47%204.23-4.34c.95-1.51.9-4.05-.05-5.56m-7.251.802l-4.04%204.04c-.51-.52-.84-1.24-.84-2.02c0-1.57%201.28-2.86%202.86-2.86c.78%200%201.5.33%202.02.84%22%2F%3E%3Cpath%20d%3D%22m18.25%205.75l-3.39%203.39A4%204%200%200%200%2012%207.96c-2.24%200-4.04%201.81-4.04%204.04c0%201.12.45%202.13%201.18%202.86l-3.38%203.39h-.01c-1.11-.9-2.13-2.05-3-3.41c-1-1.57-1-4.12%200-5.69C3.91%207.33%205.33%205.9%206.91%204.92c1.58-.96%203.31-1.49%205.09-1.49c2.23%200%204.39.82%206.25%202.32m-3.392%206.248c0%201.57-1.28%202.86-2.86%202.86c-.06%200-.11%200-.17-.02l3.01-3.01c.02.06.02.11.02.17%22%2F%3E%3Cpath%20d%3D%22M21.769%202.229c-.3-.3-.79-.3-1.09%200l-18.45%2018.46c-.3.3-.3.79%200%201.09a.76.76%200%200%200%201.08-.01l18.46-18.46c.31-.3.31-.78%200-1.08%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-slash-filled.svg?color=%231a73e8&size=48