fireworks icon

fireworks from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
fireworks
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the fireworks icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19 18c-1.5-5.5-7-7-7-7s-4 3.5-4 10"/><path d="M2 10.025c1.333-1.01 5.2-2.223 10 1.01c1.167-1.685 4.8-4.65 10-3.032"/><path d="M15 5c-1 .667-3 2.8-3 6c-.333-1.667-2-5.4-6-7m0 10c.987-1 3.552-3 5.92-3c.986 1.167 1.887 3 1.48 7M3.15 3.1H3.1m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0m13.75 0h-.05m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0m3.55 9.401h-.05m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0M13.035 20.9h-.05m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0m-8.935-5H4.1m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0m13.75-4.8h-.05m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0m-6.95-7H11m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFireworks(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M19 18c-1.5-5.5-7-7-7-7s-4 3.5-4 10"/><path d="M2 10.025c1.333-1.01 5.2-2.223 10 1.01c1.167-1.685 4.8-4.65 10-3.032"/><path d="M15 5c-1 .667-3 2.8-3 6c-.333-1.667-2-5.4-6-7m0 10c.987-1 3.552-3 5.92-3c.986 1.167 1.887 3 1.48 7M3.15 3.1H3.1m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0m13.75 0h-.05m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0m3.55 9.401h-.05m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0M13.035 20.9h-.05m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0m-8.935-5H4.1m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0m13.75-4.8h-.05m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0m-6.95-7H11m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19 18c-1.5-5.5-7-7-7-7s-4 3.5-4 10"/><path d="M2 10.025c1.333-1.01 5.2-2.223 10 1.01c1.167-1.685 4.8-4.65 10-3.032"/><path d="M15 5c-1 .667-3 2.8-3 6c-.333-1.667-2-5.4-6-7m0 10c.987-1 3.552-3 5.92-3c.986 1.167 1.887 3 1.48 7M3.15 3.1H3.1m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0m13.75 0h-.05m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0m3.55 9.401h-.05m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0M13.035 20.9h-.05m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0m-8.935-5H4.1m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0m13.75-4.8h-.05m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0m-6.95-7H11m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0"/></g></svg>
</template>

CSS

.icon-fireworks {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19%2018c-1.5-5.5-7-7-7-7s-4%203.5-4%2010%22%2F%3E%3Cpath%20d%3D%22M2%2010.025c1.333-1.01%205.2-2.223%2010%201.01c1.167-1.685%204.8-4.65%2010-3.032%22%2F%3E%3Cpath%20d%3D%22M15%205c-1%20.667-3%202.8-3%206c-.333-1.667-2-5.4-6-7m0%2010c.987-1%203.552-3%205.92-3c.986%201.167%201.887%203%201.48%207M3.15%203.1H3.1m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200m13.75%200h-.05m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200m3.55%209.401h-.05m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200M13.035%2020.9h-.05m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200m-8.935-5H4.1m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200m13.75-4.8h-.05m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200m-6.95-7H11m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19%2018c-1.5-5.5-7-7-7-7s-4%203.5-4%2010%22%2F%3E%3Cpath%20d%3D%22M2%2010.025c1.333-1.01%205.2-2.223%2010%201.01c1.167-1.685%204.8-4.65%2010-3.032%22%2F%3E%3Cpath%20d%3D%22M15%205c-1%20.667-3%202.8-3%206c-.333-1.667-2-5.4-6-7m0%2010c.987-1%203.552-3%205.92-3c.986%201.167%201.887%203%201.48%207M3.15%203.1H3.1m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200m13.75%200h-.05m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200m3.55%209.401h-.05m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200M13.035%2020.9h-.05m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200m-8.935-5H4.1m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200m13.75-4.8h-.05m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200m-6.95-7H11m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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