Shield Star 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 { IconShieldStar } from "@devigner-ui/icons";
<IconShieldStar className="size-6" />
<script setup>
import { IconShieldStar } from "@devigner-ui/icons-vue";
</script>
<template>
<IconShieldStar class="size-6" />
</template>
<script>
import { IconShieldStar } from "@devigner-ui/icons-svelte";
</script>
<IconShieldStar 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="M3 10.42c0-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 2s1.6.27 3.16.8l.58.2c3 1.03 4.5 1.55 4.88 2.08.38.54.38 2.14.38 5.34v1.57c0 5.64-4.24 8.38-6.9 9.54-.72.31-1.08.47-2.1.47s-1.38-.16-2.1-.47C7.24 20.37 3 17.63 3 11.99z" stroke="currentColor" stroke-width="1.5"></path><path d="M10.86 8.36c.5-.9.76-1.36 1.14-1.36s.63.45 1.14 1.36l.13.24c.14.26.22.39.33.47.11.09.25.12.53.18l.25.06c.99.22 1.48.33 1.6.71.11.38-.22.77-.9 1.55l-.17.2c-.19.23-.28.34-.32.48-.05.14-.03.28 0 .58l.02.27c.1 1.05.15 1.57-.15 1.8-.3.24-.77.03-1.69-.4l-.24-.1c-.26-.13-.4-.19-.53-.19-.14 0-.27.06-.53.18l-.24.11c-.92.43-1.38.64-1.69.4-.3-.23-.25-.75-.15-1.8l.02-.27c.03-.3.05-.44 0-.58-.04-.14-.13-.25-.32-.47l-.18-.2c-.67-.8-1-1.18-.89-1.56.12-.38.61-.49 1.6-.71l.25-.06c.28-.06.42-.1.53-.18s.19-.21.33-.47z" stroke="currentColor" stroke-width="1.5"></path></svg>