Bubble Left Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The 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/305275.svg" alt="Bubble Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305275.svg" alt="Bubble Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305275.svg" alt="Bubble Left icon" :width="24" :height="24" />
CSS background
.icon-bubble-left {
background-image: url('https://proicons.com/icon/305275.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="M325 511c-6-6-6-16 0-22l130-130c6-6 6-16 0-23l-38-37c-6-7-16-7-22 0L205 489c-6 6-6 16 0 22l190 190c6 6 16 6 22 0l38-38c6-6 6-16 0-22L325 511zm237-11c0 46-37 83-83 83s-83-37-83-83 37-83 83-83 83 37 83 83zm136 0c0 33-27 60-60 60s-60-27-60-60 27-60 60-60 60 27 60 60zm102 0c0 24-19 43-43 43s-44-19-44-43 20-43 44-43 43 19 43 43z"/></svg>
Copied!