Controls

Stroke width2px
Size56px
downloadsavefilearrow-downtransferfetchanimated download icon

Download

Animated download icon

import DownloadIcon from "cssvg-icons/download";

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

Details

AuthorHari