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

Name
bubble-outline-rounded
Set
Material Symbols Light
Style
Outline 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-.667 0-1.348-.127q-.68-.127-1.323-.362q-.189-.061-.292-.247t-.04-.375q.06-.189.257-.289q.196-.1.385-.039q.542.21 1.17.325Q11.44 19 12 19q2.9 0 4.95-2.05T19 12t-2.05-4.95T12 5T7.05 7.05T5 12q0 .62.095 1.188t.324 1.13q.062.193-.028.377q-.091.184-.285.245q-.194.062-.388-.028q-.193-.09-.254-.285q-.235-.623-.35-1.304Q4 12.643 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 MaterialSymbolsLightBubbleOutlineRounded(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-.667 0-1.348-.127q-.68-.127-1.323-.362q-.189-.061-.292-.247t-.04-.375q.06-.189.257-.289q.196-.1.385-.039q.542.21 1.17.325Q11.44 19 12 19q2.9 0 4.95-2.05T19 12t-2.05-4.95T12 5T7.05 7.05T5 12q0 .62.095 1.188t.324 1.13q.062.193-.028.377q-.091.184-.285.245q-.194.062-.388-.028q-.193-.09-.254-.285q-.235-.623-.35-1.304Q4 12.643 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-.667 0-1.348-.127q-.68-.127-1.323-.362q-.189-.061-.292-.247t-.04-.375q.06-.189.257-.289q.196-.1.385-.039q.542.21 1.17.325Q11.44 19 12 19q2.9 0 4.95-2.05T19 12t-2.05-4.95T12 5T7.05 7.05T5 12q0 .62.095 1.188t.324 1.13q.062.193-.028.377q-.091.184-.285.245q-.194.062-.388-.028q-.193-.09-.254-.285q-.235-.623-.35-1.304Q4 12.643 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-outline-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-.667%200-1.348-.127q-.68-.127-1.323-.362q-.189-.061-.292-.247t-.04-.375q.06-.189.257-.289q.196-.1.385-.039q.542.21%201.17.325Q11.44%2019%2012%2019q2.9%200%204.95-2.05T19%2012t-2.05-4.95T12%205T7.05%207.05T5%2012q0%20.62.095%201.188t.324%201.13q.062.193-.028.377q-.091.184-.285.245q-.194.062-.388-.028q-.193-.09-.254-.285q-.235-.623-.35-1.304Q4%2012.643%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-.667%200-1.348-.127q-.68-.127-1.323-.362q-.189-.061-.292-.247t-.04-.375q.06-.189.257-.289q.196-.1.385-.039q.542.21%201.17.325Q11.44%2019%2012%2019q2.9%200%204.95-2.05T19%2012t-2.05-4.95T12%205T7.05%207.05T5%2012q0%20.62.095%201.188t.324%201.13q.062.193-.028.377q-.091.184-.285.245q-.194.062-.388-.028q-.193-.09-.254-.285q-.235-.623-.35-1.304Q4%2012.643%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-outline-rounded.svg?color=%231a73e8&size=48