eye slash solid icon
eye-slash-solid from Line Awesome by Icons8 · Line · Status · Apache-2.0 Free for personal and commercial use.
- Name
- eye-slash-solid
- Set
- Line Awesome
- Style
- Line
- Category
- Status
- Viewbox
- 32×32
- License
- Apache 2.0
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 solid 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.72l6.19 6.155l12.969 12.969l6.843 6.875l1.438-1.438l-6.344-6.343c4.098-2.086 7.152-5.028 7.344-5.22l.656-.655l-.625-.72C30.492 15.044 24.395 8 16 8c-1.992 0-3.848.418-5.531 1.031zM16 10c2.164 0 4.16.555 5.938 1.344C22.613 12.445 23 13.699 23 15c0 1.816-.7 3.469-1.844 4.719l-2.843-2.844A3 3 0 0 0 19 15c0-1.652-1.348-3-3-3a3 3 0 0 0-1.875.688l-2.063-2.063C13.302 10.254 14.61 10 16 10m-9.375.875c-3.238 1.988-5.23 4.297-5.375 4.469l-.625.719l.656.656c.285.285 6.817 6.664 13.781 7.218h.063c.29.024.586.063.875.063s.586-.04.875-.063h.063a14 14 0 0 0 2.375-.406l-1.72-1.718c-.25.058-.519.097-.78.125l-.125.03c-.47.04-.91.04-1.375 0l-.094-.03A6.98 6.98 0 0 1 9 15c0-.535.066-1.05.188-1.563zm.656 1.969A9 9 0 0 0 7 15c0 1.613.438 3.121 1.188 4.438a32.6 32.6 0 0 1-4.782-3.5a24.5 24.5 0 0 1 3.875-3.094m17.438 0a23.8 23.8 0 0 1 3.843 3.125a32.3 32.3 0 0 1-4.75 3.469A8.9 8.9 0 0 0 25 15a9 9 0 0 0-.281-2.156M16 14c.55 0 1 .45 1 1c0 .164-.055.3-.125.438l-1.313-1.313A.9.9 0 0 1 16 14"/></svg>
React
import type { SVGProps } from "react";
export function LaEyeSlashSolid(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.72l6.19 6.155l12.969 12.969l6.843 6.875l1.438-1.438l-6.344-6.343c4.098-2.086 7.152-5.028 7.344-5.22l.656-.655l-.625-.72C30.492 15.044 24.395 8 16 8c-1.992 0-3.848.418-5.531 1.031zM16 10c2.164 0 4.16.555 5.938 1.344C22.613 12.445 23 13.699 23 15c0 1.816-.7 3.469-1.844 4.719l-2.843-2.844A3 3 0 0 0 19 15c0-1.652-1.348-3-3-3a3 3 0 0 0-1.875.688l-2.063-2.063C13.302 10.254 14.61 10 16 10m-9.375.875c-3.238 1.988-5.23 4.297-5.375 4.469l-.625.719l.656.656c.285.285 6.817 6.664 13.781 7.218h.063c.29.024.586.063.875.063s.586-.04.875-.063h.063a14 14 0 0 0 2.375-.406l-1.72-1.718c-.25.058-.519.097-.78.125l-.125.03c-.47.04-.91.04-1.375 0l-.094-.03A6.98 6.98 0 0 1 9 15c0-.535.066-1.05.188-1.563zm.656 1.969A9 9 0 0 0 7 15c0 1.613.438 3.121 1.188 4.438a32.6 32.6 0 0 1-4.782-3.5a24.5 24.5 0 0 1 3.875-3.094m17.438 0a23.8 23.8 0 0 1 3.843 3.125a32.3 32.3 0 0 1-4.75 3.469A8.9 8.9 0 0 0 25 15a9 9 0 0 0-.281-2.156M16 14c.55 0 1 .45 1 1c0 .164-.055.3-.125.438l-1.313-1.313A.9.9 0 0 1 16 14"/></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.72l6.19 6.155l12.969 12.969l6.843 6.875l1.438-1.438l-6.344-6.343c4.098-2.086 7.152-5.028 7.344-5.22l.656-.655l-.625-.72C30.492 15.044 24.395 8 16 8c-1.992 0-3.848.418-5.531 1.031zM16 10c2.164 0 4.16.555 5.938 1.344C22.613 12.445 23 13.699 23 15c0 1.816-.7 3.469-1.844 4.719l-2.843-2.844A3 3 0 0 0 19 15c0-1.652-1.348-3-3-3a3 3 0 0 0-1.875.688l-2.063-2.063C13.302 10.254 14.61 10 16 10m-9.375.875c-3.238 1.988-5.23 4.297-5.375 4.469l-.625.719l.656.656c.285.285 6.817 6.664 13.781 7.218h.063c.29.024.586.063.875.063s.586-.04.875-.063h.063a14 14 0 0 0 2.375-.406l-1.72-1.718c-.25.058-.519.097-.78.125l-.125.03c-.47.04-.91.04-1.375 0l-.094-.03A6.98 6.98 0 0 1 9 15c0-.535.066-1.05.188-1.563zm.656 1.969A9 9 0 0 0 7 15c0 1.613.438 3.121 1.188 4.438a32.6 32.6 0 0 1-4.782-3.5a24.5 24.5 0 0 1 3.875-3.094m17.438 0a23.8 23.8 0 0 1 3.843 3.125a32.3 32.3 0 0 1-4.75 3.469A8.9 8.9 0 0 0 25 15a9 9 0 0 0-.281-2.156M16 14c.55 0 1 .45 1 1c0 .164-.055.3-.125.438l-1.313-1.313A.9.9 0 0 1 16 14"/></svg> </template>
CSS
.icon-eye-slash-solid {
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.72l6.19%206.155l12.969%2012.969l6.843%206.875l1.438-1.438l-6.344-6.343c4.098-2.086%207.152-5.028%207.344-5.22l.656-.655l-.625-.72C30.492%2015.044%2024.395%208%2016%208c-1.992%200-3.848.418-5.531%201.031zM16%2010c2.164%200%204.16.555%205.938%201.344C22.613%2012.445%2023%2013.699%2023%2015c0%201.816-.7%203.469-1.844%204.719l-2.843-2.844A3%203%200%200%200%2019%2015c0-1.652-1.348-3-3-3a3%203%200%200%200-1.875.688l-2.063-2.063C13.302%2010.254%2014.61%2010%2016%2010m-9.375.875c-3.238%201.988-5.23%204.297-5.375%204.469l-.625.719l.656.656c.285.285%206.817%206.664%2013.781%207.218h.063c.29.024.586.063.875.063s.586-.04.875-.063h.063a14%2014%200%200%200%202.375-.406l-1.72-1.718c-.25.058-.519.097-.78.125l-.125.03c-.47.04-.91.04-1.375%200l-.094-.03A6.98%206.98%200%200%201%209%2015c0-.535.066-1.05.188-1.563zm.656%201.969A9%209%200%200%200%207%2015c0%201.613.438%203.121%201.188%204.438a32.6%2032.6%200%200%201-4.782-3.5a24.5%2024.5%200%200%201%203.875-3.094m17.438%200a23.8%2023.8%200%200%201%203.843%203.125a32.3%2032.3%200%200%201-4.75%203.469A8.9%208.9%200%200%200%2025%2015a9%209%200%200%200-.281-2.156M16%2014c.55%200%201%20.45%201%201c0%20.164-.055.3-.125.438l-1.313-1.313A.9.9%200%200%201%2016%2014%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.72l6.19%206.155l12.969%2012.969l6.843%206.875l1.438-1.438l-6.344-6.343c4.098-2.086%207.152-5.028%207.344-5.22l.656-.655l-.625-.72C30.492%2015.044%2024.395%208%2016%208c-1.992%200-3.848.418-5.531%201.031zM16%2010c2.164%200%204.16.555%205.938%201.344C22.613%2012.445%2023%2013.699%2023%2015c0%201.816-.7%203.469-1.844%204.719l-2.843-2.844A3%203%200%200%200%2019%2015c0-1.652-1.348-3-3-3a3%203%200%200%200-1.875.688l-2.063-2.063C13.302%2010.254%2014.61%2010%2016%2010m-9.375.875c-3.238%201.988-5.23%204.297-5.375%204.469l-.625.719l.656.656c.285.285%206.817%206.664%2013.781%207.218h.063c.29.024.586.063.875.063s.586-.04.875-.063h.063a14%2014%200%200%200%202.375-.406l-1.72-1.718c-.25.058-.519.097-.78.125l-.125.03c-.47.04-.91.04-1.375%200l-.094-.03A6.98%206.98%200%200%201%209%2015c0-.535.066-1.05.188-1.563zm.656%201.969A9%209%200%200%200%207%2015c0%201.613.438%203.121%201.188%204.438a32.6%2032.6%200%200%201-4.782-3.5a24.5%2024.5%200%200%201%203.875-3.094m17.438%200a23.8%2023.8%200%200%201%203.843%203.125a32.3%2032.3%200%200%201-4.75%203.469A8.9%208.9%200%200%200%2025%2015a9%209%200%200%200-.281-2.156M16%2014c.55%200%201%20.45%201%201c0%20.164-.055.3-.125.438l-1.313-1.313A.9.9%200%200%201%2016%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/eye-slash-solid.svg?color=%231a73e8&size=48