The HugeIcons muslim icon depicts a crescent moon and star, commonly used to represent Islamic culture, holidays like Ramadan or Eid, or general religious affiliation in UI elements.
Common uses
- Islamic holiday banners
- Religious affiliation settings
- Cultural content sections
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MuslimIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MuslimIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- crescent moonstarislamramadan
FAQ
- What does the Muslim icon represent?
- It represents a crescent moon and star, a symbol associated with Islam and used for Islamic cultural or religious contexts.
- How do I use the Muslim icon in React?
- Import both HugeiconsIcon and MuslimIcon, then render it using <HugeiconsIcon icon={MuslimIcon} />.
- What is the license for this icon?
- The HugeIcons Muslim icon is available under the MIT license, allowing for free commercial and non-commercial use.