Eye2 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 { IconEye2 } from "@devigner-ui/icons";
<IconEye2 className="size-6" />
<script setup>
import { IconEye2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconEye2 class="size-6" />
</template>
<script>
import { IconEye2 } from "@devigner-ui/icons-svelte";
</script>
<IconEye2 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="M16.25 12a3.58 3.58 0 1 1-7.15 0 3.58 3.58 0 0 1 7.15 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 20.27c3.53 0 6.82-2.08 9.11-5.68.9-1.41.9-3.78 0-5.19-2.29-3.6-5.58-5.68-9.11-5.68S5.85 5.8 3.56 9.4a5.3 5.3 0 0 0 0 5.19c2.29 3.6 5.58 5.68 9.11 5.68" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>