Pixelarticons

Repeat Pixel Art Icon

A repeat icon for looping media playback, recurring tasks, and 'play again' controls in audio and video players.

arrows Free 2 variants

Style variants

base

Outline · rounded corners

sharp

Outline · sharp corners

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

About the Repeat icon

Two arrows forming a rectangular loop, the standard media-player symbol for 'repeat.' When active, playback loops back to the start after finishing. It appears on music and podcast players alongside shuffle; together they control the order and looping of a queue. A single item repeat variant sometimes shows a '1' overlaid on the loop. For scheduling recurring tasks, a calendar-repeat or similar icon may carry the meaning more clearly outside of media contexts.

Usage

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

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

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

Related icons