eye slash icon
eye-slash from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- eye-slash
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the eye slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.69 11.7c-.12-.26-2.86-6.45-8.69-6.45a7.7 7.7 0 0 0-1.66.18a.75.75 0 0 0 .32 1.46A6.6 6.6 0 0 1 12 6.75c4.18 0 6.58 4.1 7.17 5.25a13.3 13.3 0 0 1-1.26 2a.75.75 0 0 0 .59 1.21a.75.75 0 0 0 .59-.29a13.4 13.4 0 0 0 1.6-2.59a.78.78 0 0 0 0-.63M6.53 5.47a.75.75 0 0 0-1.06 1.06l.92.92a13.2 13.2 0 0 0-3.08 4.26a.76.76 0 0 0 0 .59c.12.26 2.86 6.45 8.69 6.45a7.93 7.93 0 0 0 4.39-1.3l1.08 1.08a.75.75 0 0 0 1.06 0a.75.75 0 0 0 0-1.06Zm3.83 6l2.21 2.22a1.81 1.81 0 0 1-1.81-.4a1.74 1.74 0 0 1-.4-1.87ZM12 17.25c-4.19 0-6.58-4.11-7.17-5.25a12 12 0 0 1 2.62-3.49l1.79 1.79a3.24 3.24 0 0 0 4.46 4.46l1.61 1.61a6.5 6.5 0 0 1-3.31.88"/></svg>
React
import type { SVGProps } from "react";
export function PrimeEyeSlash(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="M20.69 11.7c-.12-.26-2.86-6.45-8.69-6.45a7.7 7.7 0 0 0-1.66.18a.75.75 0 0 0 .32 1.46A6.6 6.6 0 0 1 12 6.75c4.18 0 6.58 4.1 7.17 5.25a13.3 13.3 0 0 1-1.26 2a.75.75 0 0 0 .59 1.21a.75.75 0 0 0 .59-.29a13.4 13.4 0 0 0 1.6-2.59a.78.78 0 0 0 0-.63M6.53 5.47a.75.75 0 0 0-1.06 1.06l.92.92a13.2 13.2 0 0 0-3.08 4.26a.76.76 0 0 0 0 .59c.12.26 2.86 6.45 8.69 6.45a7.93 7.93 0 0 0 4.39-1.3l1.08 1.08a.75.75 0 0 0 1.06 0a.75.75 0 0 0 0-1.06Zm3.83 6l2.21 2.22a1.81 1.81 0 0 1-1.81-.4a1.74 1.74 0 0 1-.4-1.87ZM12 17.25c-4.19 0-6.58-4.11-7.17-5.25a12 12 0 0 1 2.62-3.49l1.79 1.79a3.24 3.24 0 0 0 4.46 4.46l1.61 1.61a6.5 6.5 0 0 1-3.31.88"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.69 11.7c-.12-.26-2.86-6.45-8.69-6.45a7.7 7.7 0 0 0-1.66.18a.75.75 0 0 0 .32 1.46A6.6 6.6 0 0 1 12 6.75c4.18 0 6.58 4.1 7.17 5.25a13.3 13.3 0 0 1-1.26 2a.75.75 0 0 0 .59 1.21a.75.75 0 0 0 .59-.29a13.4 13.4 0 0 0 1.6-2.59a.78.78 0 0 0 0-.63M6.53 5.47a.75.75 0 0 0-1.06 1.06l.92.92a13.2 13.2 0 0 0-3.08 4.26a.76.76 0 0 0 0 .59c.12.26 2.86 6.45 8.69 6.45a7.93 7.93 0 0 0 4.39-1.3l1.08 1.08a.75.75 0 0 0 1.06 0a.75.75 0 0 0 0-1.06Zm3.83 6l2.21 2.22a1.81 1.81 0 0 1-1.81-.4a1.74 1.74 0 0 1-.4-1.87ZM12 17.25c-4.19 0-6.58-4.11-7.17-5.25a12 12 0 0 1 2.62-3.49l1.79 1.79a3.24 3.24 0 0 0 4.46 4.46l1.61 1.61a6.5 6.5 0 0 1-3.31.88"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.69%2011.7c-.12-.26-2.86-6.45-8.69-6.45a7.7%207.7%200%200%200-1.66.18a.75.75%200%200%200%20.32%201.46A6.6%206.6%200%200%201%2012%206.75c4.18%200%206.58%204.1%207.17%205.25a13.3%2013.3%200%200%201-1.26%202a.75.75%200%200%200%20.59%201.21a.75.75%200%200%200%20.59-.29a13.4%2013.4%200%200%200%201.6-2.59a.78.78%200%200%200%200-.63M6.53%205.47a.75.75%200%200%200-1.06%201.06l.92.92a13.2%2013.2%200%200%200-3.08%204.26a.76.76%200%200%200%200%20.59c.12.26%202.86%206.45%208.69%206.45a7.93%207.93%200%200%200%204.39-1.3l1.08%201.08a.75.75%200%200%200%201.06%200a.75.75%200%200%200%200-1.06Zm3.83%206l2.21%202.22a1.81%201.81%200%200%201-1.81-.4a1.74%201.74%200%200%201-.4-1.87ZM12%2017.25c-4.19%200-6.58-4.11-7.17-5.25a12%2012%200%200%201%202.62-3.49l1.79%201.79a3.24%203.24%200%200%200%204.46%204.46l1.61%201.61a6.5%206.5%200%200%201-3.31.88%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%22M20.69%2011.7c-.12-.26-2.86-6.45-8.69-6.45a7.7%207.7%200%200%200-1.66.18a.75.75%200%200%200%20.32%201.46A6.6%206.6%200%200%201%2012%206.75c4.18%200%206.58%204.1%207.17%205.25a13.3%2013.3%200%200%201-1.26%202a.75.75%200%200%200%20.59%201.21a.75.75%200%200%200%20.59-.29a13.4%2013.4%200%200%200%201.6-2.59a.78.78%200%200%200%200-.63M6.53%205.47a.75.75%200%200%200-1.06%201.06l.92.92a13.2%2013.2%200%200%200-3.08%204.26a.76.76%200%200%200%200%20.59c.12.26%202.86%206.45%208.69%206.45a7.93%207.93%200%200%200%204.39-1.3l1.08%201.08a.75.75%200%200%200%201.06%200a.75.75%200%200%200%200-1.06Zm3.83%206l2.21%202.22a1.81%201.81%200%200%201-1.81-.4a1.74%201.74%200%200%201-.4-1.87ZM12%2017.25c-4.19%200-6.58-4.11-7.17-5.25a12%2012%200%200%201%202.62-3.49l1.79%201.79a3.24%203.24%200%200%200%204.46%204.46l1.61%201.61a6.5%206.5%200%200%201-3.31.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/eye-slash.svg?color=%231a73e8&size=48