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

Name
bubble
Set
Material Symbols Light
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
bubble-outline, bubble-outline-sharp, bubble-sharp

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="M15.113 4.626q1.454.626 2.545 1.716t1.716 2.546T20 12t-.626 3.113t-1.716 2.545t-2.546 1.716T12 20q-.91 0-1.85-.215q-.94-.216-1.756-.64l.756-.756q.633.296 1.393.453T12 19q2.9 0 4.95-2.05T19 12t-2.05-4.95T12 5T7.05 7.05T5 12q0 .754.148 1.447t.464 1.384l-.75.75q-.431-.785-.647-1.728Q4 12.91 4 12q0-1.658.626-3.113t1.716-2.545t2.546-1.716T12 4t3.113.626M13.5 15.5v-4.292l-8.715 8.715l-.708-.707l8.715-8.716H8.5v-1h6v6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBubble(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="M15.113 4.626q1.454.626 2.545 1.716t1.716 2.546T20 12t-.626 3.113t-1.716 2.545t-2.546 1.716T12 20q-.91 0-1.85-.215q-.94-.216-1.756-.64l.756-.756q.633.296 1.393.453T12 19q2.9 0 4.95-2.05T19 12t-2.05-4.95T12 5T7.05 7.05T5 12q0 .754.148 1.447t.464 1.384l-.75.75q-.431-.785-.647-1.728Q4 12.91 4 12q0-1.658.626-3.113t1.716-2.545t2.546-1.716T12 4t3.113.626M13.5 15.5v-4.292l-8.715 8.715l-.708-.707l8.715-8.716H8.5v-1h6v6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.113 4.626q1.454.626 2.545 1.716t1.716 2.546T20 12t-.626 3.113t-1.716 2.545t-2.546 1.716T12 20q-.91 0-1.85-.215q-.94-.216-1.756-.64l.756-.756q.633.296 1.393.453T12 19q2.9 0 4.95-2.05T19 12t-2.05-4.95T12 5T7.05 7.05T5 12q0 .754.148 1.447t.464 1.384l-.75.75q-.431-.785-.647-1.728Q4 12.91 4 12q0-1.658.626-3.113t1.716-2.545t2.546-1.716T12 4t3.113.626M13.5 15.5v-4.292l-8.715 8.715l-.708-.707l8.715-8.716H8.5v-1h6v6z"/></svg>
</template>

CSS

.icon-bubble {
  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%22M15.113%204.626q1.454.626%202.545%201.716t1.716%202.546T20%2012t-.626%203.113t-1.716%202.545t-2.546%201.716T12%2020q-.91%200-1.85-.215q-.94-.216-1.756-.64l.756-.756q.633.296%201.393.453T12%2019q2.9%200%204.95-2.05T19%2012t-2.05-4.95T12%205T7.05%207.05T5%2012q0%20.754.148%201.447t.464%201.384l-.75.75q-.431-.785-.647-1.728Q4%2012.91%204%2012q0-1.658.626-3.113t1.716-2.545t2.546-1.716T12%204t3.113.626M13.5%2015.5v-4.292l-8.715%208.715l-.708-.707l8.715-8.716H8.5v-1h6v6z%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%22M15.113%204.626q1.454.626%202.545%201.716t1.716%202.546T20%2012t-.626%203.113t-1.716%202.545t-2.546%201.716T12%2020q-.91%200-1.85-.215q-.94-.216-1.756-.64l.756-.756q.633.296%201.393.453T12%2019q2.9%200%204.95-2.05T19%2012t-2.05-4.95T12%205T7.05%207.05T5%2012q0%20.754.148%201.447t.464%201.384l-.75.75q-.431-.785-.647-1.728Q4%2012.91%204%2012q0-1.658.626-3.113t1.716-2.545t2.546-1.716T12%204t3.113.626M13.5%2015.5v-4.292l-8.715%208.715l-.708-.707l8.715-8.716H8.5v-1h6v6z%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.svg?color=%231a73e8&size=48