firecracker emoji
firecracker from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- firecracker
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Activities
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More activities icons from Fluent Emoji High Contrast
Use the firecracker emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m27.604 5.946l.03.01c.29.11.44.43.33.72l-.39 1.04c-.11.29-.43.45-.72.34a.6.6 0 0 1-.31-.23a1 1 0 0 0-.16-.17c-.08-.06-.2-.06-.27.02s-.07.18-.01.26c.04.06.1.11.16.16l.04.03c.09.07.16.16.21.26l.01.03c.13.28 0 .61-.28.74l-1.02.46a.55.55 0 0 1-.541-.046a5.5 5.5 0 0 1-1.298 2.705l1.716 1.716a3.07 3.07 0 0 1 0 4.341L13.323 30.11a3.07 3.07 0 0 1-4.34 0l-4.084-4.083a3.07 3.07 0 0 1 0-4.34l11.778-11.78a3.07 3.07 0 0 1 4.34 0l1.66 1.659a4.5 4.5 0 0 0 .96-1.872a.55.55 0 0 1-.333-.019l-1.05-.39a.56.56 0 0 1-.33-.72c.04-.12.12-.22.23-.3c.06-.04.11-.09.16-.15c.06-.08.06-.2-.02-.27a.2.2 0 0 0-.26-.01c-.06.04-.11.1-.16.16l-.03.04c-.07.09-.16.16-.26.21l-.03.01a.56.56 0 0 1-.74-.28l-.46-1.02a.56.56 0 0 1 .28-.74c.12-.05.25-.07.38-.05c.08.02.15.02.23.01c.11-.01.18-.1.18-.2s-.07-.18-.17-.19a1 1 0 0 0-.23 0l-.04.01c-.11.02-.23.01-.33-.03l-.03-.01a.56.56 0 0 1-.33-.72l.39-1.05c.11-.29.43-.44.72-.33c.12.04.22.12.3.23c.05.07.1.12.16.17c.08.06.2.06.27-.02s.07-.18.01-.26a.8.8 0 0 0-.16-.16l-.04-.03a.75.75 0 0 1-.21-.26l-.01-.03a.56.56 0 0 1 .28-.74l1.02-.46c.28-.13.61 0 .74.28c.05.12.07.25.05.38c-.02.08-.02.15-.01.23c.01.11.1.18.2.18s.18-.07.19-.17c.01-.08.01-.15 0-.23l-.01-.04a.6.6 0 0 1 .03-.33l.01-.03c.11-.29.43-.44.72-.33l1.05.39c.29.11.44.43.33.72c-.04.12-.12.22-.23.3c-.06.04-.11.09-.16.15c-.06.08-.06.2.02.27s.18.07.26.01c.06-.04.11-.1.16-.16l.03-.04c.07-.09.16-.16.26-.21l.03-.01c.28-.13.61 0 .74.28l.46 1.01c.13.28.01.62-.27.75c-.12.05-.25.07-.38.05a.6.6 0 0 0-.23-.01c-.11.01-.18.1-.18.2s.07.18.17.19c.08.01.15.01.23 0l.04-.01c.11-.02.23-.01.33.03m-8 5.377a1.07 1.07 0 0 0-1.513 0L6.313 23.1a1.07 1.07 0 0 0 0 1.512l4.083 4.083a1.07 1.07 0 0 0 1.513 0l11.778-11.778a1.07 1.07 0 0 0 0-1.512z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastFirecracker(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m27.604 5.946l.03.01c.29.11.44.43.33.72l-.39 1.04c-.11.29-.43.45-.72.34a.6.6 0 0 1-.31-.23a1 1 0 0 0-.16-.17c-.08-.06-.2-.06-.27.02s-.07.18-.01.26c.04.06.1.11.16.16l.04.03c.09.07.16.16.21.26l.01.03c.13.28 0 .61-.28.74l-1.02.46a.55.55 0 0 1-.541-.046a5.5 5.5 0 0 1-1.298 2.705l1.716 1.716a3.07 3.07 0 0 1 0 4.341L13.323 30.11a3.07 3.07 0 0 1-4.34 0l-4.084-4.083a3.07 3.07 0 0 1 0-4.34l11.778-11.78a3.07 3.07 0 0 1 4.34 0l1.66 1.659a4.5 4.5 0 0 0 .96-1.872a.55.55 0 0 1-.333-.019l-1.05-.39a.56.56 0 0 1-.33-.72c.04-.12.12-.22.23-.3c.06-.04.11-.09.16-.15c.06-.08.06-.2-.02-.27a.2.2 0 0 0-.26-.01c-.06.04-.11.1-.16.16l-.03.04c-.07.09-.16.16-.26.21l-.03.01a.56.56 0 0 1-.74-.28l-.46-1.02a.56.56 0 0 1 .28-.74c.12-.05.25-.07.38-.05c.08.02.15.02.23.01c.11-.01.18-.1.18-.2s-.07-.18-.17-.19a1 1 0 0 0-.23 0l-.04.01c-.11.02-.23.01-.33-.03l-.03-.01a.56.56 0 0 1-.33-.72l.39-1.05c.11-.29.43-.44.72-.33c.12.04.22.12.3.23c.05.07.1.12.16.17c.08.06.2.06.27-.02s.07-.18.01-.26a.8.8 0 0 0-.16-.16l-.04-.03a.75.75 0 0 1-.21-.26l-.01-.03a.56.56 0 0 1 .28-.74l1.02-.46c.28-.13.61 0 .74.28c.05.12.07.25.05.38c-.02.08-.02.15-.01.23c.01.11.1.18.2.18s.18-.07.19-.17c.01-.08.01-.15 0-.23l-.01-.04a.6.6 0 0 1 .03-.33l.01-.03c.11-.29.43-.44.72-.33l1.05.39c.29.11.44.43.33.72c-.04.12-.12.22-.23.3c-.06.04-.11.09-.16.15c-.06.08-.06.2.02.27s.18.07.26.01c.06-.04.11-.1.16-.16l.03-.04c.07-.09.16-.16.26-.21l.03-.01c.28-.13.61 0 .74.28l.46 1.01c.13.28.01.62-.27.75c-.12.05-.25.07-.38.05a.6.6 0 0 0-.23-.01c-.11.01-.18.1-.18.2s.07.18.17.19c.08.01.15.01.23 0l.04-.01c.11-.02.23-.01.33.03m-8 5.377a1.07 1.07 0 0 0-1.513 0L6.313 23.1a1.07 1.07 0 0 0 0 1.512l4.083 4.083a1.07 1.07 0 0 0 1.513 0l11.778-11.778a1.07 1.07 0 0 0 0-1.512z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m27.604 5.946l.03.01c.29.11.44.43.33.72l-.39 1.04c-.11.29-.43.45-.72.34a.6.6 0 0 1-.31-.23a1 1 0 0 0-.16-.17c-.08-.06-.2-.06-.27.02s-.07.18-.01.26c.04.06.1.11.16.16l.04.03c.09.07.16.16.21.26l.01.03c.13.28 0 .61-.28.74l-1.02.46a.55.55 0 0 1-.541-.046a5.5 5.5 0 0 1-1.298 2.705l1.716 1.716a3.07 3.07 0 0 1 0 4.341L13.323 30.11a3.07 3.07 0 0 1-4.34 0l-4.084-4.083a3.07 3.07 0 0 1 0-4.34l11.778-11.78a3.07 3.07 0 0 1 4.34 0l1.66 1.659a4.5 4.5 0 0 0 .96-1.872a.55.55 0 0 1-.333-.019l-1.05-.39a.56.56 0 0 1-.33-.72c.04-.12.12-.22.23-.3c.06-.04.11-.09.16-.15c.06-.08.06-.2-.02-.27a.2.2 0 0 0-.26-.01c-.06.04-.11.1-.16.16l-.03.04c-.07.09-.16.16-.26.21l-.03.01a.56.56 0 0 1-.74-.28l-.46-1.02a.56.56 0 0 1 .28-.74c.12-.05.25-.07.38-.05c.08.02.15.02.23.01c.11-.01.18-.1.18-.2s-.07-.18-.17-.19a1 1 0 0 0-.23 0l-.04.01c-.11.02-.23.01-.33-.03l-.03-.01a.56.56 0 0 1-.33-.72l.39-1.05c.11-.29.43-.44.72-.33c.12.04.22.12.3.23c.05.07.1.12.16.17c.08.06.2.06.27-.02s.07-.18.01-.26a.8.8 0 0 0-.16-.16l-.04-.03a.75.75 0 0 1-.21-.26l-.01-.03a.56.56 0 0 1 .28-.74l1.02-.46c.28-.13.61 0 .74.28c.05.12.07.25.05.38c-.02.08-.02.15-.01.23c.01.11.1.18.2.18s.18-.07.19-.17c.01-.08.01-.15 0-.23l-.01-.04a.6.6 0 0 1 .03-.33l.01-.03c.11-.29.43-.44.72-.33l1.05.39c.29.11.44.43.33.72c-.04.12-.12.22-.23.3c-.06.04-.11.09-.16.15c-.06.08-.06.2.02.27s.18.07.26.01c.06-.04.11-.1.16-.16l.03-.04c.07-.09.16-.16.26-.21l.03-.01c.28-.13.61 0 .74.28l.46 1.01c.13.28.01.62-.27.75c-.12.05-.25.07-.38.05a.6.6 0 0 0-.23-.01c-.11.01-.18.1-.18.2s.07.18.17.19c.08.01.15.01.23 0l.04-.01c.11-.02.23-.01.33.03m-8 5.377a1.07 1.07 0 0 0-1.513 0L6.313 23.1a1.07 1.07 0 0 0 0 1.512l4.083 4.083a1.07 1.07 0 0 0 1.513 0l11.778-11.778a1.07 1.07 0 0 0 0-1.512z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m27.604%205.946l.03.01c.29.11.44.43.33.72l-.39%201.04c-.11.29-.43.45-.72.34a.6.6%200%200%201-.31-.23a1%201%200%200%200-.16-.17c-.08-.06-.2-.06-.27.02s-.07.18-.01.26c.04.06.1.11.16.16l.04.03c.09.07.16.16.21.26l.01.03c.13.28%200%20.61-.28.74l-1.02.46a.55.55%200%200%201-.541-.046a5.5%205.5%200%200%201-1.298%202.705l1.716%201.716a3.07%203.07%200%200%201%200%204.341L13.323%2030.11a3.07%203.07%200%200%201-4.34%200l-4.084-4.083a3.07%203.07%200%200%201%200-4.34l11.778-11.78a3.07%203.07%200%200%201%204.34%200l1.66%201.659a4.5%204.5%200%200%200%20.96-1.872a.55.55%200%200%201-.333-.019l-1.05-.39a.56.56%200%200%201-.33-.72c.04-.12.12-.22.23-.3c.06-.04.11-.09.16-.15c.06-.08.06-.2-.02-.27a.2.2%200%200%200-.26-.01c-.06.04-.11.1-.16.16l-.03.04c-.07.09-.16.16-.26.21l-.03.01a.56.56%200%200%201-.74-.28l-.46-1.02a.56.56%200%200%201%20.28-.74c.12-.05.25-.07.38-.05c.08.02.15.02.23.01c.11-.01.18-.1.18-.2s-.07-.18-.17-.19a1%201%200%200%200-.23%200l-.04.01c-.11.02-.23.01-.33-.03l-.03-.01a.56.56%200%200%201-.33-.72l.39-1.05c.11-.29.43-.44.72-.33c.12.04.22.12.3.23c.05.07.1.12.16.17c.08.06.2.06.27-.02s.07-.18.01-.26a.8.8%200%200%200-.16-.16l-.04-.03a.75.75%200%200%201-.21-.26l-.01-.03a.56.56%200%200%201%20.28-.74l1.02-.46c.28-.13.61%200%20.74.28c.05.12.07.25.05.38c-.02.08-.02.15-.01.23c.01.11.1.18.2.18s.18-.07.19-.17c.01-.08.01-.15%200-.23l-.01-.04a.6.6%200%200%201%20.03-.33l.01-.03c.11-.29.43-.44.72-.33l1.05.39c.29.11.44.43.33.72c-.04.12-.12.22-.23.3c-.06.04-.11.09-.16.15c-.06.08-.06.2.02.27s.18.07.26.01c.06-.04.11-.1.16-.16l.03-.04c.07-.09.16-.16.26-.21l.03-.01c.28-.13.61%200%20.74.28l.46%201.01c.13.28.01.62-.27.75c-.12.05-.25.07-.38.05a.6.6%200%200%200-.23-.01c-.11.01-.18.1-.18.2s.07.18.17.19c.08.01.15.01.23%200l.04-.01c.11-.02.23-.01.33.03m-8%205.377a1.07%201.07%200%200%200-1.513%200L6.313%2023.1a1.07%201.07%200%200%200%200%201.512l4.083%204.083a1.07%201.07%200%200%200%201.513%200l11.778-11.778a1.07%201.07%200%200%200%200-1.512z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m27.604%205.946l.03.01c.29.11.44.43.33.72l-.39%201.04c-.11.29-.43.45-.72.34a.6.6%200%200%201-.31-.23a1%201%200%200%200-.16-.17c-.08-.06-.2-.06-.27.02s-.07.18-.01.26c.04.06.1.11.16.16l.04.03c.09.07.16.16.21.26l.01.03c.13.28%200%20.61-.28.74l-1.02.46a.55.55%200%200%201-.541-.046a5.5%205.5%200%200%201-1.298%202.705l1.716%201.716a3.07%203.07%200%200%201%200%204.341L13.323%2030.11a3.07%203.07%200%200%201-4.34%200l-4.084-4.083a3.07%203.07%200%200%201%200-4.34l11.778-11.78a3.07%203.07%200%200%201%204.34%200l1.66%201.659a4.5%204.5%200%200%200%20.96-1.872a.55.55%200%200%201-.333-.019l-1.05-.39a.56.56%200%200%201-.33-.72c.04-.12.12-.22.23-.3c.06-.04.11-.09.16-.15c.06-.08.06-.2-.02-.27a.2.2%200%200%200-.26-.01c-.06.04-.11.1-.16.16l-.03.04c-.07.09-.16.16-.26.21l-.03.01a.56.56%200%200%201-.74-.28l-.46-1.02a.56.56%200%200%201%20.28-.74c.12-.05.25-.07.38-.05c.08.02.15.02.23.01c.11-.01.18-.1.18-.2s-.07-.18-.17-.19a1%201%200%200%200-.23%200l-.04.01c-.11.02-.23.01-.33-.03l-.03-.01a.56.56%200%200%201-.33-.72l.39-1.05c.11-.29.43-.44.72-.33c.12.04.22.12.3.23c.05.07.1.12.16.17c.08.06.2.06.27-.02s.07-.18.01-.26a.8.8%200%200%200-.16-.16l-.04-.03a.75.75%200%200%201-.21-.26l-.01-.03a.56.56%200%200%201%20.28-.74l1.02-.46c.28-.13.61%200%20.74.28c.05.12.07.25.05.38c-.02.08-.02.15-.01.23c.01.11.1.18.2.18s.18-.07.19-.17c.01-.08.01-.15%200-.23l-.01-.04a.6.6%200%200%201%20.03-.33l.01-.03c.11-.29.43-.44.72-.33l1.05.39c.29.11.44.43.33.72c-.04.12-.12.22-.23.3c-.06.04-.11.09-.16.15c-.06.08-.06.2.02.27s.18.07.26.01c.06-.04.11-.1.16-.16l.03-.04c.07-.09.16-.16.26-.21l.03-.01c.28-.13.61%200%20.74.28l.46%201.01c.13.28.01.62-.27.75c-.12.05-.25.07-.38.05a.6.6%200%200%200-.23-.01c-.11.01-.18.1-.18.2s.07.18.17.19c.08.01.15.01.23%200l.04-.01c.11-.02.23-.01.33.03m-8%205.377a1.07%201.07%200%200%200-1.513%200L6.313%2023.1a1.07%201.07%200%200%200%200%201.512l4.083%204.083a1.07%201.07%200%200%200%201.513%200l11.778-11.778a1.07%201.07%200%200%200%200-1.512z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/firecracker.svg?color=%231a73e8&size=48