Flip Horizontal 2 Pixel Art Icon
A horizontal flip icon for mirroring images or shapes along a vertical axis in design, photo, and canvas applications.
Tags
fliphorizontal
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Flip Horizontal 2 icon
Arrows or indicators showing a reflection across a vertical axis, meaning the content is mirrored left to right. Design tools, photo editors, and canvas applications use this to flip artwork or an element horizontally. It is a staple of any toolbar that deals with symmetry and orientation. Its counterpart, flip-vertical-2, mirrors along the horizontal axis. When both are present, clear labels or tooltips prevent confusion between the two axes.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/flip-horizontal-2.svg" width="24" height="24" alt="Flip Horizontal 2" />
<!-- React -->
import { FlipHorizontal2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="flip-horizontal-2.svg" width="48" height="48" style="image-rendering: pixelated" />