Downloadnavi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Downloadnavi icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/324702.svg" alt="Downloadnavi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324702.svg" alt="Downloadnavi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324702.svg" alt="Downloadnavi icon" :width="24" :height="24" />
CSS background
.icon-downloadnavi {
background-image: url('https://proicons.com/icon/324702.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M33.35,24H27.84V14.42h0a.82.82,0,0,0-.82-.83H21a.83.83,0,0,0-.81.84V24H14.71a.9.9,0,0,0-.78.32A.91.91,0,0,0,14,25.59l9.3,9.87,0,0a.93.93,0,0,0,1.31,0L34,25.59v-.06a.86.86,0,0,0,.25-.6A.89.89,0,0,0,33.35,24Z"/><path class="cls-1" d="M45.29,23.68l-2.16-1.2a19.11,19.11,0,0,0-4.79-11.11l.54-2a.22.22,0,0,0,0-.16.27.27,0,0,0-.33-.17l-2,.53A19.1,19.1,0,0,0,25.42,4.89l-1.2-2.15a.36.36,0,0,0-.63,0L22.39,4.9A19.11,19.11,0,0,0,11.28,9.69l-2-.54a.22.22,0,0,0-.16,0A.27.27,0,0,0,9,9.48l.53,2A19.1,19.1,0,0,0,4.8,22.61l-2.15,1.2a.36.36,0,0,0,0,.63l2.16,1.2A19.11,19.11,0,0,0,9.6,36.75l-.54,2a.22.22,0,0,0,0,.16.27.27,0,0,0,.33.17l2-.53a19.1,19.1,0,0,0,11.13,4.69l1.2,2.15a.36.36,0,0,0,.63,0l1.2-2.16a19.11,19.11,0,0,0,11.11-4.79l2,.54a.22.22,0,0,0,.16,0,.27.27,0,0,0,.17-.33l-.53-2a19.1,19.1,0,0,0,4.69-11.13l2.15-1.2a.36.36,0,0,0,0-.63ZM24,40.32A16.34,16.34,0,1,1,24,7.65h0a16.34,16.34,0,0,1,0,32.67Z"/></svg>
Copied!