Bumble Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bumble 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/337586.svg" alt="Bumble icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337586.svg" alt="Bumble icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337586.svg" alt="Bumble icon" :width="24" :height="24" />
CSS background
.icon-bumble {
background-image: url('https://proicons.com/icon/337586.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#fff;}.a{stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="12.65" y1="24" x2="35.35" y2="24"/><line class="a" x1="16.83" y1="16.33" x2="31.17" y2="16.33"/><line class="a" x1="19.06" y1="31.67" x2="28.94" y2="31.67"/><path class="b" d="M32.75,5.84H15.25a3,3,0,0,0-2.6,1.51L3.9,22.5a3,3,0,0,0,0,3l8.75,15.15a3,3,0,0,0,2.6,1.51h17.5a3,3,0,0,0,2.6-1.51L44.1,25.5a3,3,0,0,0,0-3L35.35,7.35A3,3,0,0,0,32.75,5.84Z"/></svg>
Copied!