bomb from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
bomb
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Use the bomb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.293 4.293l-1.086 1.086l-1.086-1.086a1 1 0 0 0-1.414 0l-1.249 1.249A8.4 8.4 0 0 0 10.499 5C5.813 5 2 8.813 2 13.5S5.813 22 10.499 22s8.5-3.813 8.5-8.5a8.4 8.4 0 0 0-.431-2.654L19.914 9.5a1 1 0 0 0 0-1.414l-1.293-1.293l1.09-1.09C19.94 5.474 20.556 5 21 5h1V3h-1c-1.4 0-2.584 1.167-2.707 1.293M10.499 10c-.935 0-1.813.364-2.475 1.025A3.48 3.48 0 0 0 7 13.5H5c0-1.468.571-2.849 1.609-3.888A5.46 5.46 0 0 1 10.499 8z"/></svg>

React

import type { SVGProps } from "react";

export function BxsBomb(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.293 4.293l-1.086 1.086l-1.086-1.086a1 1 0 0 0-1.414 0l-1.249 1.249A8.4 8.4 0 0 0 10.499 5C5.813 5 2 8.813 2 13.5S5.813 22 10.499 22s8.5-3.813 8.5-8.5a8.4 8.4 0 0 0-.431-2.654L19.914 9.5a1 1 0 0 0 0-1.414l-1.293-1.293l1.09-1.09C19.94 5.474 20.556 5 21 5h1V3h-1c-1.4 0-2.584 1.167-2.707 1.293M10.499 10c-.935 0-1.813.364-2.475 1.025A3.48 3.48 0 0 0 7 13.5H5c0-1.468.571-2.849 1.609-3.888A5.46 5.46 0 0 1 10.499 8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.293 4.293l-1.086 1.086l-1.086-1.086a1 1 0 0 0-1.414 0l-1.249 1.249A8.4 8.4 0 0 0 10.499 5C5.813 5 2 8.813 2 13.5S5.813 22 10.499 22s8.5-3.813 8.5-8.5a8.4 8.4 0 0 0-.431-2.654L19.914 9.5a1 1 0 0 0 0-1.414l-1.293-1.293l1.09-1.09C19.94 5.474 20.556 5 21 5h1V3h-1c-1.4 0-2.584 1.167-2.707 1.293M10.499 10c-.935 0-1.813.364-2.475 1.025A3.48 3.48 0 0 0 7 13.5H5c0-1.468.571-2.849 1.609-3.888A5.46 5.46 0 0 1 10.499 8z"/></svg>
</template>

CSS

.icon-bomb {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.293%204.293l-1.086%201.086l-1.086-1.086a1%201%200%200%200-1.414%200l-1.249%201.249A8.4%208.4%200%200%200%2010.499%205C5.813%205%202%208.813%202%2013.5S5.813%2022%2010.499%2022s8.5-3.813%208.5-8.5a8.4%208.4%200%200%200-.431-2.654L19.914%209.5a1%201%200%200%200%200-1.414l-1.293-1.293l1.09-1.09C19.94%205.474%2020.556%205%2021%205h1V3h-1c-1.4%200-2.584%201.167-2.707%201.293M10.499%2010c-.935%200-1.813.364-2.475%201.025A3.48%203.48%200%200%200%207%2013.5H5c0-1.468.571-2.849%201.609-3.888A5.46%205.46%200%200%201%2010.499%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.293%204.293l-1.086%201.086l-1.086-1.086a1%201%200%200%200-1.414%200l-1.249%201.249A8.4%208.4%200%200%200%2010.499%205C5.813%205%202%208.813%202%2013.5S5.813%2022%2010.499%2022s8.5-3.813%208.5-8.5a8.4%208.4%200%200%200-.431-2.654L19.914%209.5a1%201%200%200%200%200-1.414l-1.293-1.293l1.09-1.09C19.94%205.474%2020.556%205%2021%205h1V3h-1c-1.4%200-2.584%201.167-2.707%201.293M10.499%2010c-.935%200-1.813.364-2.475%201.025A3.48%203.48%200%200%200%207%2013.5H5c0-1.468.571-2.849%201.609-3.888A5.46%205.46%200%200%201%2010.499%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/bomb.svg?color=%231a73e8&size=48