Bubble2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bubble2 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/337555.svg" alt="Bubble2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337555.svg" alt="Bubble2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337555.svg" alt="Bubble2 icon" :width="24" :height="24" />
CSS background
.icon-bubble2 {
background-image: url('https://proicons.com/icon/337555.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M7.5998,39.8926c4.8462,1.2329,8.0796.1872,9.0387-.4192.9591-.6064,1.9559-.8904,3.0043-.6844,1.4297.281,2.8892.4459,4.3571.4459,10.2173,0,18.5-7.0967,18.5-15.8508s-8.2827-15.8508-18.5-15.8508c-10.2173,0-18.5,7.0967-18.5,15.8508,0,4.2272,1.9084,8.3543,5.4741,11.2556,1.5069,1.2261-1.4257,3.6966-3.3743,5.2529Z"/><path class="d" d="M17.9361,16.946c4.5421-2.2991,11.7196-1.7103,12.1121,1.4019s-6.7009,5.1075-10.0093,5.3995c7.5701-.1285,9.1649,1.2949,9.0421,3.7498s-4.8364,4.617-9.2664,4.9534"/><path class="d" d="M19.0856,16.8619c.6168,3.8411.729,15.5888.729,15.5888"/></svg>
Copied!