The Phosphor shipping container icon visually represents a large, standardized box used for transporting goods, commonly employed in UIs to signify logistics, shipping services, or package tracking.
Common uses
- Logistics and shipping service indicators
- Package tracking status
- Warehouse or storage location markers
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ShippingContainer } from '@phosphor-icons/react';
<ShippingContainer size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ShippingContainer size={24} />thin
<ShippingContainer size={24} weight="thin" />light
<ShippingContainer size={24} weight="light" />bold
<ShippingContainer size={24} weight="bold" />fill
<ShippingContainer size={24} weight="fill" />duotone
<ShippingContainer size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- *new*shippingtransportationplaceslocationsmaps & travelobjectscommercecontainercargo boxfreight containerlogistics box
FAQ
- What does the shipping container icon represent?
- It depicts a standard shipping container, used to symbolize the movement or storage of goods and cargo.
- How do I use the shipping container icon in React?
- Import it from the library and use it as a component: `import { ShippingContainer } from '@phosphor-icons/react'; <ShippingContainer />`.
- What is the license for this icon?
- The Phosphor icon set, including the shipping container icon, is available under the MIT license.