eye slash icon
eye-slash from Line Awesome by Icons8 · Line · Status · Apache-2.0 Free for personal and commercial use.
- Name
- eye-slash
- Set
- Line Awesome
- Style
- Line
- Category
- Status
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More status icons from Line Awesome
banbattery-emptybattery-fullbattery-halfbattery-quarterbattery-three-quartersbellbell-slashbell-slash-solidbell-solidcalendarcalendar-altcalendar-alt-solidcalendar-checkcalendar-check-solidcalendar-daycalendar-minuscalendar-minus-solidcalendar-pluscalendar-plus-solidcalendar-solidcalendar-timescalendar-times-solidcalendar-week
Use the eye slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.719 2.281L2.28 3.72L8.5 9.906L19.594 21l1.906 1.938l6.781 6.78l1.438-1.437l-6.219-6.218c4.234-2.098 7.074-5.211 7.25-5.407l.594-.656l-.594-.656C30.48 15.043 24.086 8 16 8c-1.957 0-3.805.43-5.5 1.063zM16 10c2.152 0 4.188.605 6 1.438A6.9 6.9 0 0 1 23 15a6.97 6.97 0 0 1-1.844 4.719l-2.843-2.844c.417-.512.687-1.16.687-1.875a3 3 0 0 0-3-3c-.715 0-1.363.27-1.875.688l-2.031-2.032C13.336 10.273 14.637 10 16 10m-9.313.906c-3.207 1.973-5.289 4.27-5.437 4.438L.656 16l.594.656c.258.29 6.18 6.77 13.813 7.282c.308.03.62.062.937.062a9 9 0 0 0 .938-.063a15 15 0 0 0 2.406-.343l-1.782-1.782A7 7 0 0 1 16 22c-3.86 0-7-3.14-7-7c0-.531.07-1.05.188-1.563zm.563 2.031A9 9 0 0 0 7 15a8.9 8.9 0 0 0 1.344 4.719A25.8 25.8 0 0 1 3.406 16a26 26 0 0 1 3.844-3.063m17.5 0A26.3 26.3 0 0 1 28.594 16c-.899.867-2.676 2.438-4.969 3.75A9 9 0 0 0 25 15c0-.7-.09-1.39-.25-2.063"/></svg>
React
import type { SVGProps } from "react";
export function LaEyeSlash(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="M3.719 2.281L2.28 3.72L8.5 9.906L19.594 21l1.906 1.938l6.781 6.78l1.438-1.437l-6.219-6.218c4.234-2.098 7.074-5.211 7.25-5.407l.594-.656l-.594-.656C30.48 15.043 24.086 8 16 8c-1.957 0-3.805.43-5.5 1.063zM16 10c2.152 0 4.188.605 6 1.438A6.9 6.9 0 0 1 23 15a6.97 6.97 0 0 1-1.844 4.719l-2.843-2.844c.417-.512.687-1.16.687-1.875a3 3 0 0 0-3-3c-.715 0-1.363.27-1.875.688l-2.031-2.032C13.336 10.273 14.637 10 16 10m-9.313.906c-3.207 1.973-5.289 4.27-5.437 4.438L.656 16l.594.656c.258.29 6.18 6.77 13.813 7.282c.308.03.62.062.937.062a9 9 0 0 0 .938-.063a15 15 0 0 0 2.406-.343l-1.782-1.782A7 7 0 0 1 16 22c-3.86 0-7-3.14-7-7c0-.531.07-1.05.188-1.563zm.563 2.031A9 9 0 0 0 7 15a8.9 8.9 0 0 0 1.344 4.719A25.8 25.8 0 0 1 3.406 16a26 26 0 0 1 3.844-3.063m17.5 0A26.3 26.3 0 0 1 28.594 16c-.899.867-2.676 2.438-4.969 3.75A9 9 0 0 0 25 15c0-.7-.09-1.39-.25-2.063"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.719 2.281L2.28 3.72L8.5 9.906L19.594 21l1.906 1.938l6.781 6.78l1.438-1.437l-6.219-6.218c4.234-2.098 7.074-5.211 7.25-5.407l.594-.656l-.594-.656C30.48 15.043 24.086 8 16 8c-1.957 0-3.805.43-5.5 1.063zM16 10c2.152 0 4.188.605 6 1.438A6.9 6.9 0 0 1 23 15a6.97 6.97 0 0 1-1.844 4.719l-2.843-2.844c.417-.512.687-1.16.687-1.875a3 3 0 0 0-3-3c-.715 0-1.363.27-1.875.688l-2.031-2.032C13.336 10.273 14.637 10 16 10m-9.313.906c-3.207 1.973-5.289 4.27-5.437 4.438L.656 16l.594.656c.258.29 6.18 6.77 13.813 7.282c.308.03.62.062.937.062a9 9 0 0 0 .938-.063a15 15 0 0 0 2.406-.343l-1.782-1.782A7 7 0 0 1 16 22c-3.86 0-7-3.14-7-7c0-.531.07-1.05.188-1.563zm.563 2.031A9 9 0 0 0 7 15a8.9 8.9 0 0 0 1.344 4.719A25.8 25.8 0 0 1 3.406 16a26 26 0 0 1 3.844-3.063m17.5 0A26.3 26.3 0 0 1 28.594 16c-.899.867-2.676 2.438-4.969 3.75A9 9 0 0 0 25 15c0-.7-.09-1.39-.25-2.063"/></svg> </template>
CSS
.icon-eye-slash {
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%22M3.719%202.281L2.28%203.72L8.5%209.906L19.594%2021l1.906%201.938l6.781%206.78l1.438-1.437l-6.219-6.218c4.234-2.098%207.074-5.211%207.25-5.407l.594-.656l-.594-.656C30.48%2015.043%2024.086%208%2016%208c-1.957%200-3.805.43-5.5%201.063zM16%2010c2.152%200%204.188.605%206%201.438A6.9%206.9%200%200%201%2023%2015a6.97%206.97%200%200%201-1.844%204.719l-2.843-2.844c.417-.512.687-1.16.687-1.875a3%203%200%200%200-3-3c-.715%200-1.363.27-1.875.688l-2.031-2.032C13.336%2010.273%2014.637%2010%2016%2010m-9.313.906c-3.207%201.973-5.289%204.27-5.437%204.438L.656%2016l.594.656c.258.29%206.18%206.77%2013.813%207.282c.308.03.62.062.937.062a9%209%200%200%200%20.938-.063a15%2015%200%200%200%202.406-.343l-1.782-1.782A7%207%200%200%201%2016%2022c-3.86%200-7-3.14-7-7c0-.531.07-1.05.188-1.563zm.563%202.031A9%209%200%200%200%207%2015a8.9%208.9%200%200%200%201.344%204.719A25.8%2025.8%200%200%201%203.406%2016a26%2026%200%200%201%203.844-3.063m17.5%200A26.3%2026.3%200%200%201%2028.594%2016c-.899.867-2.676%202.438-4.969%203.75A9%209%200%200%200%2025%2015c0-.7-.09-1.39-.25-2.063%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%22M3.719%202.281L2.28%203.72L8.5%209.906L19.594%2021l1.906%201.938l6.781%206.78l1.438-1.437l-6.219-6.218c4.234-2.098%207.074-5.211%207.25-5.407l.594-.656l-.594-.656C30.48%2015.043%2024.086%208%2016%208c-1.957%200-3.805.43-5.5%201.063zM16%2010c2.152%200%204.188.605%206%201.438A6.9%206.9%200%200%201%2023%2015a6.97%206.97%200%200%201-1.844%204.719l-2.843-2.844c.417-.512.687-1.16.687-1.875a3%203%200%200%200-3-3c-.715%200-1.363.27-1.875.688l-2.031-2.032C13.336%2010.273%2014.637%2010%2016%2010m-9.313.906c-3.207%201.973-5.289%204.27-5.437%204.438L.656%2016l.594.656c.258.29%206.18%206.77%2013.813%207.282c.308.03.62.062.937.062a9%209%200%200%200%20.938-.063a15%2015%200%200%200%202.406-.343l-1.782-1.782A7%207%200%200%201%2016%2022c-3.86%200-7-3.14-7-7c0-.531.07-1.05.188-1.563zm.563%202.031A9%209%200%200%200%207%2015a8.9%208.9%200%200%200%201.344%204.719A25.8%2025.8%200%200%201%203.406%2016a26%2026%200%200%201%203.844-3.063m17.5%200A26.3%2026.3%200%200%201%2028.594%2016c-.899.867-2.676%202.438-4.969%203.75A9%209%200%200%200%2025%2015c0-.7-.09-1.39-.25-2.063%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/eye-slash.svg?color=%231a73e8&size=48