The Phosphor briefcase metal icon depicts a classic metal briefcase, commonly used to represent business, work, or professional contexts in UI.
Common uses
- Representing a 'My Account' or 'Profile' section.
- Indicating a 'Work' or 'Business' related setting.
- Symbolizing a 'Job Application' or 'Resume' feature.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { BriefcaseMetal } from '@phosphor-icons/react';
<BriefcaseMetal size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<BriefcaseMetal size={24} />thin
<BriefcaseMetal size={24} weight="thin" />light
<BriefcaseMetal size={24} weight="light" />bold
<BriefcaseMetal size={24} weight="bold" />fill
<BriefcaseMetal size={24} weight="fill" />duotone
<BriefcaseMetal size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- suitcasevalisebaggagefoldersportfolioofficeobjectsbriefcasemetalwork
FAQ
- What does the briefcase metal icon represent?
- It represents a metal briefcase, often used for business, work, or professional themes in user interfaces.
- How do I use the briefcase metal icon in React?
- You can import and use it like this: import { BriefcaseMetal } from '@phosphor-icons/react'. Then render it as <BriefcaseMetal />.
- What is the license for this icon?
- The Phosphor icon set, including the briefcase metal 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 →