Scroll Long Down Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Scroll Long Down 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/306446.svg" alt="Scroll Long Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306446.svg" alt="Scroll Long Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306446.svg" alt="Scroll Long Down icon" :width="24" :height="24" />
CSS background
.icon-scroll-long-down {
background-image: url('https://proicons.com/icon/306446.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M271 229v381c0 108 75 199 175 223v-32c-83-23-144-100-144-190V229c0-109 89-199 198-199s199 90 199 199v381c0 91-62 168-145 191v32c100-24 175-115 175-223V229C729 103 627 0 500 0S271 103 271 229zm206 671V645c0-9 7-16 16-16h14c9 0 16 7 16 16v255h68c9 0 11 5 5 11l-85 84c-6 7-16 7-22 0l-85-84c-6-6-4-11 5-11h68zm30-673h-14c-9 0-16-7-16-16v-94c0-9 7-16 16-16h14c9 0 16 7 16 16v94c0 9-7 16-16 16z"/></svg>
Copied!