dumpster icon
dumpster from Font Awesome Solid by Dave Gandy · Solid · Construction · CC-BY-4.0 Attribution required.
- Name
- dumpster
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Construction
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More construction icons from Font Awesome Solid
Use the dumpster icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m164.3 128l-25.6 128H56c-13.3 0-24-10.7-24-24v-4.1c0-2.6.4-5.1 1.2-7.6l25.3-75.9C61.8 134.6 71 128 81.3 128zm23.4 128l25.6-128H296v128zM344 128h82.7l25.6 128H344zm131.7 0h83c10.3 0 19.5 6.6 22.8 16.4l25.3 75.9c.8 2.4 1.2 5 1.2 7.6v4.1c0 13.3-10.7 24-24 24h-82.7zm-418 176h524.7c-.4 2.1-13.3 73.4-38.9 213.7c-3 16.3-17.9 27.6-34.4 26.1S480 528.6 480 512v-16H160v16c0 16.6-12.6 30.4-29.1 31.9s-31.4-9.9-34.4-26.2C71 377.3 58 306.1 57.7 304"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidDumpster(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m164.3 128l-25.6 128H56c-13.3 0-24-10.7-24-24v-4.1c0-2.6.4-5.1 1.2-7.6l25.3-75.9C61.8 134.6 71 128 81.3 128zm23.4 128l25.6-128H296v128zM344 128h82.7l25.6 128H344zm131.7 0h83c10.3 0 19.5 6.6 22.8 16.4l25.3 75.9c.8 2.4 1.2 5 1.2 7.6v4.1c0 13.3-10.7 24-24 24h-82.7zm-418 176h524.7c-.4 2.1-13.3 73.4-38.9 213.7c-3 16.3-17.9 27.6-34.4 26.1S480 528.6 480 512v-16H160v16c0 16.6-12.6 30.4-29.1 31.9s-31.4-9.9-34.4-26.2C71 377.3 58 306.1 57.7 304"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m164.3 128l-25.6 128H56c-13.3 0-24-10.7-24-24v-4.1c0-2.6.4-5.1 1.2-7.6l25.3-75.9C61.8 134.6 71 128 81.3 128zm23.4 128l25.6-128H296v128zM344 128h82.7l25.6 128H344zm131.7 0h83c10.3 0 19.5 6.6 22.8 16.4l25.3 75.9c.8 2.4 1.2 5 1.2 7.6v4.1c0 13.3-10.7 24-24 24h-82.7zm-418 176h524.7c-.4 2.1-13.3 73.4-38.9 213.7c-3 16.3-17.9 27.6-34.4 26.1S480 528.6 480 512v-16H160v16c0 16.6-12.6 30.4-29.1 31.9s-31.4-9.9-34.4-26.2C71 377.3 58 306.1 57.7 304"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m164.3%20128l-25.6%20128H56c-13.3%200-24-10.7-24-24v-4.1c0-2.6.4-5.1%201.2-7.6l25.3-75.9C61.8%20134.6%2071%20128%2081.3%20128zm23.4%20128l25.6-128H296v128zM344%20128h82.7l25.6%20128H344zm131.7%200h83c10.3%200%2019.5%206.6%2022.8%2016.4l25.3%2075.9c.8%202.4%201.2%205%201.2%207.6v4.1c0%2013.3-10.7%2024-24%2024h-82.7zm-418%20176h524.7c-.4%202.1-13.3%2073.4-38.9%20213.7c-3%2016.3-17.9%2027.6-34.4%2026.1S480%20528.6%20480%20512v-16H160v16c0%2016.6-12.6%2030.4-29.1%2031.9s-31.4-9.9-34.4-26.2C71%20377.3%2058%20306.1%2057.7%20304%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m164.3%20128l-25.6%20128H56c-13.3%200-24-10.7-24-24v-4.1c0-2.6.4-5.1%201.2-7.6l25.3-75.9C61.8%20134.6%2071%20128%2081.3%20128zm23.4%20128l25.6-128H296v128zM344%20128h82.7l25.6%20128H344zm131.7%200h83c10.3%200%2019.5%206.6%2022.8%2016.4l25.3%2075.9c.8%202.4%201.2%205%201.2%207.6v4.1c0%2013.3-10.7%2024-24%2024h-82.7zm-418%20176h524.7c-.4%202.1-13.3%2073.4-38.9%20213.7c-3%2016.3-17.9%2027.6-34.4%2026.1S480%20528.6%20480%20512v-16H160v16c0%2016.6-12.6%2030.4-29.1%2031.9s-31.4-9.9-34.4-26.2C71%20377.3%2058%20306.1%2057.7%20304%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/dumpster.svg?color=%231a73e8&size=48