Bomb 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 { IconBomb } from "@devigner-ui/icons";
<IconBomb className="size-6" />
<script setup>
import { IconBomb } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBomb class="size-6" />
</template>
<script>
import { IconBomb } from "@devigner-ui/icons-svelte";
</script>
<IconBomb class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="9.5" cy="14.5005" r="7.5" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="m17 7-2 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M17.98 2.35a.56.56 0 0 1 1.04 0l.65 1.66q.1.23.32.32l1.66.65c.47.19.47.85 0 1.04l-1.66.65a.6.6 0 0 0-.32.32l-.65 1.66a.56.56 0 0 1-1.04 0l-.65-1.66a.6.6 0 0 0-.32-.32l-1.66-.65a.56.56 0 0 1 0-1.04l1.66-.65a.6.6 0 0 0 .32-.32z" stroke="currentColor" stroke-width="1.5"></path></svg>