Scroll Long Up Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Scroll Long Up 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/306449.svg" alt="Scroll Long Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306449.svg" alt="Scroll Long Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306449.svg" alt="Scroll Long Up icon" :width="24" :height="24" />
CSS background
.icon-scroll-long-up {
background-image: url('https://proicons.com/icon/306449.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="M729 771V389c0-107-75-198-175-222v32c83 23 144 100 144 190v382c0 109-89 199-198 199s-199-90-199-199V389c0-90 62-167 145-190v-32c-100 24-175 115-175 222v382c0 126 102 229 229 229s229-103 229-229zM523 100v255c0 9-7 16-16 16h-14c-9 0-16-7-16-16V100h-68c-9 0-11-5-4-11l84-84c6-7 16-7 22 0l85 84c6 6 4 11-5 11h-68zm-30 673h14c9 0 16 7 16 16v94c0 9-7 16-16 16h-14c-9 0-16-7-16-16v-94c0-9 7-16 16-16z"/></svg>
Copied!