dumpster-fire from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
dumpster-fire
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

Use the dumpster fire icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M49.7 32h90.8l-25.6 128h-94C9.3 160 0 150.7 0 139.1c0-2.1.3-4.1.9-6.1l25.9-84.1C29.9 38.9 39.2 32 49.7 32M272 160H147.5l25.6-128H272zm32 0V32h98.9l14.4 72.1c-1.7 1.1-3.3 2.4-4.8 3.8c-18.4 16.4-35.4 34-50.5 52.1zm209.9-23.7c-1.7 1.6-3.4 3.2-5 4.8c-10.9-11.5-22.2-22.5-33.9-33.1c-7.6-6.9-17-10.8-26.6-11.8L435.5 32h90.8c10.5 0 19.8 6.9 22.9 16.9l25.9 84.1c.2.7.4 1.4.5 2.1c-17.8-15-44.3-14.6-61.7 1.2m-188.7 74.4c-20.9 33.8-37.2 72.2-37.2 107.4c0 49.3 18.6 95.2 49.6 129.9H128c0 17.7-14.3 32-32 32s-32-14.3-32-32L44 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h4l-4-32h305.5c-4.4 6.2-8.5 12.5-12.3 18.7m180.6-34.5l12.2-13.7c5.4-6.1 13.3-8.8 20.9-8.9c7.2 0 14.3 2.6 19.9 7.8c19.7 18.3 39.8 43.2 55 70.6c15.2 27.2 26.2 58.2 26.2 88.2c0 88.6-71.3 159.8-160 159.8c-89.6 0-160-71.3-160-159.8c0-37.3 16-73.4 36.8-104.5c20.9-31.3 47.5-59 70.9-80.2c5.7-5.2 13.1-7.7 20.3-7.5c14.1.3 23.8 11.4 32.7 21.6c2 2.3 4 4.6 6 6.7l19 19.9zm38.2 192c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0c-17.7 15.3-54.7 51.8-54.7 88.4c0 35.3 28.7 64 64 64s64-28.7 64-64"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidDumpsterFire(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M49.7 32h90.8l-25.6 128h-94C9.3 160 0 150.7 0 139.1c0-2.1.3-4.1.9-6.1l25.9-84.1C29.9 38.9 39.2 32 49.7 32M272 160H147.5l25.6-128H272zm32 0V32h98.9l14.4 72.1c-1.7 1.1-3.3 2.4-4.8 3.8c-18.4 16.4-35.4 34-50.5 52.1zm209.9-23.7c-1.7 1.6-3.4 3.2-5 4.8c-10.9-11.5-22.2-22.5-33.9-33.1c-7.6-6.9-17-10.8-26.6-11.8L435.5 32h90.8c10.5 0 19.8 6.9 22.9 16.9l25.9 84.1c.2.7.4 1.4.5 2.1c-17.8-15-44.3-14.6-61.7 1.2m-188.7 74.4c-20.9 33.8-37.2 72.2-37.2 107.4c0 49.3 18.6 95.2 49.6 129.9H128c0 17.7-14.3 32-32 32s-32-14.3-32-32L44 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h4l-4-32h305.5c-4.4 6.2-8.5 12.5-12.3 18.7m180.6-34.5l12.2-13.7c5.4-6.1 13.3-8.8 20.9-8.9c7.2 0 14.3 2.6 19.9 7.8c19.7 18.3 39.8 43.2 55 70.6c15.2 27.2 26.2 58.2 26.2 88.2c0 88.6-71.3 159.8-160 159.8c-89.6 0-160-71.3-160-159.8c0-37.3 16-73.4 36.8-104.5c20.9-31.3 47.5-59 70.9-80.2c5.7-5.2 13.1-7.7 20.3-7.5c14.1.3 23.8 11.4 32.7 21.6c2 2.3 4 4.6 6 6.7l19 19.9zm38.2 192c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0c-17.7 15.3-54.7 51.8-54.7 88.4c0 35.3 28.7 64 64 64s64-28.7 64-64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M49.7 32h90.8l-25.6 128h-94C9.3 160 0 150.7 0 139.1c0-2.1.3-4.1.9-6.1l25.9-84.1C29.9 38.9 39.2 32 49.7 32M272 160H147.5l25.6-128H272zm32 0V32h98.9l14.4 72.1c-1.7 1.1-3.3 2.4-4.8 3.8c-18.4 16.4-35.4 34-50.5 52.1zm209.9-23.7c-1.7 1.6-3.4 3.2-5 4.8c-10.9-11.5-22.2-22.5-33.9-33.1c-7.6-6.9-17-10.8-26.6-11.8L435.5 32h90.8c10.5 0 19.8 6.9 22.9 16.9l25.9 84.1c.2.7.4 1.4.5 2.1c-17.8-15-44.3-14.6-61.7 1.2m-188.7 74.4c-20.9 33.8-37.2 72.2-37.2 107.4c0 49.3 18.6 95.2 49.6 129.9H128c0 17.7-14.3 32-32 32s-32-14.3-32-32L44 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h4l-4-32h305.5c-4.4 6.2-8.5 12.5-12.3 18.7m180.6-34.5l12.2-13.7c5.4-6.1 13.3-8.8 20.9-8.9c7.2 0 14.3 2.6 19.9 7.8c19.7 18.3 39.8 43.2 55 70.6c15.2 27.2 26.2 58.2 26.2 88.2c0 88.6-71.3 159.8-160 159.8c-89.6 0-160-71.3-160-159.8c0-37.3 16-73.4 36.8-104.5c20.9-31.3 47.5-59 70.9-80.2c5.7-5.2 13.1-7.7 20.3-7.5c14.1.3 23.8 11.4 32.7 21.6c2 2.3 4 4.6 6 6.7l19 19.9zm38.2 192c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0c-17.7 15.3-54.7 51.8-54.7 88.4c0 35.3 28.7 64 64 64s64-28.7 64-64"/></svg>
</template>

CSS

.icon-dumpster-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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M49.7%2032h90.8l-25.6%20128h-94C9.3%20160%200%20150.7%200%20139.1c0-2.1.3-4.1.9-6.1l25.9-84.1C29.9%2038.9%2039.2%2032%2049.7%2032M272%20160H147.5l25.6-128H272zm32%200V32h98.9l14.4%2072.1c-1.7%201.1-3.3%202.4-4.8%203.8c-18.4%2016.4-35.4%2034-50.5%2052.1zm209.9-23.7c-1.7%201.6-3.4%203.2-5%204.8c-10.9-11.5-22.2-22.5-33.9-33.1c-7.6-6.9-17-10.8-26.6-11.8L435.5%2032h90.8c10.5%200%2019.8%206.9%2022.9%2016.9l25.9%2084.1c.2.7.4%201.4.5%202.1c-17.8-15-44.3-14.6-61.7%201.2m-188.7%2074.4c-20.9%2033.8-37.2%2072.2-37.2%20107.4c0%2049.3%2018.6%2095.2%2049.6%20129.9H128c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32L44%20288H32c-17.7%200-32-14.3-32-32s14.3-32%2032-32h4l-4-32h305.5c-4.4%206.2-8.5%2012.5-12.3%2018.7m180.6-34.5l12.2-13.7c5.4-6.1%2013.3-8.8%2020.9-8.9c7.2%200%2014.3%202.6%2019.9%207.8c19.7%2018.3%2039.8%2043.2%2055%2070.6c15.2%2027.2%2026.2%2058.2%2026.2%2088.2c0%2088.6-71.3%20159.8-160%20159.8c-89.6%200-160-71.3-160-159.8c0-37.3%2016-73.4%2036.8-104.5c20.9-31.3%2047.5-59%2070.9-80.2c5.7-5.2%2013.1-7.7%2020.3-7.5c14.1.3%2023.8%2011.4%2032.7%2021.6c2%202.3%204%204.6%206%206.7l19%2019.9zm38.2%20192c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5%200c-17.7%2015.3-54.7%2051.8-54.7%2088.4c0%2035.3%2028.7%2064%2064%2064s64-28.7%2064-64%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M49.7%2032h90.8l-25.6%20128h-94C9.3%20160%200%20150.7%200%20139.1c0-2.1.3-4.1.9-6.1l25.9-84.1C29.9%2038.9%2039.2%2032%2049.7%2032M272%20160H147.5l25.6-128H272zm32%200V32h98.9l14.4%2072.1c-1.7%201.1-3.3%202.4-4.8%203.8c-18.4%2016.4-35.4%2034-50.5%2052.1zm209.9-23.7c-1.7%201.6-3.4%203.2-5%204.8c-10.9-11.5-22.2-22.5-33.9-33.1c-7.6-6.9-17-10.8-26.6-11.8L435.5%2032h90.8c10.5%200%2019.8%206.9%2022.9%2016.9l25.9%2084.1c.2.7.4%201.4.5%202.1c-17.8-15-44.3-14.6-61.7%201.2m-188.7%2074.4c-20.9%2033.8-37.2%2072.2-37.2%20107.4c0%2049.3%2018.6%2095.2%2049.6%20129.9H128c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32L44%20288H32c-17.7%200-32-14.3-32-32s14.3-32%2032-32h4l-4-32h305.5c-4.4%206.2-8.5%2012.5-12.3%2018.7m180.6-34.5l12.2-13.7c5.4-6.1%2013.3-8.8%2020.9-8.9c7.2%200%2014.3%202.6%2019.9%207.8c19.7%2018.3%2039.8%2043.2%2055%2070.6c15.2%2027.2%2026.2%2058.2%2026.2%2088.2c0%2088.6-71.3%20159.8-160%20159.8c-89.6%200-160-71.3-160-159.8c0-37.3%2016-73.4%2036.8-104.5c20.9-31.3%2047.5-59%2070.9-80.2c5.7-5.2%2013.1-7.7%2020.3-7.5c14.1.3%2023.8%2011.4%2032.7%2021.6c2%202.3%204%204.6%206%206.7l19%2019.9zm38.2%20192c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5%200c-17.7%2015.3-54.7%2051.8-54.7%2088.4c0%2035.3%2028.7%2064%2064%2064s64-28.7%2064-64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/dumpster-fire.svg?color=%231a73e8&size=48