bubble-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
bubble-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

2 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the bubble icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20q-.673 0-1.357-.127t-1.326-.362q-.194-.061-.294-.242t-.039-.375t.243-.294t.375-.039q.561.21 1.196.325Q11.433 19 12 19q2.9 0 4.95-2.05T19 12t-2.05-4.95T12 5T7.05 7.05T5 12q0 .625.105 1.199t.333 1.155q.062.194-.038.385q-.1.19-.294.251q-.194.062-.375-.038t-.242-.294q-.235-.623-.362-1.317Q4 12.648 4 12q0-1.658.626-3.113t1.716-2.545t2.546-1.716T12 4t3.113.626t2.545 1.716t1.716 2.546T20 12t-.626 3.113t-1.716 2.545t-2.546 1.716T12 20m-7.57-.43q-.159-.16-.159-.355t.16-.354l8.361-8.361H9q-.213 0-.357-.143T8.5 10t.143-.357T9 9.5h4.692q.349 0 .578.23t.23.578V15q0 .214-.143.357T14 15.5t-.357-.143T13.5 15v-3.792l-8.361 8.361q-.141.14-.345.15t-.363-.15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBubbleRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20q-.673 0-1.357-.127t-1.326-.362q-.194-.061-.294-.242t-.039-.375t.243-.294t.375-.039q.561.21 1.196.325Q11.433 19 12 19q2.9 0 4.95-2.05T19 12t-2.05-4.95T12 5T7.05 7.05T5 12q0 .625.105 1.199t.333 1.155q.062.194-.038.385q-.1.19-.294.251q-.194.062-.375-.038t-.242-.294q-.235-.623-.362-1.317Q4 12.648 4 12q0-1.658.626-3.113t1.716-2.545t2.546-1.716T12 4t3.113.626t2.545 1.716t1.716 2.546T20 12t-.626 3.113t-1.716 2.545t-2.546 1.716T12 20m-7.57-.43q-.159-.16-.159-.355t.16-.354l8.361-8.361H9q-.213 0-.357-.143T8.5 10t.143-.357T9 9.5h4.692q.349 0 .578.23t.23.578V15q0 .214-.143.357T14 15.5t-.357-.143T13.5 15v-3.792l-8.361 8.361q-.141.14-.345.15t-.363-.15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20q-.673 0-1.357-.127t-1.326-.362q-.194-.061-.294-.242t-.039-.375t.243-.294t.375-.039q.561.21 1.196.325Q11.433 19 12 19q2.9 0 4.95-2.05T19 12t-2.05-4.95T12 5T7.05 7.05T5 12q0 .625.105 1.199t.333 1.155q.062.194-.038.385q-.1.19-.294.251q-.194.062-.375-.038t-.242-.294q-.235-.623-.362-1.317Q4 12.648 4 12q0-1.658.626-3.113t1.716-2.545t2.546-1.716T12 4t3.113.626t2.545 1.716t1.716 2.546T20 12t-.626 3.113t-1.716 2.545t-2.546 1.716T12 20m-7.57-.43q-.159-.16-.159-.355t.16-.354l8.361-8.361H9q-.213 0-.357-.143T8.5 10t.143-.357T9 9.5h4.692q.349 0 .578.23t.23.578V15q0 .214-.143.357T14 15.5t-.357-.143T13.5 15v-3.792l-8.361 8.361q-.141.14-.345.15t-.363-.15"/></svg>
</template>

CSS

.icon-bubble-rounded {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2020q-.673%200-1.357-.127t-1.326-.362q-.194-.061-.294-.242t-.039-.375t.243-.294t.375-.039q.561.21%201.196.325Q11.433%2019%2012%2019q2.9%200%204.95-2.05T19%2012t-2.05-4.95T12%205T7.05%207.05T5%2012q0%20.625.105%201.199t.333%201.155q.062.194-.038.385q-.1.19-.294.251q-.194.062-.375-.038t-.242-.294q-.235-.623-.362-1.317Q4%2012.648%204%2012q0-1.658.626-3.113t1.716-2.545t2.546-1.716T12%204t3.113.626t2.545%201.716t1.716%202.546T20%2012t-.626%203.113t-1.716%202.545t-2.546%201.716T12%2020m-7.57-.43q-.159-.16-.159-.355t.16-.354l8.361-8.361H9q-.213%200-.357-.143T8.5%2010t.143-.357T9%209.5h4.692q.349%200%20.578.23t.23.578V15q0%20.214-.143.357T14%2015.5t-.357-.143T13.5%2015v-3.792l-8.361%208.361q-.141.14-.345.15t-.363-.15%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2020q-.673%200-1.357-.127t-1.326-.362q-.194-.061-.294-.242t-.039-.375t.243-.294t.375-.039q.561.21%201.196.325Q11.433%2019%2012%2019q2.9%200%204.95-2.05T19%2012t-2.05-4.95T12%205T7.05%207.05T5%2012q0%20.625.105%201.199t.333%201.155q.062.194-.038.385q-.1.19-.294.251q-.194.062-.375-.038t-.242-.294q-.235-.623-.362-1.317Q4%2012.648%204%2012q0-1.658.626-3.113t1.716-2.545t2.546-1.716T12%204t3.113.626t2.545%201.716t1.716%202.546T20%2012t-.626%203.113t-1.716%202.545t-2.546%201.716T12%2020m-7.57-.43q-.159-.16-.159-.355t.16-.354l8.361-8.361H9q-.213%200-.357-.143T8.5%2010t.143-.357T9%209.5h4.692q.349%200%20.578.23t.23.578V15q0%20.214-.143.357T14%2015.5t-.357-.143T13.5%2015v-3.792l-8.361%208.361q-.141.14-.345.15t-.363-.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/bubble-rounded.svg?color=%231a73e8&size=48