dumpster fire icon

dumpster-fire from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
dumpster-fire
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0
Aliases
dumpster-fire-solid

The same icon in other sets

More other icons from Line Awesome

Use the dumpster fire icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m5 6l-2 8h1.334l.332 2H3v2h2l1 6v2h2v-2h11.639c.297-.731.67-1.396 1.066-2H7.693l-1.332-8H25.64l-.543 3.256l1.459-1.106s2.096 1.731 2.218 1.85H29v-2h-1.668l.334-2H29l-2-8zm1.563 2h2.775l-.766 4h-3.01l1-4zm4.828 0H15v4h-4.37l.76-4zM17 8h3.61l.76 4H17zm5.662 0h2.776l1 4h-3.01zm3.867 10.66l-.648.56s-1.22.98-2.41 2.41S21 24.963 21 27.103c0 1.51.63 2.82 1.66 3.68c1.02.87 2.39 1.32 3.84 1.32s2.82-.45 3.84-1.32c1.03-.86 1.66-2.17 1.66-3.68c0-1.99-1.29-3.812-2.47-5.282a27 27 0 0 0-2.34-2.568l-.66-.592zm-.058 2.781c.39.38.75.7 1.5 1.63C29.04 24.41 30 26.13 30 27.1c0 .98-.37 1.68-.97 2.18c-.18.16-.39.3-.62.41c.05-.19.09-.39.09-.59c0-2.95-1.56-4.69-1.56-4.69s.05 2.63-.75 2.63c-.55 0-1.1-.85-1.1-.85s-.59 1.26-.59 2.91c0 .2.04.4.09.59a2.7 2.7 0 0 1-.62-.41c-.6-.5-.97-1.2-.97-2.18c0-1.26.97-2.92 2.03-4.19c.73-.87 1.06-1.13 1.44-1.47z"/></svg>

React

import type { SVGProps } from "react";

export function LaDumpsterFire(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="m5 6l-2 8h1.334l.332 2H3v2h2l1 6v2h2v-2h11.639c.297-.731.67-1.396 1.066-2H7.693l-1.332-8H25.64l-.543 3.256l1.459-1.106s2.096 1.731 2.218 1.85H29v-2h-1.668l.334-2H29l-2-8zm1.563 2h2.775l-.766 4h-3.01l1-4zm4.828 0H15v4h-4.37l.76-4zM17 8h3.61l.76 4H17zm5.662 0h2.776l1 4h-3.01zm3.867 10.66l-.648.56s-1.22.98-2.41 2.41S21 24.963 21 27.103c0 1.51.63 2.82 1.66 3.68c1.02.87 2.39 1.32 3.84 1.32s2.82-.45 3.84-1.32c1.03-.86 1.66-2.17 1.66-3.68c0-1.99-1.29-3.812-2.47-5.282a27 27 0 0 0-2.34-2.568l-.66-.592zm-.058 2.781c.39.38.75.7 1.5 1.63C29.04 24.41 30 26.13 30 27.1c0 .98-.37 1.68-.97 2.18c-.18.16-.39.3-.62.41c.05-.19.09-.39.09-.59c0-2.95-1.56-4.69-1.56-4.69s.05 2.63-.75 2.63c-.55 0-1.1-.85-1.1-.85s-.59 1.26-.59 2.91c0 .2.04.4.09.59a2.7 2.7 0 0 1-.62-.41c-.6-.5-.97-1.2-.97-2.18c0-1.26.97-2.92 2.03-4.19c.73-.87 1.06-1.13 1.44-1.47z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m5 6l-2 8h1.334l.332 2H3v2h2l1 6v2h2v-2h11.639c.297-.731.67-1.396 1.066-2H7.693l-1.332-8H25.64l-.543 3.256l1.459-1.106s2.096 1.731 2.218 1.85H29v-2h-1.668l.334-2H29l-2-8zm1.563 2h2.775l-.766 4h-3.01l1-4zm4.828 0H15v4h-4.37l.76-4zM17 8h3.61l.76 4H17zm5.662 0h2.776l1 4h-3.01zm3.867 10.66l-.648.56s-1.22.98-2.41 2.41S21 24.963 21 27.103c0 1.51.63 2.82 1.66 3.68c1.02.87 2.39 1.32 3.84 1.32s2.82-.45 3.84-1.32c1.03-.86 1.66-2.17 1.66-3.68c0-1.99-1.29-3.812-2.47-5.282a27 27 0 0 0-2.34-2.568l-.66-.592zm-.058 2.781c.39.38.75.7 1.5 1.63C29.04 24.41 30 26.13 30 27.1c0 .98-.37 1.68-.97 2.18c-.18.16-.39.3-.62.41c.05-.19.09-.39.09-.59c0-2.95-1.56-4.69-1.56-4.69s.05 2.63-.75 2.63c-.55 0-1.1-.85-1.1-.85s-.59 1.26-.59 2.91c0 .2.04.4.09.59a2.7 2.7 0 0 1-.62-.41c-.6-.5-.97-1.2-.97-2.18c0-1.26.97-2.92 2.03-4.19c.73-.87 1.06-1.13 1.44-1.47z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5%206l-2%208h1.334l.332%202H3v2h2l1%206v2h2v-2h11.639c.297-.731.67-1.396%201.066-2H7.693l-1.332-8H25.64l-.543%203.256l1.459-1.106s2.096%201.731%202.218%201.85H29v-2h-1.668l.334-2H29l-2-8zm1.563%202h2.775l-.766%204h-3.01l1-4zm4.828%200H15v4h-4.37l.76-4zM17%208h3.61l.76%204H17zm5.662%200h2.776l1%204h-3.01zm3.867%2010.66l-.648.56s-1.22.98-2.41%202.41S21%2024.963%2021%2027.103c0%201.51.63%202.82%201.66%203.68c1.02.87%202.39%201.32%203.84%201.32s2.82-.45%203.84-1.32c1.03-.86%201.66-2.17%201.66-3.68c0-1.99-1.29-3.812-2.47-5.282a27%2027%200%200%200-2.34-2.568l-.66-.592zm-.058%202.781c.39.38.75.7%201.5%201.63C29.04%2024.41%2030%2026.13%2030%2027.1c0%20.98-.37%201.68-.97%202.18c-.18.16-.39.3-.62.41c.05-.19.09-.39.09-.59c0-2.95-1.56-4.69-1.56-4.69s.05%202.63-.75%202.63c-.55%200-1.1-.85-1.1-.85s-.59%201.26-.59%202.91c0%20.2.04.4.09.59a2.7%202.7%200%200%201-.62-.41c-.6-.5-.97-1.2-.97-2.18c0-1.26.97-2.92%202.03-4.19c.73-.87%201.06-1.13%201.44-1.47z%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%22m5%206l-2%208h1.334l.332%202H3v2h2l1%206v2h2v-2h11.639c.297-.731.67-1.396%201.066-2H7.693l-1.332-8H25.64l-.543%203.256l1.459-1.106s2.096%201.731%202.218%201.85H29v-2h-1.668l.334-2H29l-2-8zm1.563%202h2.775l-.766%204h-3.01l1-4zm4.828%200H15v4h-4.37l.76-4zM17%208h3.61l.76%204H17zm5.662%200h2.776l1%204h-3.01zm3.867%2010.66l-.648.56s-1.22.98-2.41%202.41S21%2024.963%2021%2027.103c0%201.51.63%202.82%201.66%203.68c1.02.87%202.39%201.32%203.84%201.32s2.82-.45%203.84-1.32c1.03-.86%201.66-2.17%201.66-3.68c0-1.99-1.29-3.812-2.47-5.282a27%2027%200%200%200-2.34-2.568l-.66-.592zm-.058%202.781c.39.38.75.7%201.5%201.63C29.04%2024.41%2030%2026.13%2030%2027.1c0%20.98-.37%201.68-.97%202.18c-.18.16-.39.3-.62.41c.05-.19.09-.39.09-.59c0-2.95-1.56-4.69-1.56-4.69s.05%202.63-.75%202.63c-.55%200-1.1-.85-1.1-.85s-.59%201.26-.59%202.91c0%20.2.04.4.09.59a2.7%202.7%200%200%201-.62-.41c-.6-.5-.97-1.2-.97-2.18c0-1.26.97-2.92%202.03-4.19c.73-.87%201.06-1.13%201.44-1.47z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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