bubble icon
bubble-outline-rounded from Material Symbols by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- bubble-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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-.475 0-.925-.05t-.9-.15q-.4-.1-.638-.45T9.4 19.6t.45-.625t.75-.125q.35.075.7.113T12 19q2.9 0 4.95-2.05T19 12t-2.05-4.95T12 5T7.05 7.05T5 12q0 .35.038.688t.112.687q.1.425-.125.763t-.65.437t-.763-.125t-.437-.65q-.1-.45-.137-.9T3 12q0-1.85.712-3.488T5.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 MaterialSymbolsBubbleOutlineRounded(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-.475 0-.925-.05t-.9-.15q-.4-.1-.638-.45T9.4 19.6t.45-.625t.75-.125q.35.075.7.113T12 19q2.9 0 4.95-2.05T19 12t-2.05-4.95T12 5T7.05 7.05T5 12q0 .35.038.688t.112.687q.1.425-.125.763t-.65.437t-.763-.125t-.437-.65q-.1-.45-.137-.9T3 12q0-1.85.712-3.488T5.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-.475 0-.925-.05t-.9-.15q-.4-.1-.638-.45T9.4 19.6t.45-.625t.75-.125q.35.075.7.113T12 19q2.9 0 4.95-2.05T19 12t-2.05-4.95T12 5T7.05 7.05T5 12q0 .35.038.688t.112.687q.1.425-.125.763t-.65.437t-.763-.125t-.437-.65q-.1-.45-.137-.9T3 12q0-1.85.712-3.488T5.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-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%2021q-.475%200-.925-.05t-.9-.15q-.4-.1-.638-.45T9.4%2019.6t.45-.625t.75-.125q.35.075.7.113T12%2019q2.9%200%204.95-2.05T19%2012t-2.05-4.95T12%205T7.05%207.05T5%2012q0%20.35.038.688t.112.687q.1.425-.125.763t-.65.437t-.763-.125t-.437-.65q-.1-.45-.137-.9T3%2012q0-1.85.712-3.488T5.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-.475%200-.925-.05t-.9-.15q-.4-.1-.638-.45T9.4%2019.6t.45-.625t.75-.125q.35.075.7.113T12%2019q2.9%200%204.95-2.05T19%2012t-2.05-4.95T12%205T7.05%207.05T5%2012q0%20.35.038.688t.112.687q.1.425-.125.763t-.65.437t-.763-.125t-.437-.65q-.1-.45-.137-.9T3%2012q0-1.85.712-3.488T5.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-outline-rounded.svg?color=%231a73e8&size=48