Download Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Download Svg 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/308828.svg" alt="Download Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308828.svg" alt="Download Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308828.svg" alt="Download Svg icon" :width="24" :height="24" />
CSS background
.icon-download---svg {
background-image: url('https://proicons.com/icon/308828.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 18C11.4477 18 11 17.5523 11 17L11 10L7 10C6.59554 10 6.2309 9.75636 6.07612 9.38268C5.92134 9.00901 6.0069 8.57889 6.29289 8.29289L11.2929 3.29289C11.6834 2.90237 12.3166 2.90237 12.7071 3.29289L17.7071 8.29289C17.9931 8.57889 18.0787 9.00901 17.9239 9.38269C17.7691 9.75636 17.4045 10 17 10L13 10L13 17C13 17.5523 12.5523 18 12 18ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21H18C18.5523 21 19 20.5523 19 20C19 19.4477 18.5523 19 18 19H6Z" fill="#292929"/> </svg>
Copied!