Lock Unlocked 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 { IconLockUnlocked } from "@devigner-ui/icons";
<IconLockUnlocked className="size-6" />
<script setup>
import { IconLockUnlocked } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLockUnlocked class="size-6" />
</template>
<script>
import { IconLockUnlocked } from "@devigner-ui/icons-svelte";
</script>
<IconLockUnlocked class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 16c0-2.83 0-4.24.88-5.12S5.18 10 8 10h8c2.83 0 4.24 0 5.12.88S22 13.18 22 16s0 4.24-.88 5.12-2.3.88-5.12.88H8c-2.83 0-4.24 0-5.12-.88S2 18.82 2 16" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M6 10V8a6 6 0 0 1 11.81-1.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>