bubbles emoji
bubbles from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- bubbles
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More objects icons from OpenMoji
Use the bubbles emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="4" d="M40 47.091A5.35 5.35 0 0 1 42.091 45"/><path stroke-width="3" d="M48.5 25.5a2.56 2.56 0 0 1 1-1"/><path stroke-width="4" d="M18 21.346A8.56 8.56 0 0 1 21.346 18"/></g><path fill="#92d3f5" d="M24.5 39C31.956 39 38 32.956 38 25.5S31.956 12 24.5 12S11 18.044 11 25.5S17.044 39 24.5 39m26.799-3.3a7.893 7.893 0 1 0 0-15.786a7.893 7.893 0 0 0 0 15.786M44 60c5.523 0 10-4.477 10-10s-4.477-10-10-10s-10 4.477-10 10s4.477 10 10 10"/><path fill="none" stroke="#61b2e4" stroke-linecap="round" stroke-linejoin="round" stroke-width="10" d="M32 25.5a6.5 6.5 0 0 1-6.5 6.5"/><path fill="none" stroke="#61b2e4" stroke-linecap="round" stroke-linejoin="round" stroke-width="6" d="M50 50a5 5 0 0 1-5 5"/><path fill="none" stroke="#61b2e4" stroke-linecap="round" stroke-linejoin="round" stroke-width="5" d="M55.5 28.5a3 3 0 0 1-3 3"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M40 47.091A5.35 5.35 0 0 1 42.091 45"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M48.5 25.5a2.56 2.56 0 0 1 1-1"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M18 21.346A8.56 8.56 0 0 1 21.346 18"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M25.5 39C32.956 39 39 32.956 39 25.5S32.956 12 25.5 12S12 18.044 12 25.5S18.044 39 25.5 39M52 36a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-7 24c5.523 0 10-4.477 10-10s-4.477-10-10-10s-10 4.477-10 10s4.477 10 10 10"/><path d="M45 60c5.523 0 10-4.477 10-10s-4.477-10-10-10s-10 4.477-10 10s4.477 10 10 10"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiBubbles(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round"><path strokeWidth="4" d="M40 47.091A5.35 5.35 0 0 1 42.091 45"/><path strokeWidth="3" d="M48.5 25.5a2.56 2.56 0 0 1 1-1"/><path strokeWidth="4" d="M18 21.346A8.56 8.56 0 0 1 21.346 18"/></g><path fill="#92d3f5" d="M24.5 39C31.956 39 38 32.956 38 25.5S31.956 12 24.5 12S11 18.044 11 25.5S17.044 39 24.5 39m26.799-3.3a7.893 7.893 0 1 0 0-15.786a7.893 7.893 0 0 0 0 15.786M44 60c5.523 0 10-4.477 10-10s-4.477-10-10-10s-10 4.477-10 10s4.477 10 10 10"/><path fill="none" stroke="#61b2e4" strokeLinecap="round" strokeLinejoin="round" strokeWidth="10" d="M32 25.5a6.5 6.5 0 0 1-6.5 6.5"/><path fill="none" stroke="#61b2e4" strokeLinecap="round" strokeLinejoin="round" strokeWidth="6" d="M50 50a5 5 0 0 1-5 5"/><path fill="none" stroke="#61b2e4" strokeLinecap="round" strokeLinejoin="round" strokeWidth="5" d="M55.5 28.5a3 3 0 0 1-3 3"/><path fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M40 47.091A5.35 5.35 0 0 1 42.091 45"/><path fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="3" d="M48.5 25.5a2.56 2.56 0 0 1 1-1"/><path fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M18 21.346A8.56 8.56 0 0 1 21.346 18"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M25.5 39C32.956 39 39 32.956 39 25.5S32.956 12 25.5 12S12 18.044 12 25.5S18.044 39 25.5 39M52 36a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-7 24c5.523 0 10-4.477 10-10s-4.477-10-10-10s-10 4.477-10 10s4.477 10 10 10"/><path d="M45 60c5.523 0 10-4.477 10-10s-4.477-10-10-10s-10 4.477-10 10s4.477 10 10 10"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="4" d="M40 47.091A5.35 5.35 0 0 1 42.091 45"/><path stroke-width="3" d="M48.5 25.5a2.56 2.56 0 0 1 1-1"/><path stroke-width="4" d="M18 21.346A8.56 8.56 0 0 1 21.346 18"/></g><path fill="#92d3f5" d="M24.5 39C31.956 39 38 32.956 38 25.5S31.956 12 24.5 12S11 18.044 11 25.5S17.044 39 24.5 39m26.799-3.3a7.893 7.893 0 1 0 0-15.786a7.893 7.893 0 0 0 0 15.786M44 60c5.523 0 10-4.477 10-10s-4.477-10-10-10s-10 4.477-10 10s4.477 10 10 10"/><path fill="none" stroke="#61b2e4" stroke-linecap="round" stroke-linejoin="round" stroke-width="10" d="M32 25.5a6.5 6.5 0 0 1-6.5 6.5"/><path fill="none" stroke="#61b2e4" stroke-linecap="round" stroke-linejoin="round" stroke-width="6" d="M50 50a5 5 0 0 1-5 5"/><path fill="none" stroke="#61b2e4" stroke-linecap="round" stroke-linejoin="round" stroke-width="5" d="M55.5 28.5a3 3 0 0 1-3 3"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M40 47.091A5.35 5.35 0 0 1 42.091 45"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M48.5 25.5a2.56 2.56 0 0 1 1-1"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M18 21.346A8.56 8.56 0 0 1 21.346 18"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M25.5 39C32.956 39 39 32.956 39 25.5S32.956 12 25.5 12S12 18.044 12 25.5S18.044 39 25.5 39M52 36a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-7 24c5.523 0 10-4.477 10-10s-4.477-10-10-10s-10 4.477-10 10s4.477 10 10 10"/><path d="M45 60c5.523 0 10-4.477 10-10s-4.477-10-10-10s-10 4.477-10 10s4.477 10 10 10"/></g></svg> </template>
CSS
.icon-bubbles {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%224%22%20d%3D%22M40%2047.091A5.35%205.35%200%200%201%2042.091%2045%22%2F%3E%3Cpath%20stroke-width%3D%223%22%20d%3D%22M48.5%2025.5a2.56%202.56%200%200%201%201-1%22%2F%3E%3Cpath%20stroke-width%3D%224%22%20d%3D%22M18%2021.346A8.56%208.56%200%200%201%2021.346%2018%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M24.5%2039C31.956%2039%2038%2032.956%2038%2025.5S31.956%2012%2024.5%2012S11%2018.044%2011%2025.5S17.044%2039%2024.5%2039m26.799-3.3a7.893%207.893%200%201%200%200-15.786a7.893%207.893%200%200%200%200%2015.786M44%2060c5.523%200%2010-4.477%2010-10s-4.477-10-10-10s-10%204.477-10%2010s4.477%2010%2010%2010%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2361b2e4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2210%22%20d%3D%22M32%2025.5a6.5%206.5%200%200%201-6.5%206.5%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2361b2e4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%226%22%20d%3D%22M50%2050a5%205%200%200%201-5%205%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2361b2e4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%225%22%20d%3D%22M55.5%2028.5a3%203%200%200%201-3%203%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M40%2047.091A5.35%205.35%200%200%201%2042.091%2045%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M48.5%2025.5a2.56%202.56%200%200%201%201-1%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M18%2021.346A8.56%208.56%200%200%201%2021.346%2018%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M25.5%2039C32.956%2039%2039%2032.956%2039%2025.5S32.956%2012%2025.5%2012S12%2018.044%2012%2025.5S18.044%2039%2025.5%2039M52%2036a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m-7%2024c5.523%200%2010-4.477%2010-10s-4.477-10-10-10s-10%204.477-10%2010s4.477%2010%2010%2010%22%2F%3E%3Cpath%20d%3D%22M45%2060c5.523%200%2010-4.477%2010-10s-4.477-10-10-10s-10%204.477-10%2010s4.477%2010%2010%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%224%22%20d%3D%22M40%2047.091A5.35%205.35%200%200%201%2042.091%2045%22%2F%3E%3Cpath%20stroke-width%3D%223%22%20d%3D%22M48.5%2025.5a2.56%202.56%200%200%201%201-1%22%2F%3E%3Cpath%20stroke-width%3D%224%22%20d%3D%22M18%2021.346A8.56%208.56%200%200%201%2021.346%2018%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M24.5%2039C31.956%2039%2038%2032.956%2038%2025.5S31.956%2012%2024.5%2012S11%2018.044%2011%2025.5S17.044%2039%2024.5%2039m26.799-3.3a7.893%207.893%200%201%200%200-15.786a7.893%207.893%200%200%200%200%2015.786M44%2060c5.523%200%2010-4.477%2010-10s-4.477-10-10-10s-10%204.477-10%2010s4.477%2010%2010%2010%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2361b2e4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2210%22%20d%3D%22M32%2025.5a6.5%206.5%200%200%201-6.5%206.5%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2361b2e4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%226%22%20d%3D%22M50%2050a5%205%200%200%201-5%205%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2361b2e4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%225%22%20d%3D%22M55.5%2028.5a3%203%200%200%201-3%203%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M40%2047.091A5.35%205.35%200%200%201%2042.091%2045%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M48.5%2025.5a2.56%202.56%200%200%201%201-1%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M18%2021.346A8.56%208.56%200%200%201%2021.346%2018%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M25.5%2039C32.956%2039%2039%2032.956%2039%2025.5S32.956%2012%2025.5%2012S12%2018.044%2012%2025.5S18.044%2039%2025.5%2039M52%2036a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m-7%2024c5.523%200%2010-4.477%2010-10s-4.477-10-10-10s-10%204.477-10%2010s4.477%2010%2010%2010%22%2F%3E%3Cpath%20d%3D%22M45%2060c5.523%200%2010-4.477%2010-10s-4.477-10-10-10s-10%204.477-10%2010s4.477%2010%2010%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/bubbles.svg?color=%231a73e8&size=48