Scroll Double Down Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Scroll Double Down 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/306440.svg" alt="Scroll Double Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306440.svg" alt="Scroll Double Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306440.svg" alt="Scroll Double Down icon" :width="24" :height="24" />
CSS background
.icon-scroll-double-down {
background-image: url('https://proicons.com/icon/306440.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="M227 273v454c0 151 122 273 273 273s273-122 273-273V273C773 122 651 0 500 0S227 122 227 273zm37 0c0-131 106-237 236-237s236 107 236 237v454c0 131-105 237-236 237S264 858 264 727V273zm344 304L500 685 392 577c-3-3-8-3-12 0-3 3-3 8 0 12l114 113c2 2 4 3 6 3s4-1 6-3l114-113c3-4 3-9 0-12s-9-3-12 0zm49 137L500 870 344 714c-5-5-13-5-17 0-5 4-5 12 0 16l165 165c2 3 5 4 8 4s6-1 8-4l165-165c5-4 5-12 0-16-4-5-12-5-16 0z"/></svg>
Copied!