eye off icon
eye-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- eye-off
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- hide, visibility-off
1 other variant in Material Design Icons
The same icon in other sets
Related icons in Material Design Icons
Use the eye off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.83 9L15 12.16V12a3 3 0 0 0-3-3zm-4.3.8l1.55 1.55c-.05.21-.08.42-.08.65a3 3 0 0 0 3 3c.22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53a5 5 0 0 1-5-5c0-.79.2-1.53.53-2.2M2 4.27l2.28 2.28l.45.45C3.08 8.3 1.78 10 1 12c1.73 4.39 6 7.5 11 7.5c1.55 0 3.03-.3 4.38-.84l.43.42L19.73 22L21 20.73L3.27 3M12 7a5 5 0 0 1 5 5c0 .64-.13 1.26-.36 1.82l2.93 2.93c1.5-1.25 2.7-2.89 3.43-4.75c-1.73-4.39-6-7.5-11-7.5c-1.4 0-2.74.25-4 .7l2.17 2.15C10.74 7.13 11.35 7 12 7"/></svg>
React
import type { SVGProps } from "react";
export function MdiEyeOff(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="M11.83 9L15 12.16V12a3 3 0 0 0-3-3zm-4.3.8l1.55 1.55c-.05.21-.08.42-.08.65a3 3 0 0 0 3 3c.22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53a5 5 0 0 1-5-5c0-.79.2-1.53.53-2.2M2 4.27l2.28 2.28l.45.45C3.08 8.3 1.78 10 1 12c1.73 4.39 6 7.5 11 7.5c1.55 0 3.03-.3 4.38-.84l.43.42L19.73 22L21 20.73L3.27 3M12 7a5 5 0 0 1 5 5c0 .64-.13 1.26-.36 1.82l2.93 2.93c1.5-1.25 2.7-2.89 3.43-4.75c-1.73-4.39-6-7.5-11-7.5c-1.4 0-2.74.25-4 .7l2.17 2.15C10.74 7.13 11.35 7 12 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.83 9L15 12.16V12a3 3 0 0 0-3-3zm-4.3.8l1.55 1.55c-.05.21-.08.42-.08.65a3 3 0 0 0 3 3c.22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53a5 5 0 0 1-5-5c0-.79.2-1.53.53-2.2M2 4.27l2.28 2.28l.45.45C3.08 8.3 1.78 10 1 12c1.73 4.39 6 7.5 11 7.5c1.55 0 3.03-.3 4.38-.84l.43.42L19.73 22L21 20.73L3.27 3M12 7a5 5 0 0 1 5 5c0 .64-.13 1.26-.36 1.82l2.93 2.93c1.5-1.25 2.7-2.89 3.43-4.75c-1.73-4.39-6-7.5-11-7.5c-1.4 0-2.74.25-4 .7l2.17 2.15C10.74 7.13 11.35 7 12 7"/></svg> </template>
CSS
.icon-eye-off {
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%22M11.83%209L15%2012.16V12a3%203%200%200%200-3-3zm-4.3.8l1.55%201.55c-.05.21-.08.42-.08.65a3%203%200%200%200%203%203c.22%200%20.44-.03.65-.08l1.55%201.55c-.67.33-1.41.53-2.2.53a5%205%200%200%201-5-5c0-.79.2-1.53.53-2.2M2%204.27l2.28%202.28l.45.45C3.08%208.3%201.78%2010%201%2012c1.73%204.39%206%207.5%2011%207.5c1.55%200%203.03-.3%204.38-.84l.43.42L19.73%2022L21%2020.73L3.27%203M12%207a5%205%200%200%201%205%205c0%20.64-.13%201.26-.36%201.82l2.93%202.93c1.5-1.25%202.7-2.89%203.43-4.75c-1.73-4.39-6-7.5-11-7.5c-1.4%200-2.74.25-4%20.7l2.17%202.15C10.74%207.13%2011.35%207%2012%207%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%22M11.83%209L15%2012.16V12a3%203%200%200%200-3-3zm-4.3.8l1.55%201.55c-.05.21-.08.42-.08.65a3%203%200%200%200%203%203c.22%200%20.44-.03.65-.08l1.55%201.55c-.67.33-1.41.53-2.2.53a5%205%200%200%201-5-5c0-.79.2-1.53.53-2.2M2%204.27l2.28%202.28l.45.45C3.08%208.3%201.78%2010%201%2012c1.73%204.39%206%207.5%2011%207.5c1.55%200%203.03-.3%204.38-.84l.43.42L19.73%2022L21%2020.73L3.27%203M12%207a5%205%200%200%201%205%205c0%20.64-.13%201.26-.36%201.82l2.93%202.93c1.5-1.25%202.7-2.89%203.43-4.75c-1.73-4.39-6-7.5-11-7.5c-1.4%200-2.74.25-4%20.7l2.17%202.15C10.74%207.13%2011.35%207%2012%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/eye-off.svg?color=%231a73e8&size=48