dumpster icon
dumpster from Font Awesome 6 Solid by Dave Gandy · Regular · Construction · CC-BY-4.0 Attribution required.
- Name
- dumpster
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Construction
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
More construction icons from Font Awesome 6 Solid
Use the dumpster icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M49.7 32c-10.5 0-19.8 6.9-22.9 16.9L.9 133c-.6 2-.9 4.1-.9 6.1C0 150.7 9.3 160 20.9 160h94l25.6-128zM272 160V32h-98.9l-25.6 128zm32 0h124.5L402.9 32H304zm157.1 0h94c11.5 0 20.9-9.3 20.9-20.9c0-2.1-.3-4.1-.9-6.1l-25.9-84.1c-3.1-10-12.4-16.9-22.9-16.9h-90.8zM32 192l4 32h-4c-17.7 0-32 14.3-32 32s14.3 32 32 32h12l20 160c0 17.7 14.3 32 32 32s32-14.3 32-32h320c0 17.7 14.3 32 32 32s32-14.3 32-32l20-160h12c17.7 0 32-14.3 32-32s-14.3-32-32-32h-4l4-32z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidDumpster(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M49.7 32c-10.5 0-19.8 6.9-22.9 16.9L.9 133c-.6 2-.9 4.1-.9 6.1C0 150.7 9.3 160 20.9 160h94l25.6-128zM272 160V32h-98.9l-25.6 128zm32 0h124.5L402.9 32H304zm157.1 0h94c11.5 0 20.9-9.3 20.9-20.9c0-2.1-.3-4.1-.9-6.1l-25.9-84.1c-3.1-10-12.4-16.9-22.9-16.9h-90.8zM32 192l4 32h-4c-17.7 0-32 14.3-32 32s14.3 32 32 32h12l20 160c0 17.7 14.3 32 32 32s32-14.3 32-32h320c0 17.7 14.3 32 32 32s32-14.3 32-32l20-160h12c17.7 0 32-14.3 32-32s-14.3-32-32-32h-4l4-32z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M49.7 32c-10.5 0-19.8 6.9-22.9 16.9L.9 133c-.6 2-.9 4.1-.9 6.1C0 150.7 9.3 160 20.9 160h94l25.6-128zM272 160V32h-98.9l-25.6 128zm32 0h124.5L402.9 32H304zm157.1 0h94c11.5 0 20.9-9.3 20.9-20.9c0-2.1-.3-4.1-.9-6.1l-25.9-84.1c-3.1-10-12.4-16.9-22.9-16.9h-90.8zM32 192l4 32h-4c-17.7 0-32 14.3-32 32s14.3 32 32 32h12l20 160c0 17.7 14.3 32 32 32s32-14.3 32-32h320c0 17.7 14.3 32 32 32s32-14.3 32-32l20-160h12c17.7 0 32-14.3 32-32s-14.3-32-32-32h-4l4-32z"/></svg> </template>
CSS
.icon-dumpster {
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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M49.7%2032c-10.5%200-19.8%206.9-22.9%2016.9L.9%20133c-.6%202-.9%204.1-.9%206.1C0%20150.7%209.3%20160%2020.9%20160h94l25.6-128zM272%20160V32h-98.9l-25.6%20128zm32%200h124.5L402.9%2032H304zm157.1%200h94c11.5%200%2020.9-9.3%2020.9-20.9c0-2.1-.3-4.1-.9-6.1l-25.9-84.1c-3.1-10-12.4-16.9-22.9-16.9h-90.8zM32%20192l4%2032h-4c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h12l20%20160c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32h320c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32l20-160h12c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-4l4-32z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M49.7%2032c-10.5%200-19.8%206.9-22.9%2016.9L.9%20133c-.6%202-.9%204.1-.9%206.1C0%20150.7%209.3%20160%2020.9%20160h94l25.6-128zM272%20160V32h-98.9l-25.6%20128zm32%200h124.5L402.9%2032H304zm157.1%200h94c11.5%200%2020.9-9.3%2020.9-20.9c0-2.1-.3-4.1-.9-6.1l-25.9-84.1c-3.1-10-12.4-16.9-22.9-16.9h-90.8zM32%20192l4%2032h-4c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h12l20%20160c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32h320c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32l20-160h12c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-4l4-32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/dumpster.svg?color=%231a73e8&size=48