eyes off icon
eyes-off-outlined from WeUI Icon by WeUI · Outlined · MIT Free for personal and commercial use.
- Name
- eyes-off-outlined
- Set
- WeUI Icon
- Style
- Outlined
- Viewbox
- 24×24
- License
- MIT
Related icons in WeUI Icon
Use the eyes off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m18.67 16.973l2.755 2.755l-.849.848L3.85 3.85L4.697 3l2.855 2.855C8.932 5.303 10.432 5 12 5c4.808 0 8.972 2.848 11 7a12.65 12.65 0 0 1-4.33 4.973M8.486 6.79l1.664 1.664a4 4 0 0 1 5.398 5.398l2.255 2.255c1.574-1 2.904-2.403 3.845-4.106C19.686 8.45 16.034 6.2 12 6.2a10.8 10.8 0 0 0-3.514.59m6.152 6.152a2.8 2.8 0 0 0-3.579-3.579zm1.81 5.204c-1.38.552-2.88.855-4.448.855c-4.808 0-8.972-2.848-11-7a12.65 12.65 0 0 1 4.33-4.973l.867.867A11.36 11.36 0 0 0 2.352 12c1.962 3.55 5.614 5.8 9.648 5.8a10.8 10.8 0 0 0 3.514-.59l.934.935zM8.453 10.15l.909.91a2.8 2.8 0 0 0 3.579 3.579l.91.908a4 4 0 0 1-5.398-5.398z"/></svg>
React
import type { SVGProps } from "react";
export function WeuiEyesOffOutlined(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" fillRule="evenodd" d="m18.67 16.973l2.755 2.755l-.849.848L3.85 3.85L4.697 3l2.855 2.855C8.932 5.303 10.432 5 12 5c4.808 0 8.972 2.848 11 7a12.65 12.65 0 0 1-4.33 4.973M8.486 6.79l1.664 1.664a4 4 0 0 1 5.398 5.398l2.255 2.255c1.574-1 2.904-2.403 3.845-4.106C19.686 8.45 16.034 6.2 12 6.2a10.8 10.8 0 0 0-3.514.59m6.152 6.152a2.8 2.8 0 0 0-3.579-3.579zm1.81 5.204c-1.38.552-2.88.855-4.448.855c-4.808 0-8.972-2.848-11-7a12.65 12.65 0 0 1 4.33-4.973l.867.867A11.36 11.36 0 0 0 2.352 12c1.962 3.55 5.614 5.8 9.648 5.8a10.8 10.8 0 0 0 3.514-.59l.934.935zM8.453 10.15l.909.91a2.8 2.8 0 0 0 3.579 3.579l.91.908a4 4 0 0 1-5.398-5.398z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m18.67 16.973l2.755 2.755l-.849.848L3.85 3.85L4.697 3l2.855 2.855C8.932 5.303 10.432 5 12 5c4.808 0 8.972 2.848 11 7a12.65 12.65 0 0 1-4.33 4.973M8.486 6.79l1.664 1.664a4 4 0 0 1 5.398 5.398l2.255 2.255c1.574-1 2.904-2.403 3.845-4.106C19.686 8.45 16.034 6.2 12 6.2a10.8 10.8 0 0 0-3.514.59m6.152 6.152a2.8 2.8 0 0 0-3.579-3.579zm1.81 5.204c-1.38.552-2.88.855-4.448.855c-4.808 0-8.972-2.848-11-7a12.65 12.65 0 0 1 4.33-4.973l.867.867A11.36 11.36 0 0 0 2.352 12c1.962 3.55 5.614 5.8 9.648 5.8a10.8 10.8 0 0 0 3.514-.59l.934.935zM8.453 10.15l.909.91a2.8 2.8 0 0 0 3.579 3.579l.91.908a4 4 0 0 1-5.398-5.398z"/></svg> </template>
CSS
.icon-eyes-off-outlined {
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%20fill-rule%3D%22evenodd%22%20d%3D%22m18.67%2016.973l2.755%202.755l-.849.848L3.85%203.85L4.697%203l2.855%202.855C8.932%205.303%2010.432%205%2012%205c4.808%200%208.972%202.848%2011%207a12.65%2012.65%200%200%201-4.33%204.973M8.486%206.79l1.664%201.664a4%204%200%200%201%205.398%205.398l2.255%202.255c1.574-1%202.904-2.403%203.845-4.106C19.686%208.45%2016.034%206.2%2012%206.2a10.8%2010.8%200%200%200-3.514.59m6.152%206.152a2.8%202.8%200%200%200-3.579-3.579zm1.81%205.204c-1.38.552-2.88.855-4.448.855c-4.808%200-8.972-2.848-11-7a12.65%2012.65%200%200%201%204.33-4.973l.867.867A11.36%2011.36%200%200%200%202.352%2012c1.962%203.55%205.614%205.8%209.648%205.8a10.8%2010.8%200%200%200%203.514-.59l.934.935zM8.453%2010.15l.909.91a2.8%202.8%200%200%200%203.579%203.579l.91.908a4%204%200%200%201-5.398-5.398z%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%20fill-rule%3D%22evenodd%22%20d%3D%22m18.67%2016.973l2.755%202.755l-.849.848L3.85%203.85L4.697%203l2.855%202.855C8.932%205.303%2010.432%205%2012%205c4.808%200%208.972%202.848%2011%207a12.65%2012.65%200%200%201-4.33%204.973M8.486%206.79l1.664%201.664a4%204%200%200%201%205.398%205.398l2.255%202.255c1.574-1%202.904-2.403%203.845-4.106C19.686%208.45%2016.034%206.2%2012%206.2a10.8%2010.8%200%200%200-3.514.59m6.152%206.152a2.8%202.8%200%200%200-3.579-3.579zm1.81%205.204c-1.38.552-2.88.855-4.448.855c-4.808%200-8.972-2.848-11-7a12.65%2012.65%200%200%201%204.33-4.973l.867.867A11.36%2011.36%200%200%200%202.352%2012c1.962%203.55%205.614%205.8%209.648%205.8a10.8%2010.8%200%200%200%203.514-.59l.934.935zM8.453%2010.15l.909.91a2.8%202.8%200%200%200%203.579%203.579l.91.908a4%204%200%200%201-5.398-5.398z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/weui/eyes-off-outlined.svg?color=%231a73e8&size=48