bubble icon
bubble-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- bubble-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
2 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
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 21q-.5 0-.962-.05t-.913-.15q-.425-.1-.65-.425t-.125-.75t.425-.65t.75-.125q.35.075.725.113T12 19q2.9 0 4.95-2.05T19 12t-2.05-4.95T12 5T7.05 7.05T5 12q0 .375.038.738t.112.712q.1.425-.125.75t-.65.425t-.75-.125t-.425-.65q-.1-.45-.15-.912T3 12q0-1.85.713-3.487T5.65 5.65t2.863-1.937T12 3t3.488.713T18.35 5.65t1.938 2.863T21 12t-.712 3.488t-1.938 2.862t-2.863 1.938T12 21m-8.3-.7q-.275-.275-.275-.7t.275-.7l7.9-7.9H9q-.425 0-.712-.288T8 10t.288-.712T9 9h5q.425 0 .713.288T15 10v5q0 .425-.288.713T14 16t-.712-.288T13 15v-2.6l-7.9 7.9q-.275.275-.7.275t-.7-.275"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBubbleRounded(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 21q-.5 0-.962-.05t-.913-.15q-.425-.1-.65-.425t-.125-.75t.425-.65t.75-.125q.35.075.725.113T12 19q2.9 0 4.95-2.05T19 12t-2.05-4.95T12 5T7.05 7.05T5 12q0 .375.038.738t.112.712q.1.425-.125.75t-.65.425t-.75-.125t-.425-.65q-.1-.45-.15-.912T3 12q0-1.85.713-3.487T5.65 5.65t2.863-1.937T12 3t3.488.713T18.35 5.65t1.938 2.863T21 12t-.712 3.488t-1.938 2.862t-2.863 1.938T12 21m-8.3-.7q-.275-.275-.275-.7t.275-.7l7.9-7.9H9q-.425 0-.712-.288T8 10t.288-.712T9 9h5q.425 0 .713.288T15 10v5q0 .425-.288.713T14 16t-.712-.288T13 15v-2.6l-7.9 7.9q-.275.275-.7.275t-.7-.275"/></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 21q-.5 0-.962-.05t-.913-.15q-.425-.1-.65-.425t-.125-.75t.425-.65t.75-.125q.35.075.725.113T12 19q2.9 0 4.95-2.05T19 12t-2.05-4.95T12 5T7.05 7.05T5 12q0 .375.038.738t.112.712q.1.425-.125.75t-.65.425t-.75-.125t-.425-.65q-.1-.45-.15-.912T3 12q0-1.85.713-3.487T5.65 5.65t2.863-1.937T12 3t3.488.713T18.35 5.65t1.938 2.863T21 12t-.712 3.488t-1.938 2.862t-2.863 1.938T12 21m-8.3-.7q-.275-.275-.275-.7t.275-.7l7.9-7.9H9q-.425 0-.712-.288T8 10t.288-.712T9 9h5q.425 0 .713.288T15 10v5q0 .425-.288.713T14 16t-.712-.288T13 15v-2.6l-7.9 7.9q-.275.275-.7.275t-.7-.275"/></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%2021q-.5%200-.962-.05t-.913-.15q-.425-.1-.65-.425t-.125-.75t.425-.65t.75-.125q.35.075.725.113T12%2019q2.9%200%204.95-2.05T19%2012t-2.05-4.95T12%205T7.05%207.05T5%2012q0%20.375.038.738t.112.712q.1.425-.125.75t-.65.425t-.75-.125t-.425-.65q-.1-.45-.15-.912T3%2012q0-1.85.713-3.487T5.65%205.65t2.863-1.937T12%203t3.488.713T18.35%205.65t1.938%202.863T21%2012t-.712%203.488t-1.938%202.862t-2.863%201.938T12%2021m-8.3-.7q-.275-.275-.275-.7t.275-.7l7.9-7.9H9q-.425%200-.712-.288T8%2010t.288-.712T9%209h5q.425%200%20.713.288T15%2010v5q0%20.425-.288.713T14%2016t-.712-.288T13%2015v-2.6l-7.9%207.9q-.275.275-.7.275t-.7-.275%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%2021q-.5%200-.962-.05t-.913-.15q-.425-.1-.65-.425t-.125-.75t.425-.65t.75-.125q.35.075.725.113T12%2019q2.9%200%204.95-2.05T19%2012t-2.05-4.95T12%205T7.05%207.05T5%2012q0%20.375.038.738t.112.712q.1.425-.125.75t-.65.425t-.75-.125t-.425-.65q-.1-.45-.15-.912T3%2012q0-1.85.713-3.487T5.65%205.65t2.863-1.937T12%203t3.488.713T18.35%205.65t1.938%202.863T21%2012t-.712%203.488t-1.938%202.862t-2.863%201.938T12%2021m-8.3-.7q-.275-.275-.275-.7t.275-.7l7.9-7.9H9q-.425%200-.712-.288T8%2010t.288-.712T9%209h5q.425%200%20.713.288T15%2010v5q0%20.425-.288.713T14%2016t-.712-.288T13%2015v-2.6l-7.9%207.9q-.275.275-.7.275t-.7-.275%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/bubble-rounded.svg?color=%231a73e8&size=48