The Phosphor tote simple icon depicts a basic tote bag, commonly used in UI to represent shopping, e-commerce, or carrying items.
Common uses
- Add to cart button
- User's order history
- Link to a shopping bag page
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ToteSimple } from '@phosphor-icons/react';
<ToteSimple size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ToteSimple size={24} />thin
<ToteSimple size={24} weight="thin" />light
<ToteSimple size={24} weight="light" />bold
<ToteSimple size={24} weight="bold" />fill
<ToteSimple size={24} weight="fill" />duotone
<ToteSimple size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- suitcasesvalisesbaggagetote-bagportfolioscommerceobjectstotesimpleshopping bagportfoliocarry-on
FAQ
- What does the tote simple icon represent?
- It represents a simple tote bag, often used for e-commerce or indicating items being carried.
- How do I use the tote simple icon in React?
- Import it using `import { ToteSimple } from '@phosphor-icons/react'` and then use it as a component: `<ToteSimple />`.
- What is the license for this icon?
- The Phosphor icon library, including the tote simple 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 →