pier crane icon
pier-crane from Material Design Icons by Pictogrammers · Filled · Places · Apache-2.0 Free for personal and commercial use.
- Name
- pier-crane
- Set
- Material Design Icons
- Style
- Filled
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
More places icons from Material Design Icons
Use the pier crane icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 20c-1.39 0-2.78-.47-4-1.33c-2.44 1.71-5.56 1.71-8 0C6.78 19.53 5.39 20 4 20H2v2h2c1.37 0 2.74-.35 4-1c2.5 1.3 5.5 1.3 8 0c1.26.65 2.62 1 4 1h2v-2zm0-16V3a1 1 0 0 0-1-1H9V1H6v1H5v2h1v9H5v-2H3v2H2v2h1v4h1c.33 0 .67-.03 1-.08V15h5v3.65c.65.2 1.33.3 2 .3V15h1v-2h-1v-2h-2v2H9V4h8v4.62c-.47.17-.81.61-.81 1.14c0 .44.24.84.61 1.06V12h.62c.34 0 .61.28.61.62s-.27.62-.61.62c-.22 0-.42-.12-.54-.31a.606.606 0 0 0-.83-.22c-.3.16-.4.54-.23.84c.33.56.94.92 1.6.92c1.01 0 1.84-.83 1.84-1.85c0-.78-.5-1.48-1.23-1.74v-.06c.38-.22.62-.62.62-1.06c0-.46-.27-.85-.65-1.06V4zM8 11.66l-1 1v-1.42l1-1zm0-2.95l-1 1V8.29l1-1zm-1-2V5.29l1-1v1.42z"/></svg>
React
import type { SVGProps } from "react";
export function MdiPierCrane(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" d="M20 20c-1.39 0-2.78-.47-4-1.33c-2.44 1.71-5.56 1.71-8 0C6.78 19.53 5.39 20 4 20H2v2h2c1.37 0 2.74-.35 4-1c2.5 1.3 5.5 1.3 8 0c1.26.65 2.62 1 4 1h2v-2zm0-16V3a1 1 0 0 0-1-1H9V1H6v1H5v2h1v9H5v-2H3v2H2v2h1v4h1c.33 0 .67-.03 1-.08V15h5v3.65c.65.2 1.33.3 2 .3V15h1v-2h-1v-2h-2v2H9V4h8v4.62c-.47.17-.81.61-.81 1.14c0 .44.24.84.61 1.06V12h.62c.34 0 .61.28.61.62s-.27.62-.61.62c-.22 0-.42-.12-.54-.31a.606.606 0 0 0-.83-.22c-.3.16-.4.54-.23.84c.33.56.94.92 1.6.92c1.01 0 1.84-.83 1.84-1.85c0-.78-.5-1.48-1.23-1.74v-.06c.38-.22.62-.62.62-1.06c0-.46-.27-.85-.65-1.06V4zM8 11.66l-1 1v-1.42l1-1zm0-2.95l-1 1V8.29l1-1zm-1-2V5.29l1-1v1.42z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 20c-1.39 0-2.78-.47-4-1.33c-2.44 1.71-5.56 1.71-8 0C6.78 19.53 5.39 20 4 20H2v2h2c1.37 0 2.74-.35 4-1c2.5 1.3 5.5 1.3 8 0c1.26.65 2.62 1 4 1h2v-2zm0-16V3a1 1 0 0 0-1-1H9V1H6v1H5v2h1v9H5v-2H3v2H2v2h1v4h1c.33 0 .67-.03 1-.08V15h5v3.65c.65.2 1.33.3 2 .3V15h1v-2h-1v-2h-2v2H9V4h8v4.62c-.47.17-.81.61-.81 1.14c0 .44.24.84.61 1.06V12h.62c.34 0 .61.28.61.62s-.27.62-.61.62c-.22 0-.42-.12-.54-.31a.606.606 0 0 0-.83-.22c-.3.16-.4.54-.23.84c.33.56.94.92 1.6.92c1.01 0 1.84-.83 1.84-1.85c0-.78-.5-1.48-1.23-1.74v-.06c.38-.22.62-.62.62-1.06c0-.46-.27-.85-.65-1.06V4zM8 11.66l-1 1v-1.42l1-1zm0-2.95l-1 1V8.29l1-1zm-1-2V5.29l1-1v1.42z"/></svg> </template>
CSS
.icon-pier-crane {
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%20d%3D%22M20%2020c-1.39%200-2.78-.47-4-1.33c-2.44%201.71-5.56%201.71-8%200C6.78%2019.53%205.39%2020%204%2020H2v2h2c1.37%200%202.74-.35%204-1c2.5%201.3%205.5%201.3%208%200c1.26.65%202.62%201%204%201h2v-2zm0-16V3a1%201%200%200%200-1-1H9V1H6v1H5v2h1v9H5v-2H3v2H2v2h1v4h1c.33%200%20.67-.03%201-.08V15h5v3.65c.65.2%201.33.3%202%20.3V15h1v-2h-1v-2h-2v2H9V4h8v4.62c-.47.17-.81.61-.81%201.14c0%20.44.24.84.61%201.06V12h.62c.34%200%20.61.28.61.62s-.27.62-.61.62c-.22%200-.42-.12-.54-.31a.606.606%200%200%200-.83-.22c-.3.16-.4.54-.23.84c.33.56.94.92%201.6.92c1.01%200%201.84-.83%201.84-1.85c0-.78-.5-1.48-1.23-1.74v-.06c.38-.22.62-.62.62-1.06c0-.46-.27-.85-.65-1.06V4zM8%2011.66l-1%201v-1.42l1-1zm0-2.95l-1%201V8.29l1-1zm-1-2V5.29l1-1v1.42z%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%20d%3D%22M20%2020c-1.39%200-2.78-.47-4-1.33c-2.44%201.71-5.56%201.71-8%200C6.78%2019.53%205.39%2020%204%2020H2v2h2c1.37%200%202.74-.35%204-1c2.5%201.3%205.5%201.3%208%200c1.26.65%202.62%201%204%201h2v-2zm0-16V3a1%201%200%200%200-1-1H9V1H6v1H5v2h1v9H5v-2H3v2H2v2h1v4h1c.33%200%20.67-.03%201-.08V15h5v3.65c.65.2%201.33.3%202%20.3V15h1v-2h-1v-2h-2v2H9V4h8v4.62c-.47.17-.81.61-.81%201.14c0%20.44.24.84.61%201.06V12h.62c.34%200%20.61.28.61.62s-.27.62-.61.62c-.22%200-.42-.12-.54-.31a.606.606%200%200%200-.83-.22c-.3.16-.4.54-.23.84c.33.56.94.92%201.6.92c1.01%200%201.84-.83%201.84-1.85c0-.78-.5-1.48-1.23-1.74v-.06c.38-.22.62-.62.62-1.06c0-.46-.27-.85-.65-1.06V4zM8%2011.66l-1%201v-1.42l1-1zm0-2.95l-1%201V8.29l1-1zm-1-2V5.29l1-1v1.42z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/pier-crane.svg?color=%231a73e8&size=48