The Phosphor dresser icon visually represents a piece of furniture with drawers, commonly used in UI to signify bedroom-related items, storage solutions, or e-commerce products.
Common uses
- Labeling a bedroom category in an e-commerce app.
- Indicating a 'storage' or 'furniture' filter option.
- Representing a user's 'wardrobe' or 'closet' section in a profile.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Dresser } from '@phosphor-icons/react';
<Dresser size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Dresser size={24} />thin
<Dresser size={24} weight="thin" />light
<Dresser size={24} weight="light" />bold
<Dresser size={24} weight="bold" />fill
<Dresser size={24} weight="fill" />duotone
<Dresser size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- *new*furniturebedroomstoragedrawerswardrobecommerceobjectsdresser
FAQ
- What does the dresser icon represent?
- It depicts a piece of furniture with drawers, often used for storing clothes or other items.
- How do I use the dresser icon in React?
- You can import and use it like this: import { Dresser } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the dresser icon, is available under the MIT license.