Eye Slash icon in outline, twotone, bold and bulk. Free in all four styles, for auth, passwords, permissions, privacy, scanning. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconEyeSlash } from "@devigner-ui/icons";
<IconEyeSlash className="size-6" />
<script setup>
import { IconEyeSlash } from "@devigner-ui/icons-vue";
</script>
<template>
<IconEyeSlash class="size-6" />
</template>
<script>
import { IconEyeSlash } from "@devigner-ui/icons-svelte";
</script>
<IconEyeSlash class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m15.2 9.47-5.06 5.06a3.58 3.58 0 1 1 5.06-5.06" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M18.49 5.77a9.6 9.6 0 0 0-5.82-2.04c-3.53 0-6.82 2.08-9.11 5.68a5.3 5.3 0 0 0 0 5.19 14 14 0 0 0 2.71 3.17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M9.09 19.53q1.72.73 3.58.74c3.53 0 6.82-2.08 9.11-5.68.9-1.41.9-3.78 0-5.19q-.5-.78-1.06-1.47" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M16.18 12.7a3.6 3.6 0 0 1-2.82 2.82" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10.14 14.53 2.67 22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.67 2 15.2 9.47" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>