Scroll Long Right Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Scroll Long 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/306448.svg" alt="Scroll Long Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306448.svg" alt="Scroll Long Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306448.svg" alt="Scroll Long Right icon" :width="24" :height="24" />
CSS background
.icon-scroll-long-right {
background-image: url('https://proicons.com/icon/306448.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="M229 271h382c107 0 198 74 222 175h-32c-23-83-100-145-190-145H229c-109 0-199 90-199 199s90 198 199 198h381c91 0 168-61 191-144h32c-24 100-115 175-223 175H229C103 729 0 627 0 500s103-229 229-229zm671 206H645c-9 0-16 7-16 16v14c0 9 7 16 16 16h255v68c0 9 5 11 11 5l84-85c7-6 7-16 0-22l-84-84c-6-7-11-4-11 4v68zm-673 30v-14c0-9-7-16-16-16h-94c-9 0-16 7-16 16v14c0 9 7 16 16 16h94c9 0 16-7 16-16z"/></svg>
Copied!