Controls

Stroke width2px
Size120px
Animated
Speed
barsnavigationhamburgeroptions

Menu

Animated menu SVG icon for React and Next.js. Morphs hamburger bars for sidebar toggles, mobile navigation, and options menus.

import Menu from "cssvg-icons/menu";

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

Details

AuthorHari

Missing something?

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

Request a variant