Password Check 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 { IconPasswordCheck } from "@devigner-ui/icons";
<IconPasswordCheck className="size-6" />
<script setup>
import { IconPasswordCheck } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPasswordCheck class="size-6" />
</template>
<script>
import { IconPasswordCheck } from "@devigner-ui/icons-svelte";
</script>
<IconPasswordCheck class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M11.02 19.5H7.5q-.93 0-1.66-.09c-2.63-.29-3.34-1.53-3.34-4.91v-5c0-3.38.71-4.62 3.34-4.91q.73-.1 1.66-.09h3.46" opacity="1"></path><path stroke="currentColor" stroke-width="1.7999999999999998" stroke-linecap="round" stroke-linejoin="round" d="M15.02 4.5h1.48q.93 0 1.66.09c2.63.29 3.34 1.53 3.34 4.91v5c0 3.38-.71 4.62-3.34 4.91q-.73.1-1.66.09h-1.48M15 2v20"></path><path stroke="currentColor" stroke-width="1.7999999999999998" stroke-linecap="round" stroke-linejoin="round" d="M7.1 12" opacity="1"></path></svg>