Controls

Stroke width2px
Size120px
Animated
Speed
clocktimescheduletimeralarmwatch

Clock

Animated clock SVG icon for React and Next.js. Represents time, schedules, and timers with a dynamic animation for time-related UI elements.

import Clock from "cssvg-icons/clock";

export default function App() {
  return (
    <Clock
      color="#ffffff"
      strokeWidth={2}
      size={120}
    />
  );
}

Details

AuthorHari

Missing something?

Need a variant of Clock or a different style? Open a GitHub issue and we'll add it to the queue.

Request a variant