Forbidden 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 { IconForbidden } from "@devigner-ui/icons";
<IconForbidden className="size-6" />
<script setup>
import { IconForbidden } from "@devigner-ui/icons-vue";
</script>
<template>
<IconForbidden class="size-6" />
</template>
<script>
import { IconForbidden } from "@devigner-ui/icons-svelte";
</script>
<IconForbidden 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="m18.5 5.5-13 13" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M22 10.85v2.3c0 1.23 0 1.84-.23 2.4-.23.54-.66.98-1.53 1.84l-2.85 2.85c-.86.87-1.3 1.3-1.85 1.53s-1.16.23-2.39.23h-2.3c-1.23 0-1.84 0-2.4-.23-.54-.23-.98-.66-1.84-1.53L3.76 17.4c-.87-.86-1.3-1.3-1.53-1.85S2 14.38 2 13.15v-2.3c0-1.23 0-1.84.23-2.4.23-.54.66-.98 1.53-1.84L6.6 3.76c.86-.87 1.3-1.3 1.85-1.53S9.62 2 10.85 2h2.3c1.23 0 1.84 0 2.4.23.54.23.98.66 1.84 1.53l2.85 2.85c.87.86 1.3 1.3 1.53 1.85s.23 1.16.23 2.39" stroke="currentColor" stroke-width="1.5"></path></svg>