The Phosphor towel icon depicts a folded towel, commonly used in UI to represent items related to hospitality, hygiene, or beach/pool accessories.
Common uses
- Hotel booking confirmation
- Spa or wellness service listing
- Beach vacation packing list
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Towel } from '@phosphor-icons/react';
<Towel size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Towel size={24} />thin
<Towel size={24} weight="thin" />light
<Towel size={24} weight="light" />bold
<Towel size={24} weight="bold" />fill
<Towel size={24} weight="fill" />duotone
<Towel size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- *new*clothinglinenhotelbeachpoolswimmingshowerbathcommerceobjectstowelbath towelbeach towel
FAQ
- What is the towel icon used for?
- It's used to visually represent towels or related concepts like bathing, swimming, or hotel amenities in user interfaces.
- How do I use the towel icon in React?
- You can import and use it like this: import { Towel } from '@phosphor-icons/react'.
- What is the license for the Phosphor towel icon?
- The Phosphor icon library, including the towel icon, is available under the MIT license.
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 →