Controls

Stroke width2px
Size120px
Animated
Speed
starfavoriteratinggrowscalepopbookmarkanimated star icon

Star Grow

Animated star-grow SVG icon for React and Next.js. Scales and pops a star shape for favorites, ratings, and bookmark interactions.

import StarGrow from "cssvg-icons/star-grow";

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

Details

AuthorHari

Missing something?

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

Request a variant