The HugeIcons text italic icon visually represents the stylistic formatting of text to be italicized, commonly used in UIs to denote emphasis or a distinct text style.
Common uses
- Text formatting toolbar button
- Rich text editor controls
- Styling options menu
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TextItalicIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TextItalicIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- italictext styleemphasisfont style
FAQ
- What does the TextItalicIcon represent?
- It represents the italic text style, used to visually distinguish text for emphasis or stylistic reasons.
- How do I use TextItalicIcon in React?
- Import it using `import { TextItalicIcon } from '@hugeicons/core-free-icons';` and render it with `<HugeiconsIcon icon={TextItalicIcon} />`.
- What is the license for this icon?
- The HugeIcons icon library, including TextItalicIcon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.