eye-slash from Font Awesome Solid by Dave Gandy · Solid · Design · CC-BY-4.0 Attribution required.

Name
eye-slash
Set
Font Awesome Solid
Style
Solid
Category
Design
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More design icons from Font Awesome Solid

Use the eye slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-96.4-96.4c2.7-2.4 5.4-4.8 8-7.2c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1c-47.1-43.7-111.8-80.6-192.6-80.6c-56.8 0-105.6 18.2-146 44.2zm163.5 163.6C260 185.9 288.9 176 320 176c79.5 0 144 64.5 144 144c0 31.1-9.9 59.9-26.7 83.5l-34.7-34.7c12.7-21.4 17-47.7 10.1-73.7c-13.7-51.2-66.4-81.6-117.6-67.9c-8.6 2.3-16.7 5.7-24 10l-34.7-34.7zm120.8 256.4c-11.9 3.2-24.4 4.9-37.3 4.9c-79.5 0-144-64.5-144-144c0-12.9 1.7-25.4 4.9-37.3l-79.5-79.5C68.8 240 46.4 279 34.5 307.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1c47.1 43.7 111.8 80.6 192.6 80.6c37.3 0 71.2-7.9 101.5-20.6l-64.2-64.2z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidEyeSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-96.4-96.4c2.7-2.4 5.4-4.8 8-7.2c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1c-47.1-43.7-111.8-80.6-192.6-80.6c-56.8 0-105.6 18.2-146 44.2zm163.5 163.6C260 185.9 288.9 176 320 176c79.5 0 144 64.5 144 144c0 31.1-9.9 59.9-26.7 83.5l-34.7-34.7c12.7-21.4 17-47.7 10.1-73.7c-13.7-51.2-66.4-81.6-117.6-67.9c-8.6 2.3-16.7 5.7-24 10l-34.7-34.7zm120.8 256.4c-11.9 3.2-24.4 4.9-37.3 4.9c-79.5 0-144-64.5-144-144c0-12.9 1.7-25.4 4.9-37.3l-79.5-79.5C68.8 240 46.4 279 34.5 307.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1c47.1 43.7 111.8 80.6 192.6 80.6c37.3 0 71.2-7.9 101.5-20.6l-64.2-64.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-96.4-96.4c2.7-2.4 5.4-4.8 8-7.2c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1c-47.1-43.7-111.8-80.6-192.6-80.6c-56.8 0-105.6 18.2-146 44.2zm163.5 163.6C260 185.9 288.9 176 320 176c79.5 0 144 64.5 144 144c0 31.1-9.9 59.9-26.7 83.5l-34.7-34.7c12.7-21.4 17-47.7 10.1-73.7c-13.7-51.2-66.4-81.6-117.6-67.9c-8.6 2.3-16.7 5.7-24 10l-34.7-34.7zm120.8 256.4c-11.9 3.2-24.4 4.9-37.3 4.9c-79.5 0-144-64.5-144-144c0-12.9 1.7-25.4 4.9-37.3l-79.5-79.5C68.8 240 46.4 279 34.5 307.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1c47.1 43.7 111.8 80.6 192.6 80.6c37.3 0 71.2-7.9 101.5-20.6l-64.2-64.2z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-96.4-96.4c2.7-2.4%205.4-4.8%208-7.2c46.8-43.5%2078.1-95.4%2093-131.1c3.3-7.9%203.3-16.7%200-24.6c-14.9-35.7-46.2-87.7-93-131.1c-47.1-43.7-111.8-80.6-192.6-80.6c-56.8%200-105.6%2018.2-146%2044.2zm163.5%20163.6C260%20185.9%20288.9%20176%20320%20176c79.5%200%20144%2064.5%20144%20144c0%2031.1-9.9%2059.9-26.7%2083.5l-34.7-34.7c12.7-21.4%2017-47.7%2010.1-73.7c-13.7-51.2-66.4-81.6-117.6-67.9c-8.6%202.3-16.7%205.7-24%2010l-34.7-34.7zm120.8%20256.4c-11.9%203.2-24.4%204.9-37.3%204.9c-79.5%200-144-64.5-144-144c0-12.9%201.7-25.4%204.9-37.3l-79.5-79.5C68.8%20240%2046.4%20279%2034.5%20307.7c-3.3%207.9-3.3%2016.7%200%2024.6c14.9%2035.7%2046.2%2087.7%2093%20131.1c47.1%2043.7%20111.8%2080.6%20192.6%2080.6c37.3%200%2071.2-7.9%20101.5-20.6l-64.2-64.2z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-96.4-96.4c2.7-2.4%205.4-4.8%208-7.2c46.8-43.5%2078.1-95.4%2093-131.1c3.3-7.9%203.3-16.7%200-24.6c-14.9-35.7-46.2-87.7-93-131.1c-47.1-43.7-111.8-80.6-192.6-80.6c-56.8%200-105.6%2018.2-146%2044.2zm163.5%20163.6C260%20185.9%20288.9%20176%20320%20176c79.5%200%20144%2064.5%20144%20144c0%2031.1-9.9%2059.9-26.7%2083.5l-34.7-34.7c12.7-21.4%2017-47.7%2010.1-73.7c-13.7-51.2-66.4-81.6-117.6-67.9c-8.6%202.3-16.7%205.7-24%2010l-34.7-34.7zm120.8%20256.4c-11.9%203.2-24.4%204.9-37.3%204.9c-79.5%200-144-64.5-144-144c0-12.9%201.7-25.4%204.9-37.3l-79.5-79.5C68.8%20240%2046.4%20279%2034.5%20307.7c-3.3%207.9-3.3%2016.7%200%2024.6c14.9%2035.7%2046.2%2087.7%2093%20131.1c47.1%2043.7%20111.8%2080.6%20192.6%2080.6c37.3%200%2071.2-7.9%20101.5-20.6l-64.2-64.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/eye-slash.svg?color=%231a73e8&size=48