firecracker emoji
firecracker from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.
- Name
- firecracker
- Set
- OpenMoji
- Style
- Default
- Category
- Activities
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More activities icons from OpenMoji
Use the firecracker emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGAMcFQeBF" d="m62 23l5.657-1.414M55 14.343L56.414 20M60 20l3-5"/></defs><use href="#SVGAMcFQeBF" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><rect width="40" height="13" x="3.516" y="31.28" fill="#d22f27" rx="1" transform="rotate(-45 23.516 37.78)"/><use href="#SVGAMcFQeBF" fill="none" stroke="#fcea2b" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"><rect width="40" height="13" x="3.516" y="31.28" rx="1" transform="rotate(-45 23.516 37.78)"/><path stroke-linecap="round" d="M58 23.28s-2.757 6.829-7 4s.472-8.764-4-11c-4-2-9.342 7.357-9.342 7.357"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiFirecracker(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGAMcFQeBF" d="m62 23l5.657-1.414M55 14.343L56.414 20M60 20l3-5"/></defs><use href="#SVGAMcFQeBF" fill="none" stroke="#000" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2"/><rect width="40" height="13" x="3.516" y="31.28" fill="#d22f27" rx="1" transform="rotate(-45 23.516 37.78)"/><use href="#SVGAMcFQeBF" fill="none" stroke="#fcea2b" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2"/><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="2"><rect width="40" height="13" x="3.516" y="31.28" rx="1" transform="rotate(-45 23.516 37.78)"/><path strokeLinecap="round" d="M58 23.28s-2.757 6.829-7 4s.472-8.764-4-11c-4-2-9.342 7.357-9.342 7.357"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGAMcFQeBF" d="m62 23l5.657-1.414M55 14.343L56.414 20M60 20l3-5"/></defs><use href="#SVGAMcFQeBF" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><rect width="40" height="13" x="3.516" y="31.28" fill="#d22f27" rx="1" transform="rotate(-45 23.516 37.78)"/><use href="#SVGAMcFQeBF" fill="none" stroke="#fcea2b" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"><rect width="40" height="13" x="3.516" y="31.28" rx="1" transform="rotate(-45 23.516 37.78)"/><path stroke-linecap="round" d="M58 23.28s-2.757 6.829-7 4s.472-8.764-4-11c-4-2-9.342 7.357-9.342 7.357"/></g></svg> </template>
CSS
.icon-firecracker {
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%2072%2072%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGAMcFQeBF%22%20d%3D%22m62%2023l5.657-1.414M55%2014.343L56.414%2020M60%2020l3-5%22%2F%3E%3C%2Fdefs%3E%3Cuse%20href%3D%22%23SVGAMcFQeBF%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Crect%20width%3D%2240%22%20height%3D%2213%22%20x%3D%223.516%22%20y%3D%2231.28%22%20fill%3D%22%23d22f27%22%20rx%3D%221%22%20transform%3D%22rotate(-45%2023.516%2037.78)%22%2F%3E%3Cuse%20href%3D%22%23SVGAMcFQeBF%22%20fill%3D%22none%22%20stroke%3D%22%23fcea2b%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Crect%20width%3D%2240%22%20height%3D%2213%22%20x%3D%223.516%22%20y%3D%2231.28%22%20rx%3D%221%22%20transform%3D%22rotate(-45%2023.516%2037.78)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M58%2023.28s-2.757%206.829-7%204s.472-8.764-4-11c-4-2-9.342%207.357-9.342%207.357%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%2072%2072%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGAMcFQeBF%22%20d%3D%22m62%2023l5.657-1.414M55%2014.343L56.414%2020M60%2020l3-5%22%2F%3E%3C%2Fdefs%3E%3Cuse%20href%3D%22%23SVGAMcFQeBF%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Crect%20width%3D%2240%22%20height%3D%2213%22%20x%3D%223.516%22%20y%3D%2231.28%22%20fill%3D%22%23d22f27%22%20rx%3D%221%22%20transform%3D%22rotate(-45%2023.516%2037.78)%22%2F%3E%3Cuse%20href%3D%22%23SVGAMcFQeBF%22%20fill%3D%22none%22%20stroke%3D%22%23fcea2b%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Crect%20width%3D%2240%22%20height%3D%2213%22%20x%3D%223.516%22%20y%3D%2231.28%22%20rx%3D%221%22%20transform%3D%22rotate(-45%2023.516%2037.78)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M58%2023.28s-2.757%206.829-7%204s.472-8.764-4-11c-4-2-9.342%207.357-9.342%207.357%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/firecracker.svg?color=%231a73e8&size=48