Lock Slash 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 { IconLockSlash } from "@devigner-ui/icons";
<IconLockSlash className="size-6" />
<script setup>
import { IconLockSlash } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLockSlash class="size-6" />
</template>
<script>
import { IconLockSlash } from "@devigner-ui/icons-svelte";
</script>
<IconLockSlash 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="M10.69 17.52a2.5 2.5 0 0 0 3.97-3.04" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.49 20.8c-.61-.76-.82-1.97-.82-3.8v-2c0-4 1-5 5-5h10q.54 0 1 .03c3.17.18 4 1.33 4 4.97v2c0 4-1 5-5 5h-10q-.54 0-1-.03" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M6.67 10V8c0-3.31 1-6 6-6 4.15 0 5.54 1.38 5.9 3.56" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m22.67 2-20 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>