The HugeIcons sofa single icon depicts a simple, single-seater sofa, commonly used to represent seating, furniture, or a lounge area in user interfaces.
Common uses
- Representing a seating option in a booking system.
- Indicating a lounge or rest area on a map.
- Styling a furniture or home decor category.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SofaSingleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SofaSingleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- coucharmchairseatingfurniture
FAQ
- What does the SofaSingleIcon represent?
- The SofaSingleIcon represents a single-seater sofa. It's typically used for UI elements related to seating, furniture, or relaxation areas.
- How do I use the SofaSingleIcon in React?
- To use it in React, import both HugeiconsIcon and SofaSingleIcon, then render <HugeiconsIcon icon={SofaSingleIcon} />. Ensure you have '@hugeicons/react' and '@hugeicons/core-free-icons' installed.
- What is the license for this icon?
- The SofaSingleIcon is distributed under the MIT license, which allows for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →