eye off icon
eye-off-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- eye-off-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- 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.525 21.94l7.768 7.767a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 1 0-1.414 1.414l5.19 5.19c-3.99 3.15-5.424 7.75-5.444 7.823c-.16.53.14 1.08.67 1.24s1.09-.14 1.25-.67c.073-.254 1.358-4.323 4.926-6.99l3.175 3.175a6 6 0 1 0 8.465 8.465m-1.419-1.42a4 4 0 1 1-5.627-5.627zm-3.553-8.504l2.633 2.634c.464.303.86.7 1.164 1.163l2.634 2.634q.015-.222.016-.447a6 6 0 0 0-6.447-5.984M10.59 7.053L12.135 8.6a12.2 12.2 0 0 1 3.861-.6c9.105 0 11.915 8.903 12.038 9.29c.13.43.53.71.96.71v-.01a.993.993 0 0 0 .96-1.28C29.923 16.61 26.613 6 15.995 6c-2.07 0-3.862.403-5.406 1.053"/></svg>
React
import type { SVGProps } from "react";
export function FluentEyeOff32Regular(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.525 21.94l7.768 7.767a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 1 0-1.414 1.414l5.19 5.19c-3.99 3.15-5.424 7.75-5.444 7.823c-.16.53.14 1.08.67 1.24s1.09-.14 1.25-.67c.073-.254 1.358-4.323 4.926-6.99l3.175 3.175a6 6 0 1 0 8.465 8.465m-1.419-1.42a4 4 0 1 1-5.627-5.627zm-3.553-8.504l2.633 2.634c.464.303.86.7 1.164 1.163l2.634 2.634q.015-.222.016-.447a6 6 0 0 0-6.447-5.984M10.59 7.053L12.135 8.6a12.2 12.2 0 0 1 3.861-.6c9.105 0 11.915 8.903 12.038 9.29c.13.43.53.71.96.71v-.01a.993.993 0 0 0 .96-1.28C29.923 16.61 26.613 6 15.995 6c-2.07 0-3.862.403-5.406 1.053"/></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.525 21.94l7.768 7.767a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 1 0-1.414 1.414l5.19 5.19c-3.99 3.15-5.424 7.75-5.444 7.823c-.16.53.14 1.08.67 1.24s1.09-.14 1.25-.67c.073-.254 1.358-4.323 4.926-6.99l3.175 3.175a6 6 0 1 0 8.465 8.465m-1.419-1.42a4 4 0 1 1-5.627-5.627zm-3.553-8.504l2.633 2.634c.464.303.86.7 1.164 1.163l2.634 2.634q.015-.222.016-.447a6 6 0 0 0-6.447-5.984M10.59 7.053L12.135 8.6a12.2 12.2 0 0 1 3.861-.6c9.105 0 11.915 8.903 12.038 9.29c.13.43.53.71.96.71v-.01a.993.993 0 0 0 .96-1.28C29.923 16.61 26.613 6 15.995 6c-2.07 0-3.862.403-5.406 1.053"/></svg> </template>
CSS
.icon-eye-off-32-regular {
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.525%2021.94l7.768%207.767a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%201%200-1.414%201.414l5.19%205.19c-3.99%203.15-5.424%207.75-5.444%207.823c-.16.53.14%201.08.67%201.24s1.09-.14%201.25-.67c.073-.254%201.358-4.323%204.926-6.99l3.175%203.175a6%206%200%201%200%208.465%208.465m-1.419-1.42a4%204%200%201%201-5.627-5.627zm-3.553-8.504l2.633%202.634c.464.303.86.7%201.164%201.163l2.634%202.634q.015-.222.016-.447a6%206%200%200%200-6.447-5.984M10.59%207.053L12.135%208.6a12.2%2012.2%200%200%201%203.861-.6c9.105%200%2011.915%208.903%2012.038%209.29c.13.43.53.71.96.71v-.01a.993.993%200%200%200%20.96-1.28C29.923%2016.61%2026.613%206%2015.995%206c-2.07%200-3.862.403-5.406%201.053%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.525%2021.94l7.768%207.767a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%201%200-1.414%201.414l5.19%205.19c-3.99%203.15-5.424%207.75-5.444%207.823c-.16.53.14%201.08.67%201.24s1.09-.14%201.25-.67c.073-.254%201.358-4.323%204.926-6.99l3.175%203.175a6%206%200%201%200%208.465%208.465m-1.419-1.42a4%204%200%201%201-5.627-5.627zm-3.553-8.504l2.633%202.634c.464.303.86.7%201.164%201.163l2.634%202.634q.015-.222.016-.447a6%206%200%200%200-6.447-5.984M10.59%207.053L12.135%208.6a12.2%2012.2%200%200%201%203.861-.6c9.105%200%2011.915%208.903%2012.038%209.29c.13.43.53.71.96.71v-.01a.993.993%200%200%200%20.96-1.28C29.923%2016.61%2026.613%206%2015.995%206c-2.07%200-3.862.403-5.406%201.053%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-regular.svg?color=%231a73e8&size=48