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

Name
firework-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 firework icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" d="M21.502 11.542a.46.46 0 1 1 0 .917l-4.904-.41c-.061-.004-.061-.094 0-.099zm-19.004.917a.46.46 0 1 1 0-.917l4.904.408c.061.005.061.095 0 .1zM17.148 20a.46.46 0 1 1-.794.458l-2.098-4.451c-.026-.056.051-.1.086-.05zM6.852 4a.46.46 0 1 1 .794-.458l2.098 4.451c.026.056-.051.1-.086.05zm9.502-.458a.46.46 0 1 1 .794.459l-2.806 4.042c-.035.05-.112.006-.086-.05zM7.646 20.458A.46.46 0 1 1 6.852 20l2.806-4.043c.035-.05.112-.006.086.05zm3.896-15.96a.46.46 0 1 1 .917 0l-.41 4.904c-.004.061-.094.061-.099 0zm6.725 3.354a.46.46 0 1 1 .459.794l-4.451 2.098c-.056.026-.1-.051-.05-.086zm-12.993.794a.46.46 0 1 1 .459-.794l4.042 2.806c.05.035.006.112-.05.086zm7.185 10.856a.46.46 0 1 1-.918 0l.41-4.904c.004-.061.094-.061.099 0zm-6.726-3.354a.46.46 0 1 1-.459-.794l4.451-2.098c.056-.026.1.051.05.086zm12.993-.794a.46.46 0 1 1-.459.794l-4.042-2.806c-.05-.035-.006-.112.05-.086z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteFireworkLine(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" d="M21.502 11.542a.46.46 0 1 1 0 .917l-4.904-.41c-.061-.004-.061-.094 0-.099zm-19.004.917a.46.46 0 1 1 0-.917l4.904.408c.061.005.061.095 0 .1zM17.148 20a.46.46 0 1 1-.794.458l-2.098-4.451c-.026-.056.051-.1.086-.05zM6.852 4a.46.46 0 1 1 .794-.458l2.098 4.451c.026.056-.051.1-.086.05zm9.502-.458a.46.46 0 1 1 .794.459l-2.806 4.042c-.035.05-.112.006-.086-.05zM7.646 20.458A.46.46 0 1 1 6.852 20l2.806-4.043c.035-.05.112-.006.086.05zm3.896-15.96a.46.46 0 1 1 .917 0l-.41 4.904c-.004.061-.094.061-.099 0zm6.725 3.354a.46.46 0 1 1 .459.794l-4.451 2.098c-.056.026-.1-.051-.05-.086zm-12.993.794a.46.46 0 1 1 .459-.794l4.042 2.806c.05.035.006.112-.05.086zm7.185 10.856a.46.46 0 1 1-.918 0l.41-4.904c.004-.061.094-.061.099 0zm-6.726-3.354a.46.46 0 1 1-.459-.794l4.451-2.098c.056-.026.1.051.05.086zm12.993-.794a.46.46 0 1 1-.459.794l-4.042-2.806c-.05-.035-.006-.112.05-.086z"/></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" d="M21.502 11.542a.46.46 0 1 1 0 .917l-4.904-.41c-.061-.004-.061-.094 0-.099zm-19.004.917a.46.46 0 1 1 0-.917l4.904.408c.061.005.061.095 0 .1zM17.148 20a.46.46 0 1 1-.794.458l-2.098-4.451c-.026-.056.051-.1.086-.05zM6.852 4a.46.46 0 1 1 .794-.458l2.098 4.451c.026.056-.051.1-.086.05zm9.502-.458a.46.46 0 1 1 .794.459l-2.806 4.042c-.035.05-.112.006-.086-.05zM7.646 20.458A.46.46 0 1 1 6.852 20l2.806-4.043c.035-.05.112-.006.086.05zm3.896-15.96a.46.46 0 1 1 .917 0l-.41 4.904c-.004.061-.094.061-.099 0zm6.725 3.354a.46.46 0 1 1 .459.794l-4.451 2.098c-.056.026-.1-.051-.05-.086zm-12.993.794a.46.46 0 1 1 .459-.794l4.042 2.806c.05.035.006.112-.05.086zm7.185 10.856a.46.46 0 1 1-.918 0l.41-4.904c.004-.061.094-.061.099 0zm-6.726-3.354a.46.46 0 1 1-.459-.794l4.451-2.098c.056-.026.1.051.05.086zm12.993-.794a.46.46 0 1 1-.459.794l-4.042-2.806c-.05-.035-.006-.112.05-.086z"/></svg>
</template>

CSS

.icon-firework-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%20d%3D%22M21.502%2011.542a.46.46%200%201%201%200%20.917l-4.904-.41c-.061-.004-.061-.094%200-.099zm-19.004.917a.46.46%200%201%201%200-.917l4.904.408c.061.005.061.095%200%20.1zM17.148%2020a.46.46%200%201%201-.794.458l-2.098-4.451c-.026-.056.051-.1.086-.05zM6.852%204a.46.46%200%201%201%20.794-.458l2.098%204.451c.026.056-.051.1-.086.05zm9.502-.458a.46.46%200%201%201%20.794.459l-2.806%204.042c-.035.05-.112.006-.086-.05zM7.646%2020.458A.46.46%200%201%201%206.852%2020l2.806-4.043c.035-.05.112-.006.086.05zm3.896-15.96a.46.46%200%201%201%20.917%200l-.41%204.904c-.004.061-.094.061-.099%200zm6.725%203.354a.46.46%200%201%201%20.459.794l-4.451%202.098c-.056.026-.1-.051-.05-.086zm-12.993.794a.46.46%200%201%201%20.459-.794l4.042%202.806c.05.035.006.112-.05.086zm7.185%2010.856a.46.46%200%201%201-.918%200l.41-4.904c.004-.061.094-.061.099%200zm-6.726-3.354a.46.46%200%201%201-.459-.794l4.451-2.098c.056-.026.1.051.05.086zm12.993-.794a.46.46%200%201%201-.459.794l-4.042-2.806c-.05-.035-.006-.112.05-.086z%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%20d%3D%22M21.502%2011.542a.46.46%200%201%201%200%20.917l-4.904-.41c-.061-.004-.061-.094%200-.099zm-19.004.917a.46.46%200%201%201%200-.917l4.904.408c.061.005.061.095%200%20.1zM17.148%2020a.46.46%200%201%201-.794.458l-2.098-4.451c-.026-.056.051-.1.086-.05zM6.852%204a.46.46%200%201%201%20.794-.458l2.098%204.451c.026.056-.051.1-.086.05zm9.502-.458a.46.46%200%201%201%20.794.459l-2.806%204.042c-.035.05-.112.006-.086-.05zM7.646%2020.458A.46.46%200%201%201%206.852%2020l2.806-4.043c.035-.05.112-.006.086.05zm3.896-15.96a.46.46%200%201%201%20.917%200l-.41%204.904c-.004.061-.094.061-.099%200zm6.725%203.354a.46.46%200%201%201%20.459.794l-4.451%202.098c-.056.026-.1-.051-.05-.086zm-12.993.794a.46.46%200%201%201%20.459-.794l4.042%202.806c.05.035.006.112-.05.086zm7.185%2010.856a.46.46%200%201%201-.918%200l.41-4.904c.004-.061.094-.061.099%200zm-6.726-3.354a.46.46%200%201%201-.459-.794l4.451-2.098c.056-.026.1.051.05.086zm12.993-.794a.46.46%200%201%201-.459.794l-4.042-2.806c-.05-.035-.006-.112.05-.086z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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