bomb from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.

Name
bomb
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0
Aliases
bomb-solid

The same icon in other sets

More objects icons from Line Awesome

Use the bomb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.734 5.867a3.6 3.6 0 0 0-1.05.184c-2.086.695-3.305 2.27-3.97 3.46A4.3 4.3 0 0 0 17.7 9h-.398L15.7 10.598C14.4 10 13.098 9.8 11.598 10c-3.797.3-7.098 3.5-7.496 7.402C3.8 20 4.699 22.602 6.5 24.5a8.56 8.56 0 0 0 6 2.5c.398 0 .7 0 1.098-.098c3.902-.5 7-3.601 7.5-7.601c.101-1.5-.098-2.903-.598-4.102l1.5-1.5v-.398a4.3 4.3 0 0 0-.734-2.426c.441-.89 1.386-2.371 3.05-2.926c.735-.246 1.125-.105 1.356.293c.234.395.351 1.473-.567 3.309c-.718 1.344-2.902 5.07-1.335 10.824l-2.77.324L23.598 24l-2 2.8l3.101-1.702l1.203 1.703v-2.203l3.196 1.101L27 23.598l1.7-1.297h-2.2V18l-1.145 2.344c-.73-4.172.801-6.508 1.528-7.875q.006-.007.012-.02c1.082-2.164 1.25-3.937.507-5.215c-.37-.636-.96-1.046-1.625-1.242a3.4 3.4 0 0 0-1.043-.125M18.098 11c.902.2 1.703.902 1.902 1.902l-.902.899a2.13 2.13 0 0 1-1.899-1.899zm-5.5.902c1 0 1.902.196 2.703.696c.398 1.601 1.597 2.8 3.199 3.101c.5 1 .7 2.102.598 3.399c-.297 3-2.797 5.504-5.696 5.804c-2 .2-4.004-.402-5.402-1.902c-1.398-1.398-2.102-3.402-1.898-5.402c.296-2.899 2.8-5.399 5.699-5.598c.3 0 .597-.098.797-.098"/></svg>

React

import type { SVGProps } from "react";

export function LaBomb(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.734 5.867a3.6 3.6 0 0 0-1.05.184c-2.086.695-3.305 2.27-3.97 3.46A4.3 4.3 0 0 0 17.7 9h-.398L15.7 10.598C14.4 10 13.098 9.8 11.598 10c-3.797.3-7.098 3.5-7.496 7.402C3.8 20 4.699 22.602 6.5 24.5a8.56 8.56 0 0 0 6 2.5c.398 0 .7 0 1.098-.098c3.902-.5 7-3.601 7.5-7.601c.101-1.5-.098-2.903-.598-4.102l1.5-1.5v-.398a4.3 4.3 0 0 0-.734-2.426c.441-.89 1.386-2.371 3.05-2.926c.735-.246 1.125-.105 1.356.293c.234.395.351 1.473-.567 3.309c-.718 1.344-2.902 5.07-1.335 10.824l-2.77.324L23.598 24l-2 2.8l3.101-1.702l1.203 1.703v-2.203l3.196 1.101L27 23.598l1.7-1.297h-2.2V18l-1.145 2.344c-.73-4.172.801-6.508 1.528-7.875q.006-.007.012-.02c1.082-2.164 1.25-3.937.507-5.215c-.37-.636-.96-1.046-1.625-1.242a3.4 3.4 0 0 0-1.043-.125M18.098 11c.902.2 1.703.902 1.902 1.902l-.902.899a2.13 2.13 0 0 1-1.899-1.899zm-5.5.902c1 0 1.902.196 2.703.696c.398 1.601 1.597 2.8 3.199 3.101c.5 1 .7 2.102.598 3.399c-.297 3-2.797 5.504-5.696 5.804c-2 .2-4.004-.402-5.402-1.902c-1.398-1.398-2.102-3.402-1.898-5.402c.296-2.899 2.8-5.399 5.699-5.598c.3 0 .597-.098.797-.098"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.734 5.867a3.6 3.6 0 0 0-1.05.184c-2.086.695-3.305 2.27-3.97 3.46A4.3 4.3 0 0 0 17.7 9h-.398L15.7 10.598C14.4 10 13.098 9.8 11.598 10c-3.797.3-7.098 3.5-7.496 7.402C3.8 20 4.699 22.602 6.5 24.5a8.56 8.56 0 0 0 6 2.5c.398 0 .7 0 1.098-.098c3.902-.5 7-3.601 7.5-7.601c.101-1.5-.098-2.903-.598-4.102l1.5-1.5v-.398a4.3 4.3 0 0 0-.734-2.426c.441-.89 1.386-2.371 3.05-2.926c.735-.246 1.125-.105 1.356.293c.234.395.351 1.473-.567 3.309c-.718 1.344-2.902 5.07-1.335 10.824l-2.77.324L23.598 24l-2 2.8l3.101-1.702l1.203 1.703v-2.203l3.196 1.101L27 23.598l1.7-1.297h-2.2V18l-1.145 2.344c-.73-4.172.801-6.508 1.528-7.875q.006-.007.012-.02c1.082-2.164 1.25-3.937.507-5.215c-.37-.636-.96-1.046-1.625-1.242a3.4 3.4 0 0 0-1.043-.125M18.098 11c.902.2 1.703.902 1.902 1.902l-.902.899a2.13 2.13 0 0 1-1.899-1.899zm-5.5.902c1 0 1.902.196 2.703.696c.398 1.601 1.597 2.8 3.199 3.101c.5 1 .7 2.102.598 3.399c-.297 3-2.797 5.504-5.696 5.804c-2 .2-4.004-.402-5.402-1.902c-1.398-1.398-2.102-3.402-1.898-5.402c.296-2.899 2.8-5.399 5.699-5.598c.3 0 .597-.098.797-.098"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.734%205.867a3.6%203.6%200%200%200-1.05.184c-2.086.695-3.305%202.27-3.97%203.46A4.3%204.3%200%200%200%2017.7%209h-.398L15.7%2010.598C14.4%2010%2013.098%209.8%2011.598%2010c-3.797.3-7.098%203.5-7.496%207.402C3.8%2020%204.699%2022.602%206.5%2024.5a8.56%208.56%200%200%200%206%202.5c.398%200%20.7%200%201.098-.098c3.902-.5%207-3.601%207.5-7.601c.101-1.5-.098-2.903-.598-4.102l1.5-1.5v-.398a4.3%204.3%200%200%200-.734-2.426c.441-.89%201.386-2.371%203.05-2.926c.735-.246%201.125-.105%201.356.293c.234.395.351%201.473-.567%203.309c-.718%201.344-2.902%205.07-1.335%2010.824l-2.77.324L23.598%2024l-2%202.8l3.101-1.702l1.203%201.703v-2.203l3.196%201.101L27%2023.598l1.7-1.297h-2.2V18l-1.145%202.344c-.73-4.172.801-6.508%201.528-7.875q.006-.007.012-.02c1.082-2.164%201.25-3.937.507-5.215c-.37-.636-.96-1.046-1.625-1.242a3.4%203.4%200%200%200-1.043-.125M18.098%2011c.902.2%201.703.902%201.902%201.902l-.902.899a2.13%202.13%200%200%201-1.899-1.899zm-5.5.902c1%200%201.902.196%202.703.696c.398%201.601%201.597%202.8%203.199%203.101c.5%201%20.7%202.102.598%203.399c-.297%203-2.797%205.504-5.696%205.804c-2%20.2-4.004-.402-5.402-1.902c-1.398-1.398-2.102-3.402-1.898-5.402c.296-2.899%202.8-5.399%205.699-5.598c.3%200%20.597-.098.797-.098%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.734%205.867a3.6%203.6%200%200%200-1.05.184c-2.086.695-3.305%202.27-3.97%203.46A4.3%204.3%200%200%200%2017.7%209h-.398L15.7%2010.598C14.4%2010%2013.098%209.8%2011.598%2010c-3.797.3-7.098%203.5-7.496%207.402C3.8%2020%204.699%2022.602%206.5%2024.5a8.56%208.56%200%200%200%206%202.5c.398%200%20.7%200%201.098-.098c3.902-.5%207-3.601%207.5-7.601c.101-1.5-.098-2.903-.598-4.102l1.5-1.5v-.398a4.3%204.3%200%200%200-.734-2.426c.441-.89%201.386-2.371%203.05-2.926c.735-.246%201.125-.105%201.356.293c.234.395.351%201.473-.567%203.309c-.718%201.344-2.902%205.07-1.335%2010.824l-2.77.324L23.598%2024l-2%202.8l3.101-1.702l1.203%201.703v-2.203l3.196%201.101L27%2023.598l1.7-1.297h-2.2V18l-1.145%202.344c-.73-4.172.801-6.508%201.528-7.875q.006-.007.012-.02c1.082-2.164%201.25-3.937.507-5.215c-.37-.636-.96-1.046-1.625-1.242a3.4%203.4%200%200%200-1.043-.125M18.098%2011c.902.2%201.703.902%201.902%201.902l-.902.899a2.13%202.13%200%200%201-1.899-1.899zm-5.5.902c1%200%201.902.196%202.703.696c.398%201.601%201.597%202.8%203.199%203.101c.5%201%20.7%202.102.598%203.399c-.297%203-2.797%205.504-5.696%205.804c-2%20.2-4.004-.402-5.402-1.902c-1.398-1.398-2.102-3.402-1.898-5.402c.296-2.899%202.8-5.399%205.699-5.598c.3%200%20.597-.098.797-.098%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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