The HugeIcons taj mahal icon depicts the iconic mausoleum and is often used to represent landmarks, travel, or historical sites.
Common uses
- Travel booking websites
- Historical landmark information
- Cultural event promotion
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TajMahalIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TajMahalIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- indiamausoleumlandmarkarchitecture
FAQ
- What does the taj mahal icon represent?
- It represents the Taj Mahal, a famous mausoleum in India. It's commonly used for themes related to travel, landmarks, or history.
- How do I use the Taj Mahal icon in React?
- Import both HugeiconsIcon and TajMahalIcon, then render <HugeiconsIcon icon={TajMahalIcon} />.
- What is the license for this icon?
- This icon is available under the MIT license, allowing for free use in commercial and non-commercial projects.