Last updated on

Animated CSS Timer Icon


I recently had a need for a timer/revert icon that can animate forward and backward.

Pure CSS

I wanted it to be a purely CSS and HTML versus an animated SVG or GIF so it can be manipulated more easily in the browser.

Adjustable Size

The size of the icon is relative to the wrapper so setting a different font-size will scale the icon proportionally.

Animation in Multiple Directions

The icon needs to animate forward and backward as well as have a rest state. The animation uses CSS keyframes based on the classes, ‘forward’ and ‘backward’.

CSS Timer Icon

See the Pen CSS Timer Icon by Joel Turner (@joelmturner) on CodePen.

CSS Timer Icon as React Component

See the Pen CSS Timer Icon as React Component by Joel Turner (@joelmturner) on CodePen.


Category: