The HugeIcons haji icon depicts a stylized representation of a pilgrimage, often used to signify travel, religious journeys, or a significant destination in user interfaces.
Common uses
- Travel booking confirmation
- Religious event or location marker
- Milestone achievement indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { HajiIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={HajiIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- pilgrimjourneydestinationtravel
FAQ
- What does the haji icon represent?
- The haji icon symbolizes a pilgrimage, commonly used for travel, religious journeys, or marking important destinations.
- How do I use the HajiIcon in React?
- Import both HugeiconsIcon and HajiIcon, then render <HugeiconsIcon icon={HajiIcon} /> using the provided import statements.
- What is the license for this icon?
- The HajiIcon is distributed under the MIT license, allowing for free use in commercial and non-commercial projects.