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}
/>
);
}