Italic Pixel Art Icon
An italic I icon for applying italic text style in rich-text editors, Markdown toolbars, and typography controls.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Italic icon
A slanted letter I, universally recognized as the italic text formatting control. It belongs in a rich-text editor toolbar, a Markdown formatting bar, a design tool's typography panel, or any editor that supports emphasis markup. Users expect it at the second position in a Bold, Italic, Underline group. When italic is active, the icon should appear pressed. The italic-box variant wraps this in a container for design systems where enclosed symbols are the convention.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/italic.svg" width="24" height="24" alt="Italic" />
<!-- React -->
import { Italic } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="italic.svg" width="48" height="48" style="image-rendering: pixelated" />