Float Right Pixel Art Icon
A float-right icon for wrapping text around a right-aligned image or element in rich-text editors and page builders.
Tags
floatrightforwardnexteast
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 Float Right icon
A small block on the right with text wrapping around its left side, representing the CSS 'float: right' layout option. Use it in an image alignment toolbar inside a rich-text editor, a page builder's layout controls, or a newsletter composer that supports text-wrapped media. It sits naturally alongside float-left and float-center in a toolbar group. When alignment without wrapping is needed, the text-align-right icon conveys the intent without any float connotation.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/float-right.svg" width="24" height="24" alt="Float Right" />
<!-- React -->
import { FloatRight } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="float-right.svg" width="48" height="48" style="image-rendering: pixelated" />