The Phosphor blueprint icon depicts a technical drawing used to represent architectural plans or design layouts, commonly employed in UI to signify project planning, construction, or design-related features.
Common uses
- Indicating a project planning or design section.
- Representing a building or construction-related tool.
- Labeling a feature for creating or viewing floor plans.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Blueprint } from '@phosphor-icons/react';
<Blueprint size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Blueprint size={24} />thin
<Blueprint size={24} weight="thin" />light
<Blueprint size={24} weight="light" />bold
<Blueprint size={24} weight="bold" />fill
<Blueprint size={24} weight="fill" />duotone
<Blueprint size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- *new*architecturelayoutfloorplanbuildingconstructioncommercedesignblueprintbuilding plan
FAQ
- What is the blueprint icon used for?
- It's typically used to represent architectural plans, design layouts, or construction-related features within a user interface.
- How do I use the blueprint icon in React?
- You can import and use it like this: import { Blueprint } from '@phosphor-icons/react'.
- What is the license for the Phosphor blueprint icon?
- The Phosphor icon library, including the blueprint icon, is available under the MIT license.