eye off icon
eye-off-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- eye-off-outline
- Set
- Eva Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
Related icons in Eva 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="M4.71 3.29a1 1 0 0 0-1.42 1.42l5.63 5.63a3.5 3.5 0 0 0 4.74 4.74l5.63 5.63a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM12 13.5a1.5 1.5 0 0 1-1.5-1.5s0-.05 0-.07l1.56 1.56Z"/><path fill="currentColor" d="M12.22 17c-4.3.1-7.12-3.59-8-5a13.7 13.7 0 0 1 2.24-2.72L5 7.87a15.9 15.9 0 0 0-2.87 3.63a1 1 0 0 0 0 1c.63 1.09 4 6.5 9.89 6.5h.25a9.5 9.5 0 0 0 3.23-.67l-1.58-1.58a7.7 7.7 0 0 1-1.7.25m9.65-5.5c-.64-1.11-4.17-6.68-10.14-6.5a9.5 9.5 0 0 0-3.23.67l1.58 1.58a7.7 7.7 0 0 1 1.7-.25c4.29-.11 7.11 3.59 8 5a13.7 13.7 0 0 1-2.29 2.72L19 16.13a15.9 15.9 0 0 0 2.91-3.63a1 1 0 0 0-.04-1"/></svg>
React
import type { SVGProps } from "react";
export function EvaEyeOffOutline(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="M4.71 3.29a1 1 0 0 0-1.42 1.42l5.63 5.63a3.5 3.5 0 0 0 4.74 4.74l5.63 5.63a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM12 13.5a1.5 1.5 0 0 1-1.5-1.5s0-.05 0-.07l1.56 1.56Z"/><path fill="currentColor" d="M12.22 17c-4.3.1-7.12-3.59-8-5a13.7 13.7 0 0 1 2.24-2.72L5 7.87a15.9 15.9 0 0 0-2.87 3.63a1 1 0 0 0 0 1c.63 1.09 4 6.5 9.89 6.5h.25a9.5 9.5 0 0 0 3.23-.67l-1.58-1.58a7.7 7.7 0 0 1-1.7.25m9.65-5.5c-.64-1.11-4.17-6.68-10.14-6.5a9.5 9.5 0 0 0-3.23.67l1.58 1.58a7.7 7.7 0 0 1 1.7-.25c4.29-.11 7.11 3.59 8 5a13.7 13.7 0 0 1-2.29 2.72L19 16.13a15.9 15.9 0 0 0 2.91-3.63a1 1 0 0 0-.04-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.71 3.29a1 1 0 0 0-1.42 1.42l5.63 5.63a3.5 3.5 0 0 0 4.74 4.74l5.63 5.63a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM12 13.5a1.5 1.5 0 0 1-1.5-1.5s0-.05 0-.07l1.56 1.56Z"/><path fill="currentColor" d="M12.22 17c-4.3.1-7.12-3.59-8-5a13.7 13.7 0 0 1 2.24-2.72L5 7.87a15.9 15.9 0 0 0-2.87 3.63a1 1 0 0 0 0 1c.63 1.09 4 6.5 9.89 6.5h.25a9.5 9.5 0 0 0 3.23-.67l-1.58-1.58a7.7 7.7 0 0 1-1.7.25m9.65-5.5c-.64-1.11-4.17-6.68-10.14-6.5a9.5 9.5 0 0 0-3.23.67l1.58 1.58a7.7 7.7 0 0 1 1.7-.25c4.29-.11 7.11 3.59 8 5a13.7 13.7 0 0 1-2.29 2.72L19 16.13a15.9 15.9 0 0 0 2.91-3.63a1 1 0 0 0-.04-1"/></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%22M4.71%203.29a1%201%200%200%200-1.42%201.42l5.63%205.63a3.5%203.5%200%200%200%204.74%204.74l5.63%205.63a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM12%2013.5a1.5%201.5%200%200%201-1.5-1.5s0-.05%200-.07l1.56%201.56Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.22%2017c-4.3.1-7.12-3.59-8-5a13.7%2013.7%200%200%201%202.24-2.72L5%207.87a15.9%2015.9%200%200%200-2.87%203.63a1%201%200%200%200%200%201c.63%201.09%204%206.5%209.89%206.5h.25a9.5%209.5%200%200%200%203.23-.67l-1.58-1.58a7.7%207.7%200%200%201-1.7.25m9.65-5.5c-.64-1.11-4.17-6.68-10.14-6.5a9.5%209.5%200%200%200-3.23.67l1.58%201.58a7.7%207.7%200%200%201%201.7-.25c4.29-.11%207.11%203.59%208%205a13.7%2013.7%200%200%201-2.29%202.72L19%2016.13a15.9%2015.9%200%200%200%202.91-3.63a1%201%200%200%200-.04-1%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%22M4.71%203.29a1%201%200%200%200-1.42%201.42l5.63%205.63a3.5%203.5%200%200%200%204.74%204.74l5.63%205.63a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM12%2013.5a1.5%201.5%200%200%201-1.5-1.5s0-.05%200-.07l1.56%201.56Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.22%2017c-4.3.1-7.12-3.59-8-5a13.7%2013.7%200%200%201%202.24-2.72L5%207.87a15.9%2015.9%200%200%200-2.87%203.63a1%201%200%200%200%200%201c.63%201.09%204%206.5%209.89%206.5h.25a9.5%209.5%200%200%200%203.23-.67l-1.58-1.58a7.7%207.7%200%200%201-1.7.25m9.65-5.5c-.64-1.11-4.17-6.68-10.14-6.5a9.5%209.5%200%200%200-3.23.67l1.58%201.58a7.7%207.7%200%200%201%201.7-.25c4.29-.11%207.11%203.59%208%205a13.7%2013.7%200%200%201-2.29%202.72L19%2016.13a15.9%2015.9%200%200%200%202.91-3.63a1%201%200%200%200-.04-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/eye-off-outline.svg?color=%231a73e8&size=48