The Tabler ankh icon depicts the ancient Egyptian hieroglyphic symbol for life, often used in UI to represent concepts related to life, spirituality, or cultural heritage.
Common uses
- Life insurance or health product labels
- Spiritual or religious content sections
- Cultural history or artifact displays
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconAnkh } from '@tabler/icons-react';
<IconAnkh size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Symbols
- Keywords
- egyptreligionculturescommunityankhsignmarkemblemrepresentationindicatorsymbolslife symbolegyptian crosskey of life
FAQ
- What does the ankh icon represent?
- The ankh icon represents the ancient Egyptian symbol for life. It is commonly associated with concepts of life, vitality, and immortality.
- How do I use the ankh icon in React?
- You can import and use the ankh icon in React with the following import statement: `import { IconAnkh } from '@tabler/icons-react'`. Then, you can render it as `<IconAnkh />`.
- What is the license for the ankh icon?
- The ankh icon from the Tabler icon library is available under the MIT license, which allows for free use in both personal and commercial projects.