Pixelarticons

Invert Pixel Art Icon

An invert icon for color inversion tools, contrast adjustments, and toggling between positive and negative states.

design Free 4 variants

Style variants

base

Outline · rounded corners

sharp

Outline · sharp corners

glyph

Filled · sharp corners

Get Pro

solid

Filled · rounded corners

Get Pro

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

About the Invert icon

A shape split diagonally between filled and empty halves, illustrating the concept of flipping values. Photo and graphics editors use it for a 'Invert colors' command; accessibility tools apply it to high-contrast modes. It also works as a generic 'flip state' metaphor on toggles where the meaning is contrast rather than on/off. When the intent is simply flipping orientation, a rotate or flip icon communicates that more directly.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/invert.svg" width="24" height="24" alt="Invert" />

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

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

Related icons