Bubble Up Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bubble Up 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/305277.svg" alt="Bubble Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305277.svg" alt="Bubble Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305277.svg" alt="Bubble Up icon" :width="24" :height="24" />
CSS background
.icon-bubble-up {
background-image: url('https://proicons.com/icon/305277.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="M511 325c-6-6-16-6-22 0L359 455c-6 6-16 6-23 0l-37-38c-7-6-7-16 0-22l190-190c6-7 16-7 22 0l190 190c6 6 6 16 0 22l-38 38c-6 6-16 6-22 0L511 325zm72 154c0 45-37 83-83 83s-83-38-83-83 37-84 83-84 83 38 83 84zm-23 159c0 33-27 60-60 60s-60-27-60-60 27-60 60-60 60 27 60 60zm-17 119c0 24-19 43-43 43s-44-19-44-43 20-44 44-44 43 20 43 44z"/></svg>
Copied!