Download Study Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Download Study 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/319328.svg" alt="Download Study icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319328.svg" alt="Download Study icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319328.svg" alt="Download Study icon" :width="24" :height="24" />
CSS background
.icon-download-study {
background-image: url('https://proicons.com/icon/319328.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<title>download-study</title>
<polygon points="30 25 28.586 23.586 26 26.172 26 18 24 18 24 26.172 21.414 23.586 20 25 25 30 30 25"/>
<rect x="19" y="14" width="4" height="2"/>
<rect x="19" y="10" width="7" height="2"/>
<path d="M9,18h6a3,3,0,0,1,3,3v2H16V21a1,1,0,0,0-1-1H9a1,1,0,0,0-1,1v2H6V21A3,3,0,0,1,9,18Z"/>
<path d="M16,13a4,4,0,1,0-4,4A4,4,0,0,0,16,13Zm-2,0a2,2,0,1,1-2-2A2,2,0,0,1,14,13Z"/>
<path d="M18,26H4V6H28V16h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H18Z"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!