comic-bubble-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
comic-bubble-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the comic bubble icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.7 20.7q-.2.2-.512.275t-.638-.1L13.9 18l-2.2 2.2q-.3.3-.7.3t-.7-.3L8.1 18H5q-.425 0-.712-.288T4 17v-3.1l-2.2-2.2q-.3-.3-.3-.7t.3-.7L4 8.1V5q0-.425.288-.712T5 4h3.1l2.2-2.2q.3-.3.7-.3t.7.3L13.9 4H17q.425 0 .713.288T18 5v3.1l2.2 2.2q.3.3.3.7t-.3.7L18 13.9l2.875 5.65q.175.325.1.637t-.275.513"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsComicBubbleRounded(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="M20.7 20.7q-.2.2-.512.275t-.638-.1L13.9 18l-2.2 2.2q-.3.3-.7.3t-.7-.3L8.1 18H5q-.425 0-.712-.288T4 17v-3.1l-2.2-2.2q-.3-.3-.3-.7t.3-.7L4 8.1V5q0-.425.288-.712T5 4h3.1l2.2-2.2q.3-.3.7-.3t.7.3L13.9 4H17q.425 0 .713.288T18 5v3.1l2.2 2.2q.3.3.3.7t-.3.7L18 13.9l2.875 5.65q.175.325.1.637t-.275.513"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.7 20.7q-.2.2-.512.275t-.638-.1L13.9 18l-2.2 2.2q-.3.3-.7.3t-.7-.3L8.1 18H5q-.425 0-.712-.288T4 17v-3.1l-2.2-2.2q-.3-.3-.3-.7t.3-.7L4 8.1V5q0-.425.288-.712T5 4h3.1l2.2-2.2q.3-.3.7-.3t.7.3L13.9 4H17q.425 0 .713.288T18 5v3.1l2.2 2.2q.3.3.3.7t-.3.7L18 13.9l2.875 5.65q.175.325.1.637t-.275.513"/></svg>
</template>

CSS

.icon-comic-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%22M20.7%2020.7q-.2.2-.512.275t-.638-.1L13.9%2018l-2.2%202.2q-.3.3-.7.3t-.7-.3L8.1%2018H5q-.425%200-.712-.288T4%2017v-3.1l-2.2-2.2q-.3-.3-.3-.7t.3-.7L4%208.1V5q0-.425.288-.712T5%204h3.1l2.2-2.2q.3-.3.7-.3t.7.3L13.9%204H17q.425%200%20.713.288T18%205v3.1l2.2%202.2q.3.3.3.7t-.3.7L18%2013.9l2.875%205.65q.175.325.1.637t-.275.513%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%22M20.7%2020.7q-.2.2-.512.275t-.638-.1L13.9%2018l-2.2%202.2q-.3.3-.7.3t-.7-.3L8.1%2018H5q-.425%200-.712-.288T4%2017v-3.1l-2.2-2.2q-.3-.3-.3-.7t.3-.7L4%208.1V5q0-.425.288-.712T5%204h3.1l2.2-2.2q.3-.3.7-.3t.7.3L13.9%204H17q.425%200%20.713.288T18%205v3.1l2.2%202.2q.3.3.3.7t-.3.7L18%2013.9l2.875%205.65q.175.325.1.637t-.275.513%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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