eye off icon
eye-off-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- eye-off-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- hide-outline, visibility-off-outline
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="M2 5.27L3.28 4L20 20.72L18.73 22l-3.08-3.08c-1.15.38-2.37.58-3.65.58c-5 0-9.27-3.11-11-7.5c.69-1.76 1.79-3.31 3.19-4.54zM12 9a3 3 0 0 1 3 3a3 3 0 0 1-.17 1L11 9.17A3 3 0 0 1 12 9m0-4.5c5 0 9.27 3.11 11 7.5a11.8 11.8 0 0 1-4 5.19l-1.42-1.43A9.86 9.86 0 0 0 20.82 12A9.82 9.82 0 0 0 12 6.5c-1.09 0-2.16.18-3.16.5L7.3 5.47c1.44-.62 3.03-.97 4.7-.97M3.18 12A9.82 9.82 0 0 0 12 17.5c.69 0 1.37-.07 2-.21L11.72 15A3.064 3.064 0 0 1 9 12.28L5.6 8.87c-.99.85-1.82 1.91-2.42 3.13"/></svg>
React
import type { SVGProps } from "react";
export function MdiEyeOffOutline(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="M2 5.27L3.28 4L20 20.72L18.73 22l-3.08-3.08c-1.15.38-2.37.58-3.65.58c-5 0-9.27-3.11-11-7.5c.69-1.76 1.79-3.31 3.19-4.54zM12 9a3 3 0 0 1 3 3a3 3 0 0 1-.17 1L11 9.17A3 3 0 0 1 12 9m0-4.5c5 0 9.27 3.11 11 7.5a11.8 11.8 0 0 1-4 5.19l-1.42-1.43A9.86 9.86 0 0 0 20.82 12A9.82 9.82 0 0 0 12 6.5c-1.09 0-2.16.18-3.16.5L7.3 5.47c1.44-.62 3.03-.97 4.7-.97M3.18 12A9.82 9.82 0 0 0 12 17.5c.69 0 1.37-.07 2-.21L11.72 15A3.064 3.064 0 0 1 9 12.28L5.6 8.87c-.99.85-1.82 1.91-2.42 3.13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5.27L3.28 4L20 20.72L18.73 22l-3.08-3.08c-1.15.38-2.37.58-3.65.58c-5 0-9.27-3.11-11-7.5c.69-1.76 1.79-3.31 3.19-4.54zM12 9a3 3 0 0 1 3 3a3 3 0 0 1-.17 1L11 9.17A3 3 0 0 1 12 9m0-4.5c5 0 9.27 3.11 11 7.5a11.8 11.8 0 0 1-4 5.19l-1.42-1.43A9.86 9.86 0 0 0 20.82 12A9.82 9.82 0 0 0 12 6.5c-1.09 0-2.16.18-3.16.5L7.3 5.47c1.44-.62 3.03-.97 4.7-.97M3.18 12A9.82 9.82 0 0 0 12 17.5c.69 0 1.37-.07 2-.21L11.72 15A3.064 3.064 0 0 1 9 12.28L5.6 8.87c-.99.85-1.82 1.91-2.42 3.13"/></svg> </template>
CSS
.icon-eye-off-outline {
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%22M2%205.27L3.28%204L20%2020.72L18.73%2022l-3.08-3.08c-1.15.38-2.37.58-3.65.58c-5%200-9.27-3.11-11-7.5c.69-1.76%201.79-3.31%203.19-4.54zM12%209a3%203%200%200%201%203%203a3%203%200%200%201-.17%201L11%209.17A3%203%200%200%201%2012%209m0-4.5c5%200%209.27%203.11%2011%207.5a11.8%2011.8%200%200%201-4%205.19l-1.42-1.43A9.86%209.86%200%200%200%2020.82%2012A9.82%209.82%200%200%200%2012%206.5c-1.09%200-2.16.18-3.16.5L7.3%205.47c1.44-.62%203.03-.97%204.7-.97M3.18%2012A9.82%209.82%200%200%200%2012%2017.5c.69%200%201.37-.07%202-.21L11.72%2015A3.064%203.064%200%200%201%209%2012.28L5.6%208.87c-.99.85-1.82%201.91-2.42%203.13%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%22M2%205.27L3.28%204L20%2020.72L18.73%2022l-3.08-3.08c-1.15.38-2.37.58-3.65.58c-5%200-9.27-3.11-11-7.5c.69-1.76%201.79-3.31%203.19-4.54zM12%209a3%203%200%200%201%203%203a3%203%200%200%201-.17%201L11%209.17A3%203%200%200%201%2012%209m0-4.5c5%200%209.27%203.11%2011%207.5a11.8%2011.8%200%200%201-4%205.19l-1.42-1.43A9.86%209.86%200%200%200%2020.82%2012A9.82%209.82%200%200%200%2012%206.5c-1.09%200-2.16.18-3.16.5L7.3%205.47c1.44-.62%203.03-.97%204.7-.97M3.18%2012A9.82%209.82%200%200%200%2012%2017.5c.69%200%201.37-.07%202-.21L11.72%2015A3.064%203.064%200%200%201%209%2012.28L5.6%208.87c-.99.85-1.82%201.91-2.42%203.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/eye-off-outline.svg?color=%231a73e8&size=48