Scroll Right Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Scroll Right 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/306450.svg" alt="Scroll Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306450.svg" alt="Scroll Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306450.svg" alt="Scroll Right icon" :width="24" :height="24" />
CSS background
.icon-scroll-right {
background-image: url('https://proicons.com/icon/306450.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="M0 500c0 151 122 273 273 273h454c151 0 273-122 273-273S878 227 727 227H273C122 227 0 349 0 500zm727-236c130 0 236 106 236 236S857 736 727 736H273C142 736 36 630 36 500s106-236 237-236h454zm-2 124c-4 5-4 12 0 16l89 88c4 5 4 12 0 16l-89 88c-4 5-4 12 0 16l26 26c4 4 11 4 16 0l129-130c4-4 4-11 0-15L766 363c-4-5-11-5-15 0l-26 25z"/></svg>
Copied!