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

Name
boom-line
Set
MingCute Icon
Style
Line
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="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M12.5 6a5.48 5.48 0 0 0 3.55-1.3A5 5 0 0 0 20.999 9c-.627.836-.999 1.874-.999 3s.372 2.165 1 3a5 5 0 0 0-4.963 4.39A5.5 5.5 0 0 0 11.5 17a5.48 5.48 0 0 0-3.74 1.467A5 5 0 0 0 3 14.999c.628-.835 1-1.874 1-3a4.98 4.98 0 0 0-1-3a5 5 0 0 0 4.988-5.354A5.5 5.5 0 0 0 12.5 5.999Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBoomLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M12.5 6a5.48 5.48 0 0 0 3.55-1.3A5 5 0 0 0 20.999 9c-.627.836-.999 1.874-.999 3s.372 2.165 1 3a5 5 0 0 0-4.963 4.39A5.5 5.5 0 0 0 11.5 17a5.48 5.48 0 0 0-3.74 1.467A5 5 0 0 0 3 14.999c.628-.835 1-1.874 1-3a4.98 4.98 0 0 0-1-3a5 5 0 0 0 4.988-5.354A5.5 5.5 0 0 0 12.5 5.999Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M12.5 6a5.48 5.48 0 0 0 3.55-1.3A5 5 0 0 0 20.999 9c-.627.836-.999 1.874-.999 3s.372 2.165 1 3a5 5 0 0 0-4.963 4.39A5.5 5.5 0 0 0 11.5 17a5.48 5.48 0 0 0-3.74 1.467A5 5 0 0 0 3 14.999c.628-.835 1-1.874 1-3a4.98 4.98 0 0 0-1-3a5 5 0 0 0 4.988-5.354A5.5 5.5 0 0 0 12.5 5.999Z"/></svg>
</template>

CSS

.icon-boom-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12.5%206a5.48%205.48%200%200%200%203.55-1.3A5%205%200%200%200%2020.999%209c-.627.836-.999%201.874-.999%203s.372%202.165%201%203a5%205%200%200%200-4.963%204.39A5.5%205.5%200%200%200%2011.5%2017a5.48%205.48%200%200%200-3.74%201.467A5%205%200%200%200%203%2014.999c.628-.835%201-1.874%201-3a4.98%204.98%200%200%200-1-3a5%205%200%200%200%204.988-5.354A5.5%205.5%200%200%200%2012.5%205.999Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12.5%206a5.48%205.48%200%200%200%203.55-1.3A5%205%200%200%200%2020.999%209c-.627.836-.999%201.874-.999%203s.372%202.165%201%203a5%205%200%200%200-4.963%204.39A5.5%205.5%200%200%200%2011.5%2017a5.48%205.48%200%200%200-3.74%201.467A5%205%200%200%200%203%2014.999c.628-.835%201-1.874%201-3a4.98%204.98%200%200%200-1-3a5%205%200%200%200%204.988-5.354A5.5%205.5%200%200%200%2012.5%205.999Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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