Gif Pixel Art Icon
A GIF badge icon for animated image pickers, GIF keyboard search features, and media format type indicators.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Gif icon
The three-letter 'GIF' text rendered as an icon, serving as an unambiguous label for the animated image format. It belongs on a GIF picker button in a messaging app, a media format filter in a content library, or an upload dialog that accepts animated files. Because it reads as a text label rather than a pictogram, it communicates format type with no interpretation needed. For still images, the plain image icon keeps the distinction clear.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/gif.svg" width="24" height="24" alt="Gif" />
<!-- React -->
import { Gif } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="gif.svg" width="48" height="48" style="image-rendering: pixelated" />