crane-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
crane-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the crane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228.12 17.14a8 8 0 0 0-7.88-.2L102 80H32a16 16 0 0 0-16 16v104a16 16 0 0 0 16 16h88a16 16 0 0 0 16-16v-32a7 7 0 0 0-.08-1.05v-.24a10 10 0 0 0-.22-1a.1.1 0 0 0 0-.05v-.07L113.54 92L216 37.33V160h-16v-8a8 8 0 0 0-16 0v8a16 16 0 0 0 16 16h16a16 16 0 0 0 16-16V24a8 8 0 0 0-3.88-6.86M48 96v64H32V96ZM32 200v-24h88v24Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCraneFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228.12 17.14a8 8 0 0 0-7.88-.2L102 80H32a16 16 0 0 0-16 16v104a16 16 0 0 0 16 16h88a16 16 0 0 0 16-16v-32a7 7 0 0 0-.08-1.05v-.24a10 10 0 0 0-.22-1a.1.1 0 0 0 0-.05v-.07L113.54 92L216 37.33V160h-16v-8a8 8 0 0 0-16 0v8a16 16 0 0 0 16 16h16a16 16 0 0 0 16-16V24a8 8 0 0 0-3.88-6.86M48 96v64H32V96ZM32 200v-24h88v24Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228.12 17.14a8 8 0 0 0-7.88-.2L102 80H32a16 16 0 0 0-16 16v104a16 16 0 0 0 16 16h88a16 16 0 0 0 16-16v-32a7 7 0 0 0-.08-1.05v-.24a10 10 0 0 0-.22-1a.1.1 0 0 0 0-.05v-.07L113.54 92L216 37.33V160h-16v-8a8 8 0 0 0-16 0v8a16 16 0 0 0 16 16h16a16 16 0 0 0 16-16V24a8 8 0 0 0-3.88-6.86M48 96v64H32V96ZM32 200v-24h88v24Z"/></svg>
</template>

CSS

.icon-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M228.12%2017.14a8%208%200%200%200-7.88-.2L102%2080H32a16%2016%200%200%200-16%2016v104a16%2016%200%200%200%2016%2016h88a16%2016%200%200%200%2016-16v-32a7%207%200%200%200-.08-1.05v-.24a10%2010%200%200%200-.22-1a.1.1%200%200%200%200-.05v-.07L113.54%2092L216%2037.33V160h-16v-8a8%208%200%200%200-16%200v8a16%2016%200%200%200%2016%2016h16a16%2016%200%200%200%2016-16V24a8%208%200%200%200-3.88-6.86M48%2096v64H32V96ZM32%20200v-24h88v24Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M228.12%2017.14a8%208%200%200%200-7.88-.2L102%2080H32a16%2016%200%200%200-16%2016v104a16%2016%200%200%200%2016%2016h88a16%2016%200%200%200%2016-16v-32a7%207%200%200%200-.08-1.05v-.24a10%2010%200%200%200-.22-1a.1.1%200%200%200%200-.05v-.07L113.54%2092L216%2037.33V160h-16v-8a8%208%200%200%200-16%200v8a16%2016%200%200%200%2016%2016h16a16%2016%200%200%200%2016-16V24a8%208%200%200%200-3.88-6.86M48%2096v64H32V96ZM32%20200v-24h88v24Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/crane-fill.svg?color=%231a73e8&size=48