tower crane icon
tower-crane-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- tower-crane-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the tower crane icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.232 8.36A1 1 0 0 0 4 10h2v3.382l6-3V10h4v3c0 .58.253 1.047.539 1.381c.281.328.63.57.94.74a1 1 0 1 1-1.479.88a1 1 0 1 0-2 0a3 3 0 1 0 4.44-2.634a1.4 1.4 0 0 1-.383-.288a.3.3 0 0 1-.057-.085V10h2a1 1 0 0 0 .479-1.878l-11-6a1 1 0 0 0-1.247.238z" clip-rule="evenodd"/><path fill="currentColor" d="m12 12.618l-6 3v2.764l6-3zM6 21v-.382l6-3V21a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteTowerCraneFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M3.232 8.36A1 1 0 0 0 4 10h2v3.382l6-3V10h4v3c0 .58.253 1.047.539 1.381c.281.328.63.57.94.74a1 1 0 1 1-1.479.88a1 1 0 1 0-2 0a3 3 0 1 0 4.44-2.634a1.4 1.4 0 0 1-.383-.288a.3.3 0 0 1-.057-.085V10h2a1 1 0 0 0 .479-1.878l-11-6a1 1 0 0 0-1.247.238z" clipRule="evenodd"/><path fill="currentColor" d="m12 12.618l-6 3v2.764l6-3zM6 21v-.382l6-3V21a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.232 8.36A1 1 0 0 0 4 10h2v3.382l6-3V10h4v3c0 .58.253 1.047.539 1.381c.281.328.63.57.94.74a1 1 0 1 1-1.479.88a1 1 0 1 0-2 0a3 3 0 1 0 4.44-2.634a1.4 1.4 0 0 1-.383-.288a.3.3 0 0 1-.057-.085V10h2a1 1 0 0 0 .479-1.878l-11-6a1 1 0 0 0-1.247.238z" clip-rule="evenodd"/><path fill="currentColor" d="m12 12.618l-6 3v2.764l6-3zM6 21v-.382l6-3V21a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1"/></svg> </template>
CSS
.icon-tower-crane-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.232%208.36A1%201%200%200%200%204%2010h2v3.382l6-3V10h4v3c0%20.58.253%201.047.539%201.381c.281.328.63.57.94.74a1%201%200%201%201-1.479.88a1%201%200%201%200-2%200a3%203%200%201%200%204.44-2.634a1.4%201.4%200%200%201-.383-.288a.3.3%200%200%201-.057-.085V10h2a1%201%200%200%200%20.479-1.878l-11-6a1%201%200%200%200-1.247.238z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2012.618l-6%203v2.764l6-3zM6%2021v-.382l6-3V21a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.232%208.36A1%201%200%200%200%204%2010h2v3.382l6-3V10h4v3c0%20.58.253%201.047.539%201.381c.281.328.63.57.94.74a1%201%200%201%201-1.479.88a1%201%200%201%200-2%200a3%203%200%201%200%204.44-2.634a1.4%201.4%200%200%201-.383-.288a.3.3%200%200%201-.057-.085V10h2a1%201%200%200%200%20.479-1.878l-11-6a1%201%200%200%200-1.247.238z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2012.618l-6%203v2.764l6-3zM6%2021v-.382l6-3V21a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/tower-crane-fill.svg?color=%231a73e8&size=48