bubble icon logo

bubble-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
bubble-icon
Set
SVG Logos
Style
Color
Viewbox
256×276
License
CC0

Use the bubble icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 276"><path fill="#262626" d="M156.688 71.53c-24.76 0-49.164 10.63-67.795 31.529V0H52.024v173.519c0 56.326 45.661 101.988 101.988 101.988S256 229.845 256 173.519S213.014 71.531 156.688 71.531m-2.676 164.694c-34.632 0-62.707-28.075-62.707-62.706s28.075-62.707 62.707-62.707c34.631 0 62.706 28.075 62.706 62.707s-28.075 62.706-62.706 62.706"/><path fill="#00f" d="M25.22 225.066c-13.93 0-25.22 11.292-25.22 25.22s11.291 25.22 25.22 25.22s25.22-11.292 25.22-25.22s-11.291-25.22-25.22-25.22"/></svg>

React

import type { SVGProps } from "react";

export function LogosBubbleIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 276"><path fill="#262626" d="M156.688 71.53c-24.76 0-49.164 10.63-67.795 31.529V0H52.024v173.519c0 56.326 45.661 101.988 101.988 101.988S256 229.845 256 173.519S213.014 71.531 156.688 71.531m-2.676 164.694c-34.632 0-62.707-28.075-62.707-62.706s28.075-62.707 62.707-62.707c34.631 0 62.706 28.075 62.706 62.707s-28.075 62.706-62.706 62.706"/><path fill="#00f" d="M25.22 225.066c-13.93 0-25.22 11.292-25.22 25.22s11.291 25.22 25.22 25.22s25.22-11.292 25.22-25.22s-11.291-25.22-25.22-25.22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 276"><path fill="#262626" d="M156.688 71.53c-24.76 0-49.164 10.63-67.795 31.529V0H52.024v173.519c0 56.326 45.661 101.988 101.988 101.988S256 229.845 256 173.519S213.014 71.531 156.688 71.531m-2.676 164.694c-34.632 0-62.707-28.075-62.707-62.706s28.075-62.707 62.707-62.707c34.631 0 62.706 28.075 62.706 62.707s-28.075 62.706-62.706 62.706"/><path fill="#00f" d="M25.22 225.066c-13.93 0-25.22 11.292-25.22 25.22s11.291 25.22 25.22 25.22s25.22-11.292 25.22-25.22s-11.291-25.22-25.22-25.22"/></svg>
</template>

CSS

.icon-bubble-icon {
  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%20256%20276%22%3E%3Cpath%20fill%3D%22%23262626%22%20d%3D%22M156.688%2071.53c-24.76%200-49.164%2010.63-67.795%2031.529V0H52.024v173.519c0%2056.326%2045.661%20101.988%20101.988%20101.988S256%20229.845%20256%20173.519S213.014%2071.531%20156.688%2071.531m-2.676%20164.694c-34.632%200-62.707-28.075-62.707-62.706s28.075-62.707%2062.707-62.707c34.631%200%2062.706%2028.075%2062.706%2062.707s-28.075%2062.706-62.706%2062.706%22%2F%3E%3Cpath%20fill%3D%22%2300f%22%20d%3D%22M25.22%20225.066c-13.93%200-25.22%2011.292-25.22%2025.22s11.291%2025.22%2025.22%2025.22s25.22-11.292%2025.22-25.22s-11.291-25.22-25.22-25.22%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%20256%20276%22%3E%3Cpath%20fill%3D%22%23262626%22%20d%3D%22M156.688%2071.53c-24.76%200-49.164%2010.63-67.795%2031.529V0H52.024v173.519c0%2056.326%2045.661%20101.988%20101.988%20101.988S256%20229.845%20256%20173.519S213.014%2071.531%20156.688%2071.531m-2.676%20164.694c-34.632%200-62.707-28.075-62.707-62.706s28.075-62.707%2062.707-62.707c34.631%200%2062.706%2028.075%2062.706%2062.707s-28.075%2062.706-62.706%2062.706%22%2F%3E%3Cpath%20fill%3D%22%2300f%22%20d%3D%22M25.22%20225.066c-13.93%200-25.22%2011.292-25.22%2025.22s11.291%2025.22%2025.22%2025.22s25.22-11.292%2025.22-25.22s-11.291-25.22-25.22-25.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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