Download Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Download Alt icon is commonly used in file managers, asset libraries and download pages. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305541.svg" alt="Download Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305541.svg" alt="Download Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305541.svg" alt="Download Alt icon" :width="24" :height="24" />
CSS background
.icon-download-alt {
background-image: url('https://proicons.com/icon/305541.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M635 741c-9 9-25 9-35 0L305 454c-9-9-9-24 0-34l59-57c10-9 25-9 35 0l150 146V134c0-14 11-24 24-24h99c14 0 25 10 25 24v365l140-136c9-9 25-9 35 0l58 57c10 10 10 25 0 34L635 741zM63 690v201h874V690H749L637 799c-10 11-28 11-38 0L486 690H63zm201 101c0-20 16-36 37-36s37 16 37 36-17 36-37 36-37-16-37-36zm-132 0c0-20 16-36 37-36 20 0 37 16 37 36s-17 36-37 36c-21 0-37-16-37-36z"/></svg>
Download Alt in other icon packs
Copied!