factory icon
factory-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- factory-fill
- Set
- Phosphor
- Style
- Fill
- 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="M232 208h-8v-72.98a1 1 0 0 0 0-.15L209 29.74A16.08 16.08 0 0 0 193.06 16h-18.12a16.08 16.08 0 0 0-15.84 13.74l-11.56 80.91L108.8 81.6A8 8 0 0 0 96 88v32L44.8 81.6A8 8 0 0 0 32 88v120h-8a8 8 0 0 0 0 16h208a8 8 0 0 0 0-16m-124-24H80a8 8 0 0 1 0-16h28a8 8 0 0 1 0 16m68 0h-28a8 8 0 0 1 0-16h28a8 8 0 0 1 0 16m-5.33-56l-8.53-6.4l12.8-89.6h18.12l13.72 96Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFactoryFill(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="M232 208h-8v-72.98a1 1 0 0 0 0-.15L209 29.74A16.08 16.08 0 0 0 193.06 16h-18.12a16.08 16.08 0 0 0-15.84 13.74l-11.56 80.91L108.8 81.6A8 8 0 0 0 96 88v32L44.8 81.6A8 8 0 0 0 32 88v120h-8a8 8 0 0 0 0 16h208a8 8 0 0 0 0-16m-124-24H80a8 8 0 0 1 0-16h28a8 8 0 0 1 0 16m68 0h-28a8 8 0 0 1 0-16h28a8 8 0 0 1 0 16m-5.33-56l-8.53-6.4l12.8-89.6h18.12l13.72 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="M232 208h-8v-72.98a1 1 0 0 0 0-.15L209 29.74A16.08 16.08 0 0 0 193.06 16h-18.12a16.08 16.08 0 0 0-15.84 13.74l-11.56 80.91L108.8 81.6A8 8 0 0 0 96 88v32L44.8 81.6A8 8 0 0 0 32 88v120h-8a8 8 0 0 0 0 16h208a8 8 0 0 0 0-16m-124-24H80a8 8 0 0 1 0-16h28a8 8 0 0 1 0 16m68 0h-28a8 8 0 0 1 0-16h28a8 8 0 0 1 0 16m-5.33-56l-8.53-6.4l12.8-89.6h18.12l13.72 96Z"/></svg> </template>
CSS
.icon-factory-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%22M232%20208h-8v-72.98a1%201%200%200%200%200-.15L209%2029.74A16.08%2016.08%200%200%200%20193.06%2016h-18.12a16.08%2016.08%200%200%200-15.84%2013.74l-11.56%2080.91L108.8%2081.6A8%208%200%200%200%2096%2088v32L44.8%2081.6A8%208%200%200%200%2032%2088v120h-8a8%208%200%200%200%200%2016h208a8%208%200%200%200%200-16m-124-24H80a8%208%200%200%201%200-16h28a8%208%200%200%201%200%2016m68%200h-28a8%208%200%200%201%200-16h28a8%208%200%200%201%200%2016m-5.33-56l-8.53-6.4l12.8-89.6h18.12l13.72%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%22M232%20208h-8v-72.98a1%201%200%200%200%200-.15L209%2029.74A16.08%2016.08%200%200%200%20193.06%2016h-18.12a16.08%2016.08%200%200%200-15.84%2013.74l-11.56%2080.91L108.8%2081.6A8%208%200%200%200%2096%2088v32L44.8%2081.6A8%208%200%200%200%2032%2088v120h-8a8%208%200%200%200%200%2016h208a8%208%200%200%200%200-16m-124-24H80a8%208%200%200%201%200-16h28a8%208%200%200%201%200%2016m68%200h-28a8%208%200%200%201%200-16h28a8%208%200%200%201%200%2016m-5.33-56l-8.53-6.4l12.8-89.6h18.12l13.72%2096Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/factory-fill.svg?color=%231a73e8&size=48