Pixelarticons

Text Wrap Pixel Art Icon

A text wrap icon showing lines curving around an obstacle, for enabling word-wrap mode, soft-wrap toggles and image-wrap settings.

office Free 2 variants

Tags

wrap

Style variants

base

Outline · rounded corners

sharp

Outline · sharp corners

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Text Wrap icon

Text lines that bend or return at the edge of a container, depicting the flow of soft-wrapped text. Editors and code tools use it on a 'Word Wrap' toggle that prevents long lines from scrolling off-screen. It also fits image-wrap controls in document editors, where you choose whether text flows around an embedded picture. When the goal is multi-column layout rather than flowing text, reach for the text-colums icon instead.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/text-wrap.svg" width="24" height="24" alt="Text Wrap" />

<!-- React -->
import { TextWrap } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="text-wrap.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons