boom-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
boom-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the boom icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.654 2.702a1 1 0 0 1 1.154.37A4.5 4.5 0 0 0 12.5 5c1.108 0 2.12-.399 2.903-1.061a1 1 0 0 1 1.636.624A4 4 0 0 0 21 8a1 1 0 0 1 .8 1.6A3.98 3.98 0 0 0 21 12c0 .902.297 1.731.8 2.4A1 1 0 0 1 21 16a4 4 0 0 0-3.97 3.51a1 1 0 0 1-1.817.446A4.5 4.5 0 0 0 11.5 18a4.48 4.48 0 0 0-3.06 1.2a1 1 0 0 1-1.631-.427A4 4 0 0 0 3 16a1 1 0 0 1-.8-1.6c.503-.669.8-1.498.8-2.4s-.297-1.73-.8-2.4A1 1 0 0 1 3 8a4 4 0 0 0 3.99-4.284a1 1 0 0 1 .664-1.013" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBoomFill(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" fillRule="evenodd" d="M7.654 2.702a1 1 0 0 1 1.154.37A4.5 4.5 0 0 0 12.5 5c1.108 0 2.12-.399 2.903-1.061a1 1 0 0 1 1.636.624A4 4 0 0 0 21 8a1 1 0 0 1 .8 1.6A3.98 3.98 0 0 0 21 12c0 .902.297 1.731.8 2.4A1 1 0 0 1 21 16a4 4 0 0 0-3.97 3.51a1 1 0 0 1-1.817.446A4.5 4.5 0 0 0 11.5 18a4.48 4.48 0 0 0-3.06 1.2a1 1 0 0 1-1.631-.427A4 4 0 0 0 3 16a1 1 0 0 1-.8-1.6c.503-.669.8-1.498.8-2.4s-.297-1.73-.8-2.4A1 1 0 0 1 3 8a4 4 0 0 0 3.99-4.284a1 1 0 0 1 .664-1.013" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.654 2.702a1 1 0 0 1 1.154.37A4.5 4.5 0 0 0 12.5 5c1.108 0 2.12-.399 2.903-1.061a1 1 0 0 1 1.636.624A4 4 0 0 0 21 8a1 1 0 0 1 .8 1.6A3.98 3.98 0 0 0 21 12c0 .902.297 1.731.8 2.4A1 1 0 0 1 21 16a4 4 0 0 0-3.97 3.51a1 1 0 0 1-1.817.446A4.5 4.5 0 0 0 11.5 18a4.48 4.48 0 0 0-3.06 1.2a1 1 0 0 1-1.631-.427A4 4 0 0 0 3 16a1 1 0 0 1-.8-1.6c.503-.669.8-1.498.8-2.4s-.297-1.73-.8-2.4A1 1 0 0 1 3 8a4 4 0 0 0 3.99-4.284a1 1 0 0 1 .664-1.013" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-boom-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.654%202.702a1%201%200%200%201%201.154.37A4.5%204.5%200%200%200%2012.5%205c1.108%200%202.12-.399%202.903-1.061a1%201%200%200%201%201.636.624A4%204%200%200%200%2021%208a1%201%200%200%201%20.8%201.6A3.98%203.98%200%200%200%2021%2012c0%20.902.297%201.731.8%202.4A1%201%200%200%201%2021%2016a4%204%200%200%200-3.97%203.51a1%201%200%200%201-1.817.446A4.5%204.5%200%200%200%2011.5%2018a4.48%204.48%200%200%200-3.06%201.2a1%201%200%200%201-1.631-.427A4%204%200%200%200%203%2016a1%201%200%200%201-.8-1.6c.503-.669.8-1.498.8-2.4s-.297-1.73-.8-2.4A1%201%200%200%201%203%208a4%204%200%200%200%203.99-4.284a1%201%200%200%201%20.664-1.013%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.654%202.702a1%201%200%200%201%201.154.37A4.5%204.5%200%200%200%2012.5%205c1.108%200%202.12-.399%202.903-1.061a1%201%200%200%201%201.636.624A4%204%200%200%200%2021%208a1%201%200%200%201%20.8%201.6A3.98%203.98%200%200%200%2021%2012c0%20.902.297%201.731.8%202.4A1%201%200%200%201%2021%2016a4%204%200%200%200-3.97%203.51a1%201%200%200%201-1.817.446A4.5%204.5%200%200%200%2011.5%2018a4.48%204.48%200%200%200-3.06%201.2a1%201%200%200%201-1.631-.427A4%204%200%200%200%203%2016a1%201%200%200%201-.8-1.6c.503-.669.8-1.498.8-2.4s-.297-1.73-.8-2.4A1%201%200%200%201%203%208a4%204%200%200%200%203.99-4.284a1%201%200%200%201%20.664-1.013%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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