Controls

Stroke width2px
Size120px
Animated
Speed
homehousebuildinganimation

Home

Animated home SVG icon for React and Next.js. Plays a subtle entrance animation for navigation home links and dashboard entry points.

import Home from "cssvg-icons/home";

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

Details

AuthorHari

Missing something?

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

Request a variant