Scroll Bubble Left Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Scroll Bubble 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/306437.svg" alt="Scroll Bubble Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306437.svg" alt="Scroll Bubble Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306437.svg" alt="Scroll Bubble Left icon" :width="24" :height="24" />
CSS background
.icon-scroll-bubble-left {
background-image: url('https://proicons.com/icon/306437.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="M1000 500c0-151-122-273-273-273H273C122 227 0 349 0 500s122 273 273 273h454c151 0 273-122 273-273zM727 264c131 0 237 106 237 236S858 736 727 736H273C143 736 37 630 37 500s106-236 236-236h454zM109 500c0-39 32-71 71-71s71 32 71 71-32 71-71 71-71-32-71-71zm156 0c0-29 23-52 51-52s52 24 52 52-23 51-52 51-51-23-51-51zm116 0c0-21 17-37 37-37s37 16 37 37-16 37-37 37-37-17-37-37z"/></svg>
Copied!