Bubble Right Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bubble Right 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/305276.svg" alt="Bubble Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305276.svg" alt="Bubble Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305276.svg" alt="Bubble Right icon" :width="24" :height="24" />
CSS background
.icon-bubble-right {
background-image: url('https://proicons.com/icon/305276.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="M675 511c6-6 6-16 0-23L545 359c-6-6-6-17 0-23l38-38c6-6 16-6 22 0l190 190c7 7 7 17 0 23L605 701c-6 6-16 6-22 0l-38-38c-6-6-6-16 0-22l130-130zm-70-11c0 46-38 83-84 83s-83-37-83-83 38-83 83-83 84 37 84 83zm-183 0c0 33-27 60-60 60s-60-27-60-60 27-60 60-60 60 26 60 60zm-135 0c0 24-20 43-44 43s-43-19-43-43 19-44 43-44 44 20 44 44z"/></svg>
Copied!