Emoji Bubbles Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Bubbles 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/325149.svg" alt="Emoji Bubbles icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325149.svg" alt="Emoji Bubbles icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325149.svg" alt="Emoji Bubbles icon" :width="24" :height="24" />
CSS background
.icon-emoji-bubbles {
background-image: url('https://proicons.com/icon/325149.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>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="j" d="m27.0833,32.5493c.1873-.3386.421-.6478.6925-.9193.2715-.2716.5807-.5052.9193-.6925"/><path id="d" class="j" d="m33.6354,15.9062c.0896-.1619.2013-.3098.3312-.4397.1299-.1298.2778-.2416.4397-.3312"/><path id="e" class="j" d="m10.125,12.7039c.2997-.5417.6736-1.0365,1.108-1.4709.4344-.4344.9292-.8083,1.4709-1.108"/><path id="f" class="j" d="m15.9062,26.3125c5.7472,0,10.4062-4.6591,10.4062-10.4062s-4.6591-10.4062-10.4062-10.4062S5.5,10.1591,5.5,15.9062s4.6591,10.4062,10.4062,10.4062"/><path id="g" class="j" d="m36.3333,24c3.4058,0,6.1667-2.7609,6.1667-6.1667s-2.7609-6.1667-6.1667-6.1667-6.1667,2.7609-6.1667,6.1667,2.7609,6.1667,6.1667,6.1667"/><path id="h" class="j" d="m30.9375,42.5c4.2572,0,7.7083-3.4512,7.7083-7.7083s-3.4512-7.7083-7.7083-7.7083-7.7083,3.4512-7.7083,7.7083,3.4512,7.7083,7.7083,7.7083"/><path id="i" class="j" d="m30.9375,42.5c4.2572,0,7.7083-3.4512,7.7083-7.7083s-3.4512-7.7083-7.7083-7.7083-7.7083,3.4512-7.7083,7.7083,3.4512,7.7083,7.7083,7.7083"/></svg>
Copied!