eye off 2 icon
eye-off-2-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- eye-off-2-outline
- Set
- Eva Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
Related icons in Eva Icons
Use the eye off 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.81 13.39A8.93 8.93 0 0 0 21 7.62a1 1 0 1 0-2-.24a7.07 7.07 0 0 1-14 0a1 1 0 1 0-2 .24a8.93 8.93 0 0 0 3.18 5.77l-2.3 2.32a1 1 0 0 0 1.41 1.41l2.61-2.6a9 9 0 0 0 3.1.92V19a1 1 0 0 0 2 0v-3.56a9 9 0 0 0 3.1-.92l2.61 2.6a1 1 0 0 0 1.41-1.41Z"/></svg>
React
import type { SVGProps } from "react";
export function EvaEyeOff2Outline(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="M17.81 13.39A8.93 8.93 0 0 0 21 7.62a1 1 0 1 0-2-.24a7.07 7.07 0 0 1-14 0a1 1 0 1 0-2 .24a8.93 8.93 0 0 0 3.18 5.77l-2.3 2.32a1 1 0 0 0 1.41 1.41l2.61-2.6a9 9 0 0 0 3.1.92V19a1 1 0 0 0 2 0v-3.56a9 9 0 0 0 3.1-.92l2.61 2.6a1 1 0 0 0 1.41-1.41Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.81 13.39A8.93 8.93 0 0 0 21 7.62a1 1 0 1 0-2-.24a7.07 7.07 0 0 1-14 0a1 1 0 1 0-2 .24a8.93 8.93 0 0 0 3.18 5.77l-2.3 2.32a1 1 0 0 0 1.41 1.41l2.61-2.6a9 9 0 0 0 3.1.92V19a1 1 0 0 0 2 0v-3.56a9 9 0 0 0 3.1-.92l2.61 2.6a1 1 0 0 0 1.41-1.41Z"/></svg> </template>
CSS
.icon-eye-off-2-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%22M17.81%2013.39A8.93%208.93%200%200%200%2021%207.62a1%201%200%201%200-2-.24a7.07%207.07%200%200%201-14%200a1%201%200%201%200-2%20.24a8.93%208.93%200%200%200%203.18%205.77l-2.3%202.32a1%201%200%200%200%201.41%201.41l2.61-2.6a9%209%200%200%200%203.1.92V19a1%201%200%200%200%202%200v-3.56a9%209%200%200%200%203.1-.92l2.61%202.6a1%201%200%200%200%201.41-1.41Z%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%22M17.81%2013.39A8.93%208.93%200%200%200%2021%207.62a1%201%200%201%200-2-.24a7.07%207.07%200%200%201-14%200a1%201%200%201%200-2%20.24a8.93%208.93%200%200%200%203.18%205.77l-2.3%202.32a1%201%200%200%200%201.41%201.41l2.61-2.6a9%209%200%200%200%203.1.92V19a1%201%200%200%200%202%200v-3.56a9%209%200%200%200%203.1-.92l2.61%202.6a1%201%200%200%200%201.41-1.41Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/eye-off-2-outline.svg?color=%231a73e8&size=48