Free Download Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Free Download Manager 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/326230.svg" alt="Free Download Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326230.svg" alt="Free Download Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326230.svg" alt="Free Download Manager icon" :width="24" :height="24" />
CSS background
.icon-free-download-manager {
background-image: url('https://proicons.com/icon/326230.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m15.675,14.75h18.5c4.0842,0,7.4,3.3158,7.4,7.4v20.35h-18.5c-4.0842,0-7.4-3.3158-7.4-7.4V14.75h0Z"/><line class="c" x1="15.675" y1="28.625" x2="33.4114" y2="28.625"/><polyline class="c" points="28.6689 33.3674 33.4114 28.625 28.6689 23.8826"/><path class="c" d="m8.849,31.3272c-1.4891-1.3537-2.424-3.3063-2.424-5.4772V5.5h18.5c2.2828,0,4.3242,1.0337,5.6816,2.6585"/><path class="c" d="m13.6428,36.1011c-1.587-1.3572-2.5928-3.3742-2.5928-5.6261V10.125h18.5c2.0435,0,3.8935.8283,5.2326,2.1674"/><line class="c" x1="38.9829" y1="16.5348" x2="30.6066" y2="8.1585"/><line class="c" x1="18.46" y1="40.915" x2="8.8601" y2="31.315"/></svg>
Copied!