The Phosphor rug icon depicts a floor covering, often used to represent home decor, comfort, or a specific area within a user interface.
Common uses
- Home decor settings
- Interior design tools
- Virtual home staging
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Rug } from '@phosphor-icons/react';
<Rug size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Rug size={24} />thin
<Rug size={24} weight="thin" />light
<Rug size={24} weight="light" />bold
<Rug size={24} weight="bold" />fill
<Rug size={24} weight="fill" />duotone
<Rug size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- objects
- Keywords
- *updated*tapestrycarpetobjectsrugfloor covering
FAQ
- What is the rug icon used for?
- It's used to visually represent items like carpets or rugs in UI elements, often related to home, decor, or interior design.
- How do I use the rug icon in React?
- You can import and use it like this: import { Rug } from '@phosphor-icons/react'; <Rug />.
- What is the license for the Phosphor rug icon?
- The Phosphor icon library, including the rug icon, is available under the MIT license.