Flip Vertical Pixel Art Icon
A vertical flip icon for mirroring objects top-to-bottom in image editors, design tools and transform panels.
Tags
flipvertical
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Flip Vertical icon
Two mirrored halves of a shape reflected across a horizontal axis, the standard 'Flip vertical' transform action. Use it in a design tool's transform panel, an image editor's rotation and orientation controls, or a CSS transform inspector for 'scaleY(-1)'. It inverts the object top to bottom, which is useful for creating reflections, symmetrical patterns, or correcting upside-down images. For mirroring left to right instead, flip-horizontal is the paired counterpart.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/flip-vertical.svg" width="24" height="24" alt="Flip Vertical" />
<!-- React -->
import { FlipVertical } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="flip-vertical.svg" width="48" height="48" style="image-rendering: pixelated" />