T Arrow Up Pixel Art Icon
A T-shape with an upward arrow for increase text indentation, promote item in hierarchy, or typography increase actions.
Tags
arrowupupwardtopabove
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the T Arrow Up icon
A T symbol paired with an upward arrow, indicating an upward typographic or structural action: increasing text indent, promoting a heading level, or moving an item up in an outline. Rich-text editors and document-structure tools use it alongside t-arrow-down to let users adjust the hierarchy of content blocks. For pure font-size increase without a hierarchical meaning, a-arrow-up is the more commonly recognized convention.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/t-arrow-up.svg" width="24" height="24" alt="T Arrow Up" />
<!-- React -->
import { TArrowUp } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="t-arrow-up.svg" width="48" height="48" style="image-rendering: pixelated" />