Key2 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 { IconKey2 } from "@devigner-ui/icons";
<IconKey2 className="size-6" />
<script setup>
import { IconKey2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconKey2 class="size-6" />
</template>
<script>
import { IconKey2 } from "@devigner-ui/icons-svelte";
</script>
<IconKey2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.46 14.93a7.6 7.6 0 0 1-7.6 1.87l-4.71 4.7c-.34.35-1.01.56-1.49.49l-2.18-.3a1.9 1.9 0 0 1-1.5-1.5l-.3-2.18c-.07-.48.16-1.15.49-1.49l4.7-4.7a7.57 7.57 0 1 1 12.59 3.11" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m7.56 17.49 2.3 2.3" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M15.17 11a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>