Scroll Double Up Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Scroll Double 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/306443.svg" alt="Scroll Double Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306443.svg" alt="Scroll Double Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306443.svg" alt="Scroll Double Up icon" :width="24" :height="24" />
CSS background
.icon-scroll-double-up {
background-image: url('https://proicons.com/icon/306443.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="M773 727V273C773 122 651 0 500 0S227 122 227 273v454c0 151 122 273 273 273s273-122 273-273zm-37 0c0 131-106 237-236 237S264 858 264 727V273c0-131 106-237 236-237s236 107 236 237v454zM497 268c1-1 2-1 3-1s2 0 3 1l54 54c1 2 1 4 0 6s-4 1-6 0l-51-52-51 52c-2 1-4 1-6 0s-1-4 0-6l54-54zm115-23L500 132 388 245c-4 3-9 3-12 0-4-4-4-9 0-12l118-119c2-1 4-2 6-2s4 1 6 2l118 119c3 3 3 8 0 12-3 3-8 3-12 0z"/></svg>
Copied!