factory icon

factory-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
factory-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the factory icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M112 176a4 4 0 0 1-4 4H80a4 4 0 0 1 0-8h28a4 4 0 0 1 4 4m64-4h-28a4 4 0 0 0 0 8h28a4 4 0 0 0 0-8m60 44a4 4 0 0 1-4 4H24a4 4 0 0 1 0-8h12V88a4 4 0 0 1 6.4-3.2L100 128V88a4 4 0 0 1 6.4-3.2l44.14 33.11l12.52-87.61A12.06 12.06 0 0 1 174.94 20h18.12a12.06 12.06 0 0 1 11.88 10.3l15 105.13a3.6 3.6 0 0 1 0 .57v76h12a4 4 0 0 1 4.06 4m-78.16-92.62l11.49 8.62h42.06L197 31.43a4 4 0 0 0-4-3.43h-18.06a4 4 0 0 0-4 3.43ZM44 212h168v-72h-44a4 4 0 0 1-2.4-.8L108 96v40a4 4 0 0 1-6.4 3.2L44 96Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFactoryThin(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="M112 176a4 4 0 0 1-4 4H80a4 4 0 0 1 0-8h28a4 4 0 0 1 4 4m64-4h-28a4 4 0 0 0 0 8h28a4 4 0 0 0 0-8m60 44a4 4 0 0 1-4 4H24a4 4 0 0 1 0-8h12V88a4 4 0 0 1 6.4-3.2L100 128V88a4 4 0 0 1 6.4-3.2l44.14 33.11l12.52-87.61A12.06 12.06 0 0 1 174.94 20h18.12a12.06 12.06 0 0 1 11.88 10.3l15 105.13a3.6 3.6 0 0 1 0 .57v76h12a4 4 0 0 1 4.06 4m-78.16-92.62l11.49 8.62h42.06L197 31.43a4 4 0 0 0-4-3.43h-18.06a4 4 0 0 0-4 3.43ZM44 212h168v-72h-44a4 4 0 0 1-2.4-.8L108 96v40a4 4 0 0 1-6.4 3.2L44 96Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M112 176a4 4 0 0 1-4 4H80a4 4 0 0 1 0-8h28a4 4 0 0 1 4 4m64-4h-28a4 4 0 0 0 0 8h28a4 4 0 0 0 0-8m60 44a4 4 0 0 1-4 4H24a4 4 0 0 1 0-8h12V88a4 4 0 0 1 6.4-3.2L100 128V88a4 4 0 0 1 6.4-3.2l44.14 33.11l12.52-87.61A12.06 12.06 0 0 1 174.94 20h18.12a12.06 12.06 0 0 1 11.88 10.3l15 105.13a3.6 3.6 0 0 1 0 .57v76h12a4 4 0 0 1 4.06 4m-78.16-92.62l11.49 8.62h42.06L197 31.43a4 4 0 0 0-4-3.43h-18.06a4 4 0 0 0-4 3.43ZM44 212h168v-72h-44a4 4 0 0 1-2.4-.8L108 96v40a4 4 0 0 1-6.4 3.2L44 96Z"/></svg>
</template>

CSS

.icon-factory-thin {
  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%22M112%20176a4%204%200%200%201-4%204H80a4%204%200%200%201%200-8h28a4%204%200%200%201%204%204m64-4h-28a4%204%200%200%200%200%208h28a4%204%200%200%200%200-8m60%2044a4%204%200%200%201-4%204H24a4%204%200%200%201%200-8h12V88a4%204%200%200%201%206.4-3.2L100%20128V88a4%204%200%200%201%206.4-3.2l44.14%2033.11l12.52-87.61A12.06%2012.06%200%200%201%20174.94%2020h18.12a12.06%2012.06%200%200%201%2011.88%2010.3l15%20105.13a3.6%203.6%200%200%201%200%20.57v76h12a4%204%200%200%201%204.06%204m-78.16-92.62l11.49%208.62h42.06L197%2031.43a4%204%200%200%200-4-3.43h-18.06a4%204%200%200%200-4%203.43ZM44%20212h168v-72h-44a4%204%200%200%201-2.4-.8L108%2096v40a4%204%200%200%201-6.4%203.2L44%2096Z%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%22M112%20176a4%204%200%200%201-4%204H80a4%204%200%200%201%200-8h28a4%204%200%200%201%204%204m64-4h-28a4%204%200%200%200%200%208h28a4%204%200%200%200%200-8m60%2044a4%204%200%200%201-4%204H24a4%204%200%200%201%200-8h12V88a4%204%200%200%201%206.4-3.2L100%20128V88a4%204%200%200%201%206.4-3.2l44.14%2033.11l12.52-87.61A12.06%2012.06%200%200%201%20174.94%2020h18.12a12.06%2012.06%200%200%201%2011.88%2010.3l15%20105.13a3.6%203.6%200%200%201%200%20.57v76h12a4%204%200%200%201%204.06%204m-78.16-92.62l11.49%208.62h42.06L197%2031.43a4%204%200%200%200-4-3.43h-18.06a4%204%200%200%200-4%203.43ZM44%20212h168v-72h-44a4%204%200%200%201-2.4-.8L108%2096v40a4%204%200%200%201-6.4%203.2L44%2096Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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