Shield Slash 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 { IconShieldSlash } from "@devigner-ui/icons";
<IconShieldSlash className="size-6" />
<script setup>
import { IconShieldSlash } from "@devigner-ui/icons-vue";
</script>
<template>
<IconShieldSlash class="size-6" />
</template>
<script>
import { IconShieldSlash } from "@devigner-ui/icons-svelte";
</script>
<IconShieldSlash 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="m8.51 20.02 1.59 1.19a4.55 4.55 0 0 0 5.14 0l4.3-3.21a5 5 0 0 0 1.73-3.44V7.12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m19.65 4.34-.47-.24-4.99-1.87a5 5 0 0 0-3.02 0l-5 1.88a3.5 3.5 0 0 0-2.09 3.01v7.43c0 1.18.78 2.73 1.73 3.44l.2.15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m22.67 2-20 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>