Password Minimalistic Input 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 { IconPasswordMinimalisticInput } from "@devigner-ui/icons";
<IconPasswordMinimalisticInput className="size-6" />
<script setup>
import { IconPasswordMinimalisticInput } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPasswordMinimalisticInput class="size-6" />
</template>
<script>
import { IconPasswordMinimalisticInput } from "@devigner-ui/icons-svelte";
</script>
<IconPasswordMinimalisticInput 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.17 18.83C4.34 20 6.23 20 10 20h5c3.11-.01 4.77-.1 5.83-1.17C22 17.66 22 15.77 22 12s0-5.66-1.17-6.83C19.77 4.11 18.1 4.01 15 4h-5C6.23 4 4.34 4 3.17 5.17S2 8.23 2 12s0 5.66 1.17 6.83" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M9 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path><path d="M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path><path d="M15 2v20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>