The Phosphor factory icon depicts an industrial building and is commonly used to represent manufacturing, industry, or a physical plant location in user interfaces.
Common uses
- Representing a manufacturing or production facility.
- Indicating a business or industrial zone on a map.
- Labeling a section related to supply chain or production.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Factory } from '@phosphor-icons/react';
<Factory size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Factory size={24} />thin
<Factory size={24} weight="thin" />light
<Factory size={24} weight="light" />bold
<Factory size={24} weight="bold" />fill
<Factory size={24} weight="fill" />duotone
<Factory size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- industrymanufacturebuildingsplaceslocationscommercemaps & travelfactoryplantbuilding
FAQ
- What does the factory icon represent?
- It represents an industrial building, often used for manufacturing or production.
- How do I use the factory icon in React?
- Import it from the Phosphor library and use it as a component: `import { Factory } from '@phosphor-icons/react'; <Factory />`.
- What is the license for the Phosphor factory icon?
- The Phosphor icon library, including the factory icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →