eye off icon
eye-off-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- eye-off-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- License
- MIT
8 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the eye off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m20.523 21.937l7.77 7.77a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 1 0-1.414 1.414l5.156 5.157c-4.116 3.28-5.37 8.242-5.438 8.515l-.003.011a.503.503 0 0 0 .98.22c.068-.29 1.204-5.015 5.146-8.061l3.927 3.926A6 6 0 0 0 9.998 18c0 3.31 2.69 6 6 6c1.804 0 3.425-.8 4.525-2.063m-.708-.708A4.99 4.99 0 0 1 15.998 23c-2.76 0-5-2.24-5-5c0-1.53.688-2.9 1.77-3.816zm-4.262-9.213l1.016 1.016a5.005 5.005 0 0 1 4.397 4.397l1.016 1.016q.016-.22.016-.445a6.005 6.005 0 0 0-6.445-5.984m-4.99-4.99l.76.761C12.669 7.295 14.218 7 15.999 7c10.46 0 12.91 10.18 13.01 10.61c.06.23.26.39.49.39q.021 0 .047-.005q.03-.004.063-.005c.27-.06.44-.33.38-.6v-.004C29.92 17.116 27.19 6 15.997 6c-2.096 0-3.895.39-5.436 1.026"/></svg>
React
import type { SVGProps } from "react";
export function FluentEyeOff32Light(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m20.523 21.937l7.77 7.77a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 1 0-1.414 1.414l5.156 5.157c-4.116 3.28-5.37 8.242-5.438 8.515l-.003.011a.503.503 0 0 0 .98.22c.068-.29 1.204-5.015 5.146-8.061l3.927 3.926A6 6 0 0 0 9.998 18c0 3.31 2.69 6 6 6c1.804 0 3.425-.8 4.525-2.063m-.708-.708A4.99 4.99 0 0 1 15.998 23c-2.76 0-5-2.24-5-5c0-1.53.688-2.9 1.77-3.816zm-4.262-9.213l1.016 1.016a5.005 5.005 0 0 1 4.397 4.397l1.016 1.016q.016-.22.016-.445a6.005 6.005 0 0 0-6.445-5.984m-4.99-4.99l.76.761C12.669 7.295 14.218 7 15.999 7c10.46 0 12.91 10.18 13.01 10.61c.06.23.26.39.49.39q.021 0 .047-.005q.03-.004.063-.005c.27-.06.44-.33.38-.6v-.004C29.92 17.116 27.19 6 15.997 6c-2.096 0-3.895.39-5.436 1.026"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m20.523 21.937l7.77 7.77a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 1 0-1.414 1.414l5.156 5.157c-4.116 3.28-5.37 8.242-5.438 8.515l-.003.011a.503.503 0 0 0 .98.22c.068-.29 1.204-5.015 5.146-8.061l3.927 3.926A6 6 0 0 0 9.998 18c0 3.31 2.69 6 6 6c1.804 0 3.425-.8 4.525-2.063m-.708-.708A4.99 4.99 0 0 1 15.998 23c-2.76 0-5-2.24-5-5c0-1.53.688-2.9 1.77-3.816zm-4.262-9.213l1.016 1.016a5.005 5.005 0 0 1 4.397 4.397l1.016 1.016q.016-.22.016-.445a6.005 6.005 0 0 0-6.445-5.984m-4.99-4.99l.76.761C12.669 7.295 14.218 7 15.999 7c10.46 0 12.91 10.18 13.01 10.61c.06.23.26.39.49.39q.021 0 .047-.005q.03-.004.063-.005c.27-.06.44-.33.38-.6v-.004C29.92 17.116 27.19 6 15.997 6c-2.096 0-3.895.39-5.436 1.026"/></svg> </template>
CSS
.icon-eye-off-32-light {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.523%2021.937l7.77%207.77a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%201%200-1.414%201.414l5.156%205.157c-4.116%203.28-5.37%208.242-5.438%208.515l-.003.011a.503.503%200%200%200%20.98.22c.068-.29%201.204-5.015%205.146-8.061l3.927%203.926A6%206%200%200%200%209.998%2018c0%203.31%202.69%206%206%206c1.804%200%203.425-.8%204.525-2.063m-.708-.708A4.99%204.99%200%200%201%2015.998%2023c-2.76%200-5-2.24-5-5c0-1.53.688-2.9%201.77-3.816zm-4.262-9.213l1.016%201.016a5.005%205.005%200%200%201%204.397%204.397l1.016%201.016q.016-.22.016-.445a6.005%206.005%200%200%200-6.445-5.984m-4.99-4.99l.76.761C12.669%207.295%2014.218%207%2015.999%207c10.46%200%2012.91%2010.18%2013.01%2010.61c.06.23.26.39.49.39q.021%200%20.047-.005q.03-.004.063-.005c.27-.06.44-.33.38-.6v-.004C29.92%2017.116%2027.19%206%2015.997%206c-2.096%200-3.895.39-5.436%201.026%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.523%2021.937l7.77%207.77a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%201%200-1.414%201.414l5.156%205.157c-4.116%203.28-5.37%208.242-5.438%208.515l-.003.011a.503.503%200%200%200%20.98.22c.068-.29%201.204-5.015%205.146-8.061l3.927%203.926A6%206%200%200%200%209.998%2018c0%203.31%202.69%206%206%206c1.804%200%203.425-.8%204.525-2.063m-.708-.708A4.99%204.99%200%200%201%2015.998%2023c-2.76%200-5-2.24-5-5c0-1.53.688-2.9%201.77-3.816zm-4.262-9.213l1.016%201.016a5.005%205.005%200%200%201%204.397%204.397l1.016%201.016q.016-.22.016-.445a6.005%206.005%200%200%200-6.445-5.984m-4.99-4.99l.76.761C12.669%207.295%2014.218%207%2015.999%207c10.46%200%2012.91%2010.18%2013.01%2010.61c.06.23.26.39.49.39q.021%200%20.047-.005q.03-.004.063-.005c.27-.06.44-.33.38-.6v-.004C29.92%2017.116%2027.19%206%2015.997%206c-2.096%200-3.895.39-5.436%201.026%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/eye-off-32-light.svg?color=%231a73e8&size=48