Downwell Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Downwell 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/339263.svg" alt="Downwell icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339263.svg" alt="Downwell icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339263.svg" alt="Downwell icon" :width="24" :height="24" />
CSS background
.icon-downwell {
background-image: url('https://proicons.com/icon/339263.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="23.2523" y="14.6388" width="2.8037" height="6.2408"/><polyline class="a" points="30.771 31.281 30.771 39.602 22.45 39.602 22.45 37.522 20.369 37.522 20.369 34.361 18.289 34.361 18.289 19.762 15.246 19.762 15.246 16.719 5 16.719 5 11.441 15.246 11.441 15.246 13.521 18.289 13.521 18.289 10.478 20.369 10.478 20.369 8.398 33.514 8.398 33.514 14.639 30.673 14.639 30.673 20.88 35.797 20.88 35.797 18.799 43 18.799 43 23.804 30.673 23.804 30.673 28.238"/><polyline class="a" points="30.673 28.238 36.894 28.238 36.894 37.522 33.851 37.522 33.851 31.281 30.771 31.281"/><rect class="a" x="22.8037" y="28.238" width="7.8697" height="3.0429"/></svg>
Copied!