Shield Search 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 { IconShieldSearch } from "@devigner-ui/icons";
<IconShieldSearch className="size-6" />
<script setup>
import { IconShieldSearch } from "@devigner-ui/icons-vue";
</script>
<template>
<IconShieldSearch class="size-6" />
</template>
<script>
import { IconShieldSearch } from "@devigner-ui/icons-svelte";
</script>
<IconShieldSearch class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M20.59 10.55V7.12c0-1.23-.94-2.59-2.09-3.02l-4.99-1.87a5 5 0 0 0-3.02 0L5.5 4.11a3.5 3.5 0 0 0-2.09 3.01v7.43c0 1.18.78 2.73 1.73 3.44l4.3 3.21c.7.54 1.63.8 2.56.8"></path><path stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M16 20a4 4 0 1 0 0-8 4 4 0 0 0 0 8" opacity="1"></path><path stroke="currentColor" stroke-width="1.7999999999999998" stroke-linecap="round" stroke-linejoin="round" d="M21 21" opacity="1"></path></svg>