eye off icon
eye-off-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- eye-off-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="m10.12 10.827l4.026 4.027a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l3.23 3.23A6 6 0 0 0 3.2 6.182a6.7 6.7 0 0 0-1.117 1.982c-.021.061-.047.145-.047.145l-.018.062s-.076.497.355.611a.5.5 0 0 0 .611-.355l.001-.003l.008-.025l.035-.109a5.7 5.7 0 0 1 .945-1.674a5 5 0 0 1 1.124-1.014L6.675 7.38a2.5 2.5 0 1 0 3.446 3.446m-.74-.74A1.5 1.5 0 1 1 7.413 8.12zM6.32 4.2l.854.854Q7.564 5 8 5c2.044 0 3.286.912 4.028 1.817a5.7 5.7 0 0 1 .945 1.674q.025.073.035.109l.008.025v.003l.001.001a.5.5 0 0 0 .966-.257v-.003l-.001-.004l-.004-.013a2 2 0 0 0-.06-.187a6.7 6.7 0 0 0-1.117-1.982C11.905 5.089 10.396 4 8.002 4c-.618 0-1.177.072-1.681.199"/></svg>
React
import type { SVGProps } from "react";
export function FluentEyeOff16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.12 10.827l4.026 4.027a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l3.23 3.23A6 6 0 0 0 3.2 6.182a6.7 6.7 0 0 0-1.117 1.982c-.021.061-.047.145-.047.145l-.018.062s-.076.497.355.611a.5.5 0 0 0 .611-.355l.001-.003l.008-.025l.035-.109a5.7 5.7 0 0 1 .945-1.674a5 5 0 0 1 1.124-1.014L6.675 7.38a2.5 2.5 0 1 0 3.446 3.446m-.74-.74A1.5 1.5 0 1 1 7.413 8.12zM6.32 4.2l.854.854Q7.564 5 8 5c2.044 0 3.286.912 4.028 1.817a5.7 5.7 0 0 1 .945 1.674q.025.073.035.109l.008.025v.003l.001.001a.5.5 0 0 0 .966-.257v-.003l-.001-.004l-.004-.013a2 2 0 0 0-.06-.187a6.7 6.7 0 0 0-1.117-1.982C11.905 5.089 10.396 4 8.002 4c-.618 0-1.177.072-1.681.199"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.12 10.827l4.026 4.027a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l3.23 3.23A6 6 0 0 0 3.2 6.182a6.7 6.7 0 0 0-1.117 1.982c-.021.061-.047.145-.047.145l-.018.062s-.076.497.355.611a.5.5 0 0 0 .611-.355l.001-.003l.008-.025l.035-.109a5.7 5.7 0 0 1 .945-1.674a5 5 0 0 1 1.124-1.014L6.675 7.38a2.5 2.5 0 1 0 3.446 3.446m-.74-.74A1.5 1.5 0 1 1 7.413 8.12zM6.32 4.2l.854.854Q7.564 5 8 5c2.044 0 3.286.912 4.028 1.817a5.7 5.7 0 0 1 .945 1.674q.025.073.035.109l.008.025v.003l.001.001a.5.5 0 0 0 .966-.257v-.003l-.001-.004l-.004-.013a2 2 0 0 0-.06-.187a6.7 6.7 0 0 0-1.117-1.982C11.905 5.089 10.396 4 8.002 4c-.618 0-1.177.072-1.681.199"/></svg> </template>
CSS
.icon-eye-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.12%2010.827l4.026%204.027a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l3.23%203.23A6%206%200%200%200%203.2%206.182a6.7%206.7%200%200%200-1.117%201.982c-.021.061-.047.145-.047.145l-.018.062s-.076.497.355.611a.5.5%200%200%200%20.611-.355l.001-.003l.008-.025l.035-.109a5.7%205.7%200%200%201%20.945-1.674a5%205%200%200%201%201.124-1.014L6.675%207.38a2.5%202.5%200%201%200%203.446%203.446m-.74-.74A1.5%201.5%200%201%201%207.413%208.12zM6.32%204.2l.854.854Q7.564%205%208%205c2.044%200%203.286.912%204.028%201.817a5.7%205.7%200%200%201%20.945%201.674q.025.073.035.109l.008.025v.003l.001.001a.5.5%200%200%200%20.966-.257v-.003l-.001-.004l-.004-.013a2%202%200%200%200-.06-.187a6.7%206.7%200%200%200-1.117-1.982C11.905%205.089%2010.396%204%208.002%204c-.618%200-1.177.072-1.681.199%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.12%2010.827l4.026%204.027a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l3.23%203.23A6%206%200%200%200%203.2%206.182a6.7%206.7%200%200%200-1.117%201.982c-.021.061-.047.145-.047.145l-.018.062s-.076.497.355.611a.5.5%200%200%200%20.611-.355l.001-.003l.008-.025l.035-.109a5.7%205.7%200%200%201%20.945-1.674a5%205%200%200%201%201.124-1.014L6.675%207.38a2.5%202.5%200%201%200%203.446%203.446m-.74-.74A1.5%201.5%200%201%201%207.413%208.12zM6.32%204.2l.854.854Q7.564%205%208%205c2.044%200%203.286.912%204.028%201.817a5.7%205.7%200%200%201%20.945%201.674q.025.073.035.109l.008.025v.003l.001.001a.5.5%200%200%200%20.966-.257v-.003l-.001-.004l-.004-.013a2%202%200%200%200-.06-.187a6.7%206.7%200%200%200-1.117-1.982C11.905%205.089%2010.396%204%208.002%204c-.618%200-1.177.072-1.681.199%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/eye-off-16-regular.svg?color=%231a73e8&size=48