fireworks icon
fireworks from IconPark by ByteDance · Color · Others · Apache-2.0 Free for personal and commercial use.
- Name
- fireworks
- Set
- IconPark
- Style
- Color
- Category
- Others
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More others icons from IconPark
Use the fireworks icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M6 41.9999L14.6741 17.2639L31 34.0384L6 41.9999Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M23 19L28 14C30.6667 11.3333 31 9 29 7"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M29 25L34 20C37.3333 16.6667 40.6667 16.6667 44 20"/><path fill="#000" d="M20 7C21.1046 7 22 6.10457 22 5C22 3.89543 21.1046 3 20 3C18.8954 3 18 3.89543 18 5C18 6.10457 18.8954 7 20 7Z"/><path fill="#000" d="M42 6C43.1046 6 44 5.10457 44 4C44 2.89543 43.1046 2 42 2C40.8954 2 40 2.89543 40 4C40 5.10457 40.8954 6 42 6Z"/><path fill="#000" d="M42 29C43.1046 29 44 28.1046 44 27C44 25.8954 43.1046 25 42 25C40.8954 25 40 25.8954 40 27C40 28.1046 40.8954 29 42 29Z"/><path fill="#000" d="M39 38C40.1046 38 41 37.1046 41 36C41 34.8954 40.1046 34 39 34C37.8954 34 37 34.8954 37 36C37 37.1046 37.8954 38 39 38Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkFireworks(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" strokeLinejoin="round" strokeWidth="4" d="M6 41.9999L14.6741 17.2639L31 34.0384L6 41.9999Z"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M23 19L28 14C30.6667 11.3333 31 9 29 7"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M29 25L34 20C37.3333 16.6667 40.6667 16.6667 44 20"/><path fill="#000" d="M20 7C21.1046 7 22 6.10457 22 5C22 3.89543 21.1046 3 20 3C18.8954 3 18 3.89543 18 5C18 6.10457 18.8954 7 20 7Z"/><path fill="#000" d="M42 6C43.1046 6 44 5.10457 44 4C44 2.89543 43.1046 2 42 2C40.8954 2 40 2.89543 40 4C40 5.10457 40.8954 6 42 6Z"/><path fill="#000" d="M42 29C43.1046 29 44 28.1046 44 27C44 25.8954 43.1046 25 42 25C40.8954 25 40 25.8954 40 27C40 28.1046 40.8954 29 42 29Z"/><path fill="#000" d="M39 38C40.1046 38 41 37.1046 41 36C41 34.8954 40.1046 34 39 34C37.8954 34 37 34.8954 37 36C37 37.1046 37.8954 38 39 38Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M6 41.9999L14.6741 17.2639L31 34.0384L6 41.9999Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M23 19L28 14C30.6667 11.3333 31 9 29 7"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M29 25L34 20C37.3333 16.6667 40.6667 16.6667 44 20"/><path fill="#000" d="M20 7C21.1046 7 22 6.10457 22 5C22 3.89543 21.1046 3 20 3C18.8954 3 18 3.89543 18 5C18 6.10457 18.8954 7 20 7Z"/><path fill="#000" d="M42 6C43.1046 6 44 5.10457 44 4C44 2.89543 43.1046 2 42 2C40.8954 2 40 2.89543 40 4C40 5.10457 40.8954 6 42 6Z"/><path fill="#000" d="M42 29C43.1046 29 44 28.1046 44 27C44 25.8954 43.1046 25 42 25C40.8954 25 40 25.8954 40 27C40 28.1046 40.8954 29 42 29Z"/><path fill="#000" d="M39 38C40.1046 38 41 37.1046 41 36C41 34.8954 40.1046 34 39 34C37.8954 34 37 34.8954 37 36C37 37.1046 37.8954 38 39 38Z"/></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%2041.9999L14.6741%2017.2639L31%2034.0384L6%2041.9999Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M23%2019L28%2014C30.6667%2011.3333%2031%209%2029%207%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M29%2025L34%2020C37.3333%2016.6667%2040.6667%2016.6667%2044%2020%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M20%207C21.1046%207%2022%206.10457%2022%205C22%203.89543%2021.1046%203%2020%203C18.8954%203%2018%203.89543%2018%205C18%206.10457%2018.8954%207%2020%207Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M42%206C43.1046%206%2044%205.10457%2044%204C44%202.89543%2043.1046%202%2042%202C40.8954%202%2040%202.89543%2040%204C40%205.10457%2040.8954%206%2042%206Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M42%2029C43.1046%2029%2044%2028.1046%2044%2027C44%2025.8954%2043.1046%2025%2042%2025C40.8954%2025%2040%2025.8954%2040%2027C40%2028.1046%2040.8954%2029%2042%2029Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M39%2038C40.1046%2038%2041%2037.1046%2041%2036C41%2034.8954%2040.1046%2034%2039%2034C37.8954%2034%2037%2034.8954%2037%2036C37%2037.1046%2037.8954%2038%2039%2038Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%2041.9999L14.6741%2017.2639L31%2034.0384L6%2041.9999Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M23%2019L28%2014C30.6667%2011.3333%2031%209%2029%207%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M29%2025L34%2020C37.3333%2016.6667%2040.6667%2016.6667%2044%2020%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M20%207C21.1046%207%2022%206.10457%2022%205C22%203.89543%2021.1046%203%2020%203C18.8954%203%2018%203.89543%2018%205C18%206.10457%2018.8954%207%2020%207Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M42%206C43.1046%206%2044%205.10457%2044%204C44%202.89543%2043.1046%202%2042%202C40.8954%202%2040%202.89543%2040%204C40%205.10457%2040.8954%206%2042%206Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M42%2029C43.1046%2029%2044%2028.1046%2044%2027C44%2025.8954%2043.1046%2025%2042%2025C40.8954%2025%2040%2025.8954%2040%2027C40%2028.1046%2040.8954%2029%2042%2029Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M39%2038C40.1046%2038%2041%2037.1046%2041%2036C41%2034.8954%2040.1046%2034%2039%2034C37.8954%2034%2037%2034.8954%2037%2036C37%2037.1046%2037.8954%2038%2039%2038Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/fireworks.svg?color=%231a73e8&size=48