Eye 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 { IconEye } from "@devigner-ui/icons";
<IconEye className="size-6" />
<script setup>
import { IconEye } from "@devigner-ui/icons-vue";
</script>
<template>
<IconEye class="size-6" />
</template>
<script>
import { IconEye } from "@devigner-ui/icons-svelte";
</script>
<IconEye class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M3.27 15.3C2.42 14.2 2 13.64 2 12s.42-2.2 1.27-3.3C4.97 6.5 7.82 4 12 4s7.03 2.5 8.73 4.7C21.57 9.8 22 10.36 22 12s-.43 2.2-1.27 3.3C19.03 17.5 16.18 20 12 20s-7.03-2.5-8.73-4.7" stroke="currentColor" stroke-width="1.5"></path><path d="M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0" stroke="currentColor" stroke-width="1.5"></path></svg>