structural fire emoji
structural-fire from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- structural-fire
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the structural fire emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M15.894 42.945a32.1 32.1 0 0 1 3.975-14.837c.465 7.305 3.582 9.257 5.292 9.257c1.278 0 2.453-.972 2.453-3.096c.089-2.742.507-6.777 4.174-13.565a2.1 2.1 0 0 0 1.027.287c1.437 0 3.75-1.555 1.852-13.201c0 0 14.109 9.509 13.578 25.254a1.932 1.932 0 0 0 2.08 2.035a5.26 5.26 0 0 0 4.043-2.367a19.2 19.2 0 0 1 2.1 9.387c0 12.055-7.482 21.487-20.256 21.487c-11.378 0-20.318-10.168-20.318-20.641"/><path fill="#f1b31c" d="M37.473 26.248c-.384 1.474-1.662 3.931-5.367 8.157c-.128.099-.128.197-.255.295c-.384.688-2.066 1.951-2.066 4.739a5.1 5.1 0 0 0 .66 2.24a4.85 4.85 0 0 1-3.041 1.493a3.04 3.04 0 0 1-2.43-2.151a5.55 5.55 0 0 0-1.701 4c0 4.388 2.061 8.943 7.939 12.481c0 0 1.66 1.082 1.789 1.966c0 0 0 .098.127.098H39.9c.256 0 .256 0 .256-.098c0-.196.51-1.278 4.088-3.735a14.1 14.1 0 0 0 4.728-5.209a.862.862 0 0 0-.767-1.18a2.02 2.02 0 0 1-1.278-1.18s-.255-.785.767-2.555a4.13 4.13 0 0 0 .511-2.358a1.206 1.206 0 0 0-1.66-.688a2.473 2.473 0 0 1-3.323-1.081s-.894-1.573-.128-5.406c.511-2.949-1.277-7.765-3.577-10.222c-.639-.59-1.917-.392-2.045.394"/><path fill="#3f3f3f" d="M46.443 60.255v-15.34l-10.853-7.28l-10.63 7.28v15.34a18.89 18.89 0 0 0 21.483 0"/><path fill="#f1b31c" d="M31.479 50.664h8.446v12.561h-8.446z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M23.23 58.699a17.3 17.3 0 0 0 12.384 4.865c4.511 0 9.795-1.44 12.89-4.535M34.729 7.767s14.109 9.51 13.578 25.255c0 1.15.518 2.034 1.768 2.034a5.3 5.3 0 0 0 4.292-2.344a22 22 0 0 1 2.293 9.827a19.3 19.3 0 0 1-4.174 12.505m-6.043 4.881V48.379m-21.483 0v11.546"/><path d="m21.706 43.501l13.884-9.66l14.107 9.66M31.479 62.565V50.664h8.116"/><path d="M19.82 54.7a20.08 20.08 0 0 1-3.926-11.83a33.6 33.6 0 0 1 3.899-15.092c.465 7.305 3.581 9.257 5.292 9.257c1.278 0 2.453-1.302 2.453-3.426c.088-2.742.506-6.117 4.174-12.905"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiStructuralFire(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M15.894 42.945a32.1 32.1 0 0 1 3.975-14.837c.465 7.305 3.582 9.257 5.292 9.257c1.278 0 2.453-.972 2.453-3.096c.089-2.742.507-6.777 4.174-13.565a2.1 2.1 0 0 0 1.027.287c1.437 0 3.75-1.555 1.852-13.201c0 0 14.109 9.509 13.578 25.254a1.932 1.932 0 0 0 2.08 2.035a5.26 5.26 0 0 0 4.043-2.367a19.2 19.2 0 0 1 2.1 9.387c0 12.055-7.482 21.487-20.256 21.487c-11.378 0-20.318-10.168-20.318-20.641"/><path fill="#f1b31c" d="M37.473 26.248c-.384 1.474-1.662 3.931-5.367 8.157c-.128.099-.128.197-.255.295c-.384.688-2.066 1.951-2.066 4.739a5.1 5.1 0 0 0 .66 2.24a4.85 4.85 0 0 1-3.041 1.493a3.04 3.04 0 0 1-2.43-2.151a5.55 5.55 0 0 0-1.701 4c0 4.388 2.061 8.943 7.939 12.481c0 0 1.66 1.082 1.789 1.966c0 0 0 .098.127.098H39.9c.256 0 .256 0 .256-.098c0-.196.51-1.278 4.088-3.735a14.1 14.1 0 0 0 4.728-5.209a.862.862 0 0 0-.767-1.18a2.02 2.02 0 0 1-1.278-1.18s-.255-.785.767-2.555a4.13 4.13 0 0 0 .511-2.358a1.206 1.206 0 0 0-1.66-.688a2.473 2.473 0 0 1-3.323-1.081s-.894-1.573-.128-5.406c.511-2.949-1.277-7.765-3.577-10.222c-.639-.59-1.917-.392-2.045.394"/><path fill="#3f3f3f" d="M46.443 60.255v-15.34l-10.853-7.28l-10.63 7.28v15.34a18.89 18.89 0 0 0 21.483 0"/><path fill="#f1b31c" d="M31.479 50.664h8.446v12.561h-8.446z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M23.23 58.699a17.3 17.3 0 0 0 12.384 4.865c4.511 0 9.795-1.44 12.89-4.535M34.729 7.767s14.109 9.51 13.578 25.255c0 1.15.518 2.034 1.768 2.034a5.3 5.3 0 0 0 4.292-2.344a22 22 0 0 1 2.293 9.827a19.3 19.3 0 0 1-4.174 12.505m-6.043 4.881V48.379m-21.483 0v11.546"/><path d="m21.706 43.501l13.884-9.66l14.107 9.66M31.479 62.565V50.664h8.116"/><path d="M19.82 54.7a20.08 20.08 0 0 1-3.926-11.83a33.6 33.6 0 0 1 3.899-15.092c.465 7.305 3.581 9.257 5.292 9.257c1.278 0 2.453-1.302 2.453-3.426c.088-2.742.506-6.117 4.174-12.905"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M15.894 42.945a32.1 32.1 0 0 1 3.975-14.837c.465 7.305 3.582 9.257 5.292 9.257c1.278 0 2.453-.972 2.453-3.096c.089-2.742.507-6.777 4.174-13.565a2.1 2.1 0 0 0 1.027.287c1.437 0 3.75-1.555 1.852-13.201c0 0 14.109 9.509 13.578 25.254a1.932 1.932 0 0 0 2.08 2.035a5.26 5.26 0 0 0 4.043-2.367a19.2 19.2 0 0 1 2.1 9.387c0 12.055-7.482 21.487-20.256 21.487c-11.378 0-20.318-10.168-20.318-20.641"/><path fill="#f1b31c" d="M37.473 26.248c-.384 1.474-1.662 3.931-5.367 8.157c-.128.099-.128.197-.255.295c-.384.688-2.066 1.951-2.066 4.739a5.1 5.1 0 0 0 .66 2.24a4.85 4.85 0 0 1-3.041 1.493a3.04 3.04 0 0 1-2.43-2.151a5.55 5.55 0 0 0-1.701 4c0 4.388 2.061 8.943 7.939 12.481c0 0 1.66 1.082 1.789 1.966c0 0 0 .098.127.098H39.9c.256 0 .256 0 .256-.098c0-.196.51-1.278 4.088-3.735a14.1 14.1 0 0 0 4.728-5.209a.862.862 0 0 0-.767-1.18a2.02 2.02 0 0 1-1.278-1.18s-.255-.785.767-2.555a4.13 4.13 0 0 0 .511-2.358a1.206 1.206 0 0 0-1.66-.688a2.473 2.473 0 0 1-3.323-1.081s-.894-1.573-.128-5.406c.511-2.949-1.277-7.765-3.577-10.222c-.639-.59-1.917-.392-2.045.394"/><path fill="#3f3f3f" d="M46.443 60.255v-15.34l-10.853-7.28l-10.63 7.28v15.34a18.89 18.89 0 0 0 21.483 0"/><path fill="#f1b31c" d="M31.479 50.664h8.446v12.561h-8.446z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M23.23 58.699a17.3 17.3 0 0 0 12.384 4.865c4.511 0 9.795-1.44 12.89-4.535M34.729 7.767s14.109 9.51 13.578 25.255c0 1.15.518 2.034 1.768 2.034a5.3 5.3 0 0 0 4.292-2.344a22 22 0 0 1 2.293 9.827a19.3 19.3 0 0 1-4.174 12.505m-6.043 4.881V48.379m-21.483 0v11.546"/><path d="m21.706 43.501l13.884-9.66l14.107 9.66M31.479 62.565V50.664h8.116"/><path d="M19.82 54.7a20.08 20.08 0 0 1-3.926-11.83a33.6 33.6 0 0 1 3.899-15.092c.465 7.305 3.581 9.257 5.292 9.257c1.278 0 2.453-1.302 2.453-3.426c.088-2.742.506-6.117 4.174-12.905"/></g></svg> </template>
CSS
.icon-structural-fire {
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%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M15.894%2042.945a32.1%2032.1%200%200%201%203.975-14.837c.465%207.305%203.582%209.257%205.292%209.257c1.278%200%202.453-.972%202.453-3.096c.089-2.742.507-6.777%204.174-13.565a2.1%202.1%200%200%200%201.027.287c1.437%200%203.75-1.555%201.852-13.201c0%200%2014.109%209.509%2013.578%2025.254a1.932%201.932%200%200%200%202.08%202.035a5.26%205.26%200%200%200%204.043-2.367a19.2%2019.2%200%200%201%202.1%209.387c0%2012.055-7.482%2021.487-20.256%2021.487c-11.378%200-20.318-10.168-20.318-20.641%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M37.473%2026.248c-.384%201.474-1.662%203.931-5.367%208.157c-.128.099-.128.197-.255.295c-.384.688-2.066%201.951-2.066%204.739a5.1%205.1%200%200%200%20.66%202.24a4.85%204.85%200%200%201-3.041%201.493a3.04%203.04%200%200%201-2.43-2.151a5.55%205.55%200%200%200-1.701%204c0%204.388%202.061%208.943%207.939%2012.481c0%200%201.66%201.082%201.789%201.966c0%200%200%20.098.127.098H39.9c.256%200%20.256%200%20.256-.098c0-.196.51-1.278%204.088-3.735a14.1%2014.1%200%200%200%204.728-5.209a.862.862%200%200%200-.767-1.18a2.02%202.02%200%200%201-1.278-1.18s-.255-.785.767-2.555a4.13%204.13%200%200%200%20.511-2.358a1.206%201.206%200%200%200-1.66-.688a2.473%202.473%200%200%201-3.323-1.081s-.894-1.573-.128-5.406c.511-2.949-1.277-7.765-3.577-10.222c-.639-.59-1.917-.392-2.045.394%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M46.443%2060.255v-15.34l-10.853-7.28l-10.63%207.28v15.34a18.89%2018.89%200%200%200%2021.483%200%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M31.479%2050.664h8.446v12.561h-8.446z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M23.23%2058.699a17.3%2017.3%200%200%200%2012.384%204.865c4.511%200%209.795-1.44%2012.89-4.535M34.729%207.767s14.109%209.51%2013.578%2025.255c0%201.15.518%202.034%201.768%202.034a5.3%205.3%200%200%200%204.292-2.344a22%2022%200%200%201%202.293%209.827a19.3%2019.3%200%200%201-4.174%2012.505m-6.043%204.881V48.379m-21.483%200v11.546%22%2F%3E%3Cpath%20d%3D%22m21.706%2043.501l13.884-9.66l14.107%209.66M31.479%2062.565V50.664h8.116%22%2F%3E%3Cpath%20d%3D%22M19.82%2054.7a20.08%2020.08%200%200%201-3.926-11.83a33.6%2033.6%200%200%201%203.899-15.092c.465%207.305%203.581%209.257%205.292%209.257c1.278%200%202.453-1.302%202.453-3.426c.088-2.742.506-6.117%204.174-12.905%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%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M15.894%2042.945a32.1%2032.1%200%200%201%203.975-14.837c.465%207.305%203.582%209.257%205.292%209.257c1.278%200%202.453-.972%202.453-3.096c.089-2.742.507-6.777%204.174-13.565a2.1%202.1%200%200%200%201.027.287c1.437%200%203.75-1.555%201.852-13.201c0%200%2014.109%209.509%2013.578%2025.254a1.932%201.932%200%200%200%202.08%202.035a5.26%205.26%200%200%200%204.043-2.367a19.2%2019.2%200%200%201%202.1%209.387c0%2012.055-7.482%2021.487-20.256%2021.487c-11.378%200-20.318-10.168-20.318-20.641%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M37.473%2026.248c-.384%201.474-1.662%203.931-5.367%208.157c-.128.099-.128.197-.255.295c-.384.688-2.066%201.951-2.066%204.739a5.1%205.1%200%200%200%20.66%202.24a4.85%204.85%200%200%201-3.041%201.493a3.04%203.04%200%200%201-2.43-2.151a5.55%205.55%200%200%200-1.701%204c0%204.388%202.061%208.943%207.939%2012.481c0%200%201.66%201.082%201.789%201.966c0%200%200%20.098.127.098H39.9c.256%200%20.256%200%20.256-.098c0-.196.51-1.278%204.088-3.735a14.1%2014.1%200%200%200%204.728-5.209a.862.862%200%200%200-.767-1.18a2.02%202.02%200%200%201-1.278-1.18s-.255-.785.767-2.555a4.13%204.13%200%200%200%20.511-2.358a1.206%201.206%200%200%200-1.66-.688a2.473%202.473%200%200%201-3.323-1.081s-.894-1.573-.128-5.406c.511-2.949-1.277-7.765-3.577-10.222c-.639-.59-1.917-.392-2.045.394%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M46.443%2060.255v-15.34l-10.853-7.28l-10.63%207.28v15.34a18.89%2018.89%200%200%200%2021.483%200%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M31.479%2050.664h8.446v12.561h-8.446z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M23.23%2058.699a17.3%2017.3%200%200%200%2012.384%204.865c4.511%200%209.795-1.44%2012.89-4.535M34.729%207.767s14.109%209.51%2013.578%2025.255c0%201.15.518%202.034%201.768%202.034a5.3%205.3%200%200%200%204.292-2.344a22%2022%200%200%201%202.293%209.827a19.3%2019.3%200%200%201-4.174%2012.505m-6.043%204.881V48.379m-21.483%200v11.546%22%2F%3E%3Cpath%20d%3D%22m21.706%2043.501l13.884-9.66l14.107%209.66M31.479%2062.565V50.664h8.116%22%2F%3E%3Cpath%20d%3D%22M19.82%2054.7a20.08%2020.08%200%200%201-3.926-11.83a33.6%2033.6%200%200%201%203.899-15.092c.465%207.305%203.581%209.257%205.292%209.257c1.278%200%202.453-1.302%202.453-3.426c.088-2.742.506-6.117%204.174-12.905%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/structural-fire.svg?color=%231a73e8&size=48