Controls

Stroke width2px
Size120px
Animated
Speed
playstartmediavideoaudioplayerpulsinganimated play icon

Play

Animated play SVG icon for React and Next.js. Pulses a play triangle for video and audio player controls and media start interactions.

import Play from "cssvg-icons/play";

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

Details

AuthorHari

Missing something?

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

Request a variant