firecracker icon

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

Name
firecracker-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 firecracker 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="M18.872 3.49a1 1 0 0 0-1.744-.98c-.236.42-.31.448-.372.472h-.001c-.15.056-.536.108-1.58-.078c-.774-.137-1.475-.081-2.084.174a3 3 0 0 0-1.365 1.151a4 4 0 0 0-.394.79c-.94.054-1.812.222-2.512.484c-.427.16-.843.376-1.17.665C7.327 6.457 7 6.904 7 7.5v12c0 .596.326 1.044.65 1.332c.327.29.743.505 1.17.665c.863.324 1.987.503 3.18.503s2.317-.18 3.18-.503c.427-.16.843-.375 1.17-.665c.324-.288.65-.736.65-1.332v-12c0-.596-.326-1.043-.65-1.332c-.328-.29-.743-.504-1.17-.665a7.8 7.8 0 0 0-1.603-.393a.9.9 0 0 1 .285-.187c.188-.079.487-.134.963-.05c1.069.19 1.931.243 2.63-.017c.784-.293 1.155-.9 1.417-1.366m-7.87 3.562c-.59.064-1.097.18-1.48.324c-.302.113-.302.135 0 .249C10.109 7.844 10.985 8 12 8s1.892-.156 2.477-.375c.303-.114.303-.136 0-.25A6.2 6.2 0 0 0 13 7.053a1 1 0 0 1-1.998 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteFirecrackerFill(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="M18.872 3.49a1 1 0 0 0-1.744-.98c-.236.42-.31.448-.372.472h-.001c-.15.056-.536.108-1.58-.078c-.774-.137-1.475-.081-2.084.174a3 3 0 0 0-1.365 1.151a4 4 0 0 0-.394.79c-.94.054-1.812.222-2.512.484c-.427.16-.843.376-1.17.665C7.327 6.457 7 6.904 7 7.5v12c0 .596.326 1.044.65 1.332c.327.29.743.505 1.17.665c.863.324 1.987.503 3.18.503s2.317-.18 3.18-.503c.427-.16.843-.375 1.17-.665c.324-.288.65-.736.65-1.332v-12c0-.596-.326-1.043-.65-1.332c-.328-.29-.743-.504-1.17-.665a7.8 7.8 0 0 0-1.603-.393a.9.9 0 0 1 .285-.187c.188-.079.487-.134.963-.05c1.069.19 1.931.243 2.63-.017c.784-.293 1.155-.9 1.417-1.366m-7.87 3.562c-.59.064-1.097.18-1.48.324c-.302.113-.302.135 0 .249C10.109 7.844 10.985 8 12 8s1.892-.156 2.477-.375c.303-.114.303-.136 0-.25A6.2 6.2 0 0 0 13 7.053a1 1 0 0 1-1.998 0" 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="M18.872 3.49a1 1 0 0 0-1.744-.98c-.236.42-.31.448-.372.472h-.001c-.15.056-.536.108-1.58-.078c-.774-.137-1.475-.081-2.084.174a3 3 0 0 0-1.365 1.151a4 4 0 0 0-.394.79c-.94.054-1.812.222-2.512.484c-.427.16-.843.376-1.17.665C7.327 6.457 7 6.904 7 7.5v12c0 .596.326 1.044.65 1.332c.327.29.743.505 1.17.665c.863.324 1.987.503 3.18.503s2.317-.18 3.18-.503c.427-.16.843-.375 1.17-.665c.324-.288.65-.736.65-1.332v-12c0-.596-.326-1.043-.65-1.332c-.328-.29-.743-.504-1.17-.665a7.8 7.8 0 0 0-1.603-.393a.9.9 0 0 1 .285-.187c.188-.079.487-.134.963-.05c1.069.19 1.931.243 2.63-.017c.784-.293 1.155-.9 1.417-1.366m-7.87 3.562c-.59.064-1.097.18-1.48.324c-.302.113-.302.135 0 .249C10.109 7.844 10.985 8 12 8s1.892-.156 2.477-.375c.303-.114.303-.136 0-.25A6.2 6.2 0 0 0 13 7.053a1 1 0 0 1-1.998 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-firecracker-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%22M18.872%203.49a1%201%200%200%200-1.744-.98c-.236.42-.31.448-.372.472h-.001c-.15.056-.536.108-1.58-.078c-.774-.137-1.475-.081-2.084.174a3%203%200%200%200-1.365%201.151a4%204%200%200%200-.394.79c-.94.054-1.812.222-2.512.484c-.427.16-.843.376-1.17.665C7.327%206.457%207%206.904%207%207.5v12c0%20.596.326%201.044.65%201.332c.327.29.743.505%201.17.665c.863.324%201.987.503%203.18.503s2.317-.18%203.18-.503c.427-.16.843-.375%201.17-.665c.324-.288.65-.736.65-1.332v-12c0-.596-.326-1.043-.65-1.332c-.328-.29-.743-.504-1.17-.665a7.8%207.8%200%200%200-1.603-.393a.9.9%200%200%201%20.285-.187c.188-.079.487-.134.963-.05c1.069.19%201.931.243%202.63-.017c.784-.293%201.155-.9%201.417-1.366m-7.87%203.562c-.59.064-1.097.18-1.48.324c-.302.113-.302.135%200%20.249C10.109%207.844%2010.985%208%2012%208s1.892-.156%202.477-.375c.303-.114.303-.136%200-.25A6.2%206.2%200%200%200%2013%207.053a1%201%200%200%201-1.998%200%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%22M18.872%203.49a1%201%200%200%200-1.744-.98c-.236.42-.31.448-.372.472h-.001c-.15.056-.536.108-1.58-.078c-.774-.137-1.475-.081-2.084.174a3%203%200%200%200-1.365%201.151a4%204%200%200%200-.394.79c-.94.054-1.812.222-2.512.484c-.427.16-.843.376-1.17.665C7.327%206.457%207%206.904%207%207.5v12c0%20.596.326%201.044.65%201.332c.327.29.743.505%201.17.665c.863.324%201.987.503%203.18.503s2.317-.18%203.18-.503c.427-.16.843-.375%201.17-.665c.324-.288.65-.736.65-1.332v-12c0-.596-.326-1.043-.65-1.332c-.328-.29-.743-.504-1.17-.665a7.8%207.8%200%200%200-1.603-.393a.9.9%200%200%201%20.285-.187c.188-.079.487-.134.963-.05c1.069.19%201.931.243%202.63-.017c.784-.293%201.155-.9%201.417-1.366m-7.87%203.562c-.59.064-1.097.18-1.48.324c-.302.113-.302.135%200%20.249C10.109%207.844%2010.985%208%2012%208s1.892-.156%202.477-.375c.303-.114.303-.136%200-.25A6.2%206.2%200%200%200%2013%207.053a1%201%200%200%201-1.998%200%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/firecracker-fill.svg?color=%231a73e8&size=48