The HugeIcons character phonetic icon visually represents phonetic transcription, often used in interfaces to indicate pronunciation guides or language learning features.
Common uses
- Pronunciation guide button
- Language learning tool input
- Accessibility feature for text-to-speech
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CharacterPhoneticIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CharacterPhoneticIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- phoneticpronunciationsoundspeech
FAQ
- What is the character phonetic icon used for?
- It's used to represent phonetic transcription, commonly found in features related to pronunciation, language learning, or text-to-speech.
- How do I use the CharacterPhoneticIcon in React?
- Import it using `import { CharacterPhoneticIcon } from '@hugeicons/core-free-icons';` and render it as `<HugeiconsIcon icon={CharacterPhoneticIcon} />`.
- What is the license for this icon?
- The HugeIcons character phonetic icon is available under the MIT license.