Security User 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 { IconSecurityUser } from "@devigner-ui/icons";
<IconSecurityUser className="size-6" />
<script setup>
import { IconSecurityUser } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSecurityUser class="size-6" />
</template>
<script>
import { IconSecurityUser } from "@devigner-ui/icons-svelte";
</script>
<IconSecurityUser class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.16 2.23 6.17 4.1a3.5 3.5 0 0 0-2.09 3.02v7.43c0 1.18.78 2.73 1.73 3.44l4.3 3.21a4.55 4.55 0 0 0 5.14 0l4.3-3.21a5 5 0 0 0 1.73-3.44V7.12c0-1.23-.94-2.59-2.09-3.02L14.2 2.23a5 5 0 0 0-3.04 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.67 10.92h-.13a1.76 1.76 0 1 1 .13 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M10.68 13.72c-.96.64-.96 1.69 0 2.33 1.09.73 2.88.73 3.97 0 .96-.64.96-1.69 0-2.33a3.9 3.9 0 0 0-3.97 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>