Shield Minimalistic 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 { IconShieldMinimalistic } from "@devigner-ui/icons";
<IconShieldMinimalistic className="size-6" />
<script setup>
import { IconShieldMinimalistic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconShieldMinimalistic class="size-6" />
</template>
<script>
import { IconShieldMinimalistic } from "@devigner-ui/icons-svelte";
</script>
<IconShieldMinimalistic class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22c-1.02 0-1.38-.16-2.1-.47-2.66-1.16-6.9-3.9-6.9-9.54v-1.57c0-3.2 0-4.8.38-5.34.38-.53 1.88-1.05 4.88-2.08l.58-.2C10.4 2.28 11.19 2 12 2" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M12 22c1.02 0 1.38-.16 2.1-.47 2.66-1.16 6.9-3.9 6.9-9.54v-1.57c0-3.2 0-4.8-.38-5.34-.37-.53-1.88-1.05-4.88-2.08l-.58-.2C13.6 2.28 12.81 2 12 2" stroke="currentColor" stroke-width="1.5"></path></svg>