Rainbow Pixel Art Icon
A rainbow icon for positive outcomes, post-rain conditions, LGBTQ+ pride themes and color spectrum displays.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Rainbow icon
Arching colored bands above a baseline, the meteorological and cultural rainbow. In a weather app it signals the end of rain and a return to sunshine. In a design tool it represents a color spectrum or gradient picker. In inclusivity-focused interfaces or Pride-themed content it carries LGBTQ+ association, so context matters. Its uplifting connotation makes it a good choice for success states or celebration screens. For purely meteorological use, pair it with sun or cloud-sun for context.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/rainbow.svg" width="24" height="24" alt="Rainbow" />
<!-- React -->
import { Rainbow } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="rainbow.svg" width="48" height="48" style="image-rendering: pixelated" />