The HugeIcons tasbih icon depicts a string of prayer beads, commonly used in UI to represent spiritual practices, meditation, or counting functions.
Common uses
- Prayer or meditation tracking
- Spiritual or religious content sections
- Counting or tallying features
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TasbihIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TasbihIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- prayer beadsrosaryworry beadsmeditation beads
FAQ
- What does the tasbih icon represent?
- It represents prayer beads, often used for spiritual counting or meditation.
- How do I use the TasbihIcon in React?
- Import both HugeiconsIcon and TasbihIcon, then render <HugeiconsIcon icon={TasbihIcon} />.
- What is the license for this icon?
- The HugeIcons tasbih icon is released under the MIT license.