The HugeIcons cottage icon depicts a small house, commonly used to represent home, residence, or a simple dwelling in user interfaces.
Common uses
- Navigation to homepage
- User profile or account section
- Location or address details
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CottageIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CottageIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- homehousedwellingresidence
FAQ
- What does the cottage icon represent?
- It represents a small house or dwelling, often used for 'home' or 'residence' related actions or information.
- How do I use the CottageIcon in React?
- Import both HugeiconsIcon and CottageIcon, then render <HugeiconsIcon icon={CottageIcon} />.
- What is the license for this icon?
- The CottageIcon is distributed under the MIT license, allowing for free use.
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 →