Scroll Long Left Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Scroll Long Left 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/306447.svg" alt="Scroll Long Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306447.svg" alt="Scroll Long Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306447.svg" alt="Scroll Long Left icon" :width="24" :height="24" />
CSS background
.icon-scroll-long-left {
background-image: url('https://proicons.com/icon/306447.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="M771 271c126 0 229 102 229 229S897 729 771 729H390c-108 0-199-75-223-175h32c24 83 100 144 191 144h381c110 0 199-89 199-198s-90-199-199-199H390c-91 0-168 62-191 145h-32c24-100 115-175 223-175h381zM100 477v-68c0-9-5-11-11-5L5 489c-7 6-7 16 0 22l84 84c6 7 11 5 11-4v-68h255c9 0 16-7 16-16v-14c0-9-7-16-16-16H100zm673 30c0 9 7 16 16 16h94c9 0 16-7 16-16v-14c0-9-7-16-16-16h-94c-9 0-16 7-16 16v14z"/></svg>
Copied!