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