Scroll Up Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Scroll 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/306451.svg" alt="Scroll Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306451.svg" alt="Scroll Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306451.svg" alt="Scroll Up icon" :width="24" :height="24" />
CSS background
.icon-scroll-up {
background-image: url('https://proicons.com/icon/306451.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 237v454zM612 275c-5 4-12 4-16 0l-88-89c-5-4-11-4-16 0l-88 89c-5 4-11 4-16 0l-26-26c-4-4-4-11 0-16l130-129c5-5 11-5 16 0l129 129c5 5 5 12 0 16l-25 26z"/></svg>
Copied!