The HugeIcons hut icon depicts a simple dwelling, commonly used to represent a home, base, or primary location in user interfaces.
Common uses
- Home page link
- User profile/dashboard
- Primary navigation item
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { HutIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={HutIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- homehousedwellingshelter
FAQ
- What does the hut icon represent?
- The hut icon represents a simple dwelling or shelter, often used for 'home' or a primary location.
- How do I use the HutIcon in React?
- Import HutIcon from '@hugeicons/core-free-icons' and use it like this: <HugeiconsIcon icon={HutIcon} />. Ensure you also import HugeiconsIcon from '@hugeicons/react'.
- What is the license for this icon?
- The HutIcon is provided under the MIT license, allowing for free use in commercial and non-commercial projects.