bulldozer icon
bulldozer-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- bulldozer-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the bulldozer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M192 176a32 32 0 0 1-32 32H40a32 32 0 0 1-32-32a32 32 0 0 1 32-32h120a32 32 0 0 1 32 32" opacity=".2"/><path d="M248 200h-8a8 8 0 0 1-8-8v-32a8 8 0 0 1 8-8h8a8 8 0 0 0 0-16h-8a24 24 0 0 0-24 24v8h-16.8a40.09 40.09 0 0 0-33.71-31.61l-36.05-86.54A16 16 0 0 0 114.67 40H24A16 16 0 0 0 8 56v96a40 40 0 0 0 32 64h120a40.07 40.07 0 0 0 39.2-32H216v8a24 24 0 0 0 24 24h8a8 8 0 0 0 0-16m-100-64H64V56h50.67ZM48 56v80h-8a39.7 39.7 0 0 0-16 3.35V56Zm112 144H40a24 24 0 0 1 0-48h120a24 24 0 0 1 0 48m8-24a8 8 0 0 1-8 8H40a8 8 0 0 1 0-16h120a8 8 0 0 1 8 8"/></g></svg>
React
import type { SVGProps } from "react";
export function PhBulldozerDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M192 176a32 32 0 0 1-32 32H40a32 32 0 0 1-32-32a32 32 0 0 1 32-32h120a32 32 0 0 1 32 32" opacity=".2"/><path d="M248 200h-8a8 8 0 0 1-8-8v-32a8 8 0 0 1 8-8h8a8 8 0 0 0 0-16h-8a24 24 0 0 0-24 24v8h-16.8a40.09 40.09 0 0 0-33.71-31.61l-36.05-86.54A16 16 0 0 0 114.67 40H24A16 16 0 0 0 8 56v96a40 40 0 0 0 32 64h120a40.07 40.07 0 0 0 39.2-32H216v8a24 24 0 0 0 24 24h8a8 8 0 0 0 0-16m-100-64H64V56h50.67ZM48 56v80h-8a39.7 39.7 0 0 0-16 3.35V56Zm112 144H40a24 24 0 0 1 0-48h120a24 24 0 0 1 0 48m8-24a8 8 0 0 1-8 8H40a8 8 0 0 1 0-16h120a8 8 0 0 1 8 8"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M192 176a32 32 0 0 1-32 32H40a32 32 0 0 1-32-32a32 32 0 0 1 32-32h120a32 32 0 0 1 32 32" opacity=".2"/><path d="M248 200h-8a8 8 0 0 1-8-8v-32a8 8 0 0 1 8-8h8a8 8 0 0 0 0-16h-8a24 24 0 0 0-24 24v8h-16.8a40.09 40.09 0 0 0-33.71-31.61l-36.05-86.54A16 16 0 0 0 114.67 40H24A16 16 0 0 0 8 56v96a40 40 0 0 0 32 64h120a40.07 40.07 0 0 0 39.2-32H216v8a24 24 0 0 0 24 24h8a8 8 0 0 0 0-16m-100-64H64V56h50.67ZM48 56v80h-8a39.7 39.7 0 0 0-16 3.35V56Zm112 144H40a24 24 0 0 1 0-48h120a24 24 0 0 1 0 48m8-24a8 8 0 0 1-8 8H40a8 8 0 0 1 0-16h120a8 8 0 0 1 8 8"/></g></svg> </template>
CSS
.icon-bulldozer-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M192%20176a32%2032%200%200%201-32%2032H40a32%2032%200%200%201-32-32a32%2032%200%200%201%2032-32h120a32%2032%200%200%201%2032%2032%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M248%20200h-8a8%208%200%200%201-8-8v-32a8%208%200%200%201%208-8h8a8%208%200%200%200%200-16h-8a24%2024%200%200%200-24%2024v8h-16.8a40.09%2040.09%200%200%200-33.71-31.61l-36.05-86.54A16%2016%200%200%200%20114.67%2040H24A16%2016%200%200%200%208%2056v96a40%2040%200%200%200%2032%2064h120a40.07%2040.07%200%200%200%2039.2-32H216v8a24%2024%200%200%200%2024%2024h8a8%208%200%200%200%200-16m-100-64H64V56h50.67ZM48%2056v80h-8a39.7%2039.7%200%200%200-16%203.35V56Zm112%20144H40a24%2024%200%200%201%200-48h120a24%2024%200%200%201%200%2048m8-24a8%208%200%200%201-8%208H40a8%208%200%200%201%200-16h120a8%208%200%200%201%208%208%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M192%20176a32%2032%200%200%201-32%2032H40a32%2032%200%200%201-32-32a32%2032%200%200%201%2032-32h120a32%2032%200%200%201%2032%2032%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M248%20200h-8a8%208%200%200%201-8-8v-32a8%208%200%200%201%208-8h8a8%208%200%200%200%200-16h-8a24%2024%200%200%200-24%2024v8h-16.8a40.09%2040.09%200%200%200-33.71-31.61l-36.05-86.54A16%2016%200%200%200%20114.67%2040H24A16%2016%200%200%200%208%2056v96a40%2040%200%200%200%2032%2064h120a40.07%2040.07%200%200%200%2039.2-32H216v8a24%2024%200%200%200%2024%2024h8a8%208%200%200%200%200-16m-100-64H64V56h50.67ZM48%2056v80h-8a39.7%2039.7%200%200%200-16%203.35V56Zm112%20144H40a24%2024%200%200%201%200-48h120a24%2024%200%200%201%200%2048m8-24a8%208%200%200%201-8%208H40a8%208%200%200%201%200-16h120a8%208%200%200%201%208%208%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bulldozer-duotone.svg?color=%231a73e8&size=48