Scroll Double Left Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Scroll Double 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/306441.svg" alt="Scroll Double Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306441.svg" alt="Scroll Double Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306441.svg" alt="Scroll Double Left icon" :width="24" :height="24" />
CSS background
.icon-scroll-double-left {
background-image: url('https://proicons.com/icon/306441.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="M727 227H273C122 227 0 349 0 500s122 273 273 273h454c151 0 273-122 273-273S878 227 727 227zm-454 37h454c131 0 237 106 237 236S858 736 727 736H273C143 736 37 630 37 500s105-236 236-236zm-5 239l54 54c2 1 4 1 6 0s1-4 0-6l-52-51 52-51c1-2 1-4 0-6s-4-1-6 0l-54 54c-1 1-1 2-1 3s0 2 1 3zm-23-115c3-4 3-9 0-12-4-3-9-3-12 0L114 494c-1 2-2 4-2 6s1 4 2 6l119 118c3 3 8 3 12 0 3-3 3-9 0-12L132 500l113-112z"/></svg>
Copied!