Forbidden3 icon in outline, twotone, bold and bulk. Free in all four styles, for buttons, forms, toolbars, menus, states. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconForbidden3 } from "@devigner-ui/icons";
<IconForbidden3 className="size-6" />
<script setup>
import { IconForbidden3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconForbidden3 class="size-6" />
</template>
<script>
import { IconForbidden3 } from "@devigner-ui/icons-svelte";
</script>
<IconForbidden3 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.57 2h-5.8c-.68 0-1.64.4-2.12.88l-4.1 4.1a3.5 3.5 0 0 0-.88 2.12v5.8c0 .68.4 1.64.88 2.12l4.1 4.1c.48.48 1.44.88 2.12.88h5.8c.68 0 1.64-.4 2.12-.88l4.1-4.1c.48-.48.88-1.44.88-2.12V9.1c0-.68-.4-1.64-.88-2.12l-4.1-4.1A3.5 3.5 0 0 0 15.57 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M5.61 19.08 19.75 4.94" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>