uploadsendfilearrow-uptransferpublishanimated upload icon
Upload
Animated upload SVG icon for React and Next.js. Slides an arrow upward for file upload, publish, and data transfer interactions.
import Upload from "cssvg-icons/upload";
export default function App() {
return (
<Upload
color="#ffffff"
strokeWidth={2}
size={120}
/>
);
}Missing something?
Need a variant of Upload or a different style? Open a GitHub issue and we'll add it to the queue.
Request a variant