Scroll Bubble Down Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Scroll Bubble 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/306436.svg" alt="Scroll Bubble Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306436.svg" alt="Scroll Bubble Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306436.svg" alt="Scroll Bubble Down icon" :width="24" :height="24" />
CSS background
.icon-scroll-bubble-down {
background-image: url('https://proicons.com/icon/306436.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="M500 0C349 0 227 122 227 273v454c0 151 122 273 273 273s273-122 273-273V273C773 122 651 0 500 0zm236 727c0 130-106 236-236 236S264 857 264 727V273c0-131 106-237 236-237s236 106 236 237v454zm-165 93c0 39-32 71-71 71s-71-32-71-71 32-71 71-71 71 32 71 71zm-19-136c0 28-24 51-52 51s-51-23-51-51 23-52 51-52c29 0 52 23 52 52zm-15-102c0 20-16 37-37 37s-37-17-37-37c0-21 17-37 37-37 21 0 37 17 37 37z"/></svg>
Copied!