factory icon
factory from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- factory
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
factoryBoxIcons v2 SolidfactoryEmoji One (Colored)factoryFluent EmojifactoryFluent Emoji FlatfactoryFluent Emoji High ContrastfactoryFirefox OS EmojifactoryHuge IconsfactoryLucidefactoryMaterial SymbolsfactoryMaterial Symbols LightfactoryMaterial Design Iconsfactory-fillMingCute IconfactoryNoto EmojifactoryOpenMojifactoryPixelarticonsfactoryStreamline EmojisfactoryTwitter Emoji
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="M116 176a8 8 0 0 1-8 8H80a8 8 0 0 1 0-16h28a8 8 0 0 1 8 8m60-8h-28a8 8 0 0 0 0 16h28a8 8 0 0 0 0-16m64 48a8 8 0 0 1-8 8H24a8 8 0 0 1 0-16h8V88a8 8 0 0 1 12.8-6.4L96 120V88a8 8 0 0 1 12.8-6.4l38.74 29.05l11.56-80.91A16.08 16.08 0 0 1 174.94 16h18.12a16.08 16.08 0 0 1 15.84 13.74l15 105.13s.08.78.08 1.13v72h8a8 8 0 0 1 8.02 8m-77.86-94.4l8.53 6.4h36.11l-13.72-96h-18.12ZM48 208h160v-64h-40a8 8 0 0 1-4.8-1.6l-14.4-10.8L112 104v32a8 8 0 0 1-12.8 6.4L48 104Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFactory(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="M116 176a8 8 0 0 1-8 8H80a8 8 0 0 1 0-16h28a8 8 0 0 1 8 8m60-8h-28a8 8 0 0 0 0 16h28a8 8 0 0 0 0-16m64 48a8 8 0 0 1-8 8H24a8 8 0 0 1 0-16h8V88a8 8 0 0 1 12.8-6.4L96 120V88a8 8 0 0 1 12.8-6.4l38.74 29.05l11.56-80.91A16.08 16.08 0 0 1 174.94 16h18.12a16.08 16.08 0 0 1 15.84 13.74l15 105.13s.08.78.08 1.13v72h8a8 8 0 0 1 8.02 8m-77.86-94.4l8.53 6.4h36.11l-13.72-96h-18.12ZM48 208h160v-64h-40a8 8 0 0 1-4.8-1.6l-14.4-10.8L112 104v32a8 8 0 0 1-12.8 6.4L48 104Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M116 176a8 8 0 0 1-8 8H80a8 8 0 0 1 0-16h28a8 8 0 0 1 8 8m60-8h-28a8 8 0 0 0 0 16h28a8 8 0 0 0 0-16m64 48a8 8 0 0 1-8 8H24a8 8 0 0 1 0-16h8V88a8 8 0 0 1 12.8-6.4L96 120V88a8 8 0 0 1 12.8-6.4l38.74 29.05l11.56-80.91A16.08 16.08 0 0 1 174.94 16h18.12a16.08 16.08 0 0 1 15.84 13.74l15 105.13s.08.78.08 1.13v72h8a8 8 0 0 1 8.02 8m-77.86-94.4l8.53 6.4h36.11l-13.72-96h-18.12ZM48 208h160v-64h-40a8 8 0 0 1-4.8-1.6l-14.4-10.8L112 104v32a8 8 0 0 1-12.8 6.4L48 104Z"/></svg> </template>
CSS
.icon-factory {
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%22M116%20176a8%208%200%200%201-8%208H80a8%208%200%200%201%200-16h28a8%208%200%200%201%208%208m60-8h-28a8%208%200%200%200%200%2016h28a8%208%200%200%200%200-16m64%2048a8%208%200%200%201-8%208H24a8%208%200%200%201%200-16h8V88a8%208%200%200%201%2012.8-6.4L96%20120V88a8%208%200%200%201%2012.8-6.4l38.74%2029.05l11.56-80.91A16.08%2016.08%200%200%201%20174.94%2016h18.12a16.08%2016.08%200%200%201%2015.84%2013.74l15%20105.13s.08.78.08%201.13v72h8a8%208%200%200%201%208.02%208m-77.86-94.4l8.53%206.4h36.11l-13.72-96h-18.12ZM48%20208h160v-64h-40a8%208%200%200%201-4.8-1.6l-14.4-10.8L112%20104v32a8%208%200%200%201-12.8%206.4L48%20104Z%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%22M116%20176a8%208%200%200%201-8%208H80a8%208%200%200%201%200-16h28a8%208%200%200%201%208%208m60-8h-28a8%208%200%200%200%200%2016h28a8%208%200%200%200%200-16m64%2048a8%208%200%200%201-8%208H24a8%208%200%200%201%200-16h8V88a8%208%200%200%201%2012.8-6.4L96%20120V88a8%208%200%200%201%2012.8-6.4l38.74%2029.05l11.56-80.91A16.08%2016.08%200%200%201%20174.94%2016h18.12a16.08%2016.08%200%200%201%2015.84%2013.74l15%20105.13s.08.78.08%201.13v72h8a8%208%200%200%201%208.02%208m-77.86-94.4l8.53%206.4h36.11l-13.72-96h-18.12ZM48%20208h160v-64h-40a8%208%200%200%201-4.8-1.6l-14.4-10.8L112%20104v32a8%208%200%200%201-12.8%206.4L48%20104Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/factory.svg?color=%231a73e8&size=48