Scroll Double Right Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Scroll Double 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/306442.svg" alt="Scroll Double Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306442.svg" alt="Scroll Double Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306442.svg" alt="Scroll Double Right icon" :width="24" :height="24" />
CSS background
.icon-scroll-double-right {
background-image: url('https://proicons.com/icon/306442.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 736H273C143 736 37 630 37 500s106-236 236-236h454zm5 239c1-1 1-2 1-3s0-2-1-3l-54-54c-2-1-4-1-6 0s-1 4 0 6l52 51-52 51c-1 2-1 4 0 6s4 1 6 0l54-54zm23-115l113 112-113 112c-3 4-3 9 0 12 4 4 9 4 12 0l119-118c1-2 2-4 2-6s-1-4-2-6L767 376c-3-3-8-3-12 0-3 3-3 8 0 12z"/></svg>
Copied!