The HugeIcons fire pit icon visually represents a campfire or a place for burning, commonly used in UIs to denote outdoor activities, camping, or warmth-related features.
Common uses
- Camping and outdoor activity sections
- Weather widgets for cold conditions
- User profile status (e.g., 'cozy' or 'warm')
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FirePitIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FirePitIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- campfirebonfirehearthoutdoor fire
FAQ
- What does the fire pit icon represent?
- It depicts a fire pit, symbolizing a campfire or a place for burning. It's often used for themes related to warmth, outdoors, or camping.
- How do I use the FirePitIcon in React?
- Import both HugeiconsIcon and FirePitIcon, then render it using <HugeiconsIcon icon={FirePitIcon} />. Ensure you have '@hugeicons/react' and '@hugeicons/core-free-icons' installed.
- What is the license for this icon?
- The HugeIcons fire pit icon is available under the MIT license, allowing 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 →