bubble-multiple-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
bubble-multiple-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Icons

Use the bubble multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M19 4.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M9.172 15.595a3.502 3.502 0 0 0 6.826-1.094a3.5 3.5 0 0 0-3.086-3.476a6.01 6.01 0 0 1-3.74 4.57M12 10a5 5 0 1 1-10 0a5 5 0 0 1 10 0M7.029 7.505a.5.5 0 0 0 .304.638c.71.251 1.274.814 1.525 1.524a.5.5 0 1 0 .942-.334A3.5 3.5 0 0 0 7.667 7.2a.5.5 0 0 0-.638.305"/></svg>

React

import type { SVGProps } from "react";

export function FluentBubbleMultiple20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M19 4.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M9.172 15.595a3.502 3.502 0 0 0 6.826-1.094a3.5 3.5 0 0 0-3.086-3.476a6.01 6.01 0 0 1-3.74 4.57M12 10a5 5 0 1 1-10 0a5 5 0 0 1 10 0M7.029 7.505a.5.5 0 0 0 .304.638c.71.251 1.274.814 1.525 1.524a.5.5 0 1 0 .942-.334A3.5 3.5 0 0 0 7.667 7.2a.5.5 0 0 0-.638.305"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M19 4.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M9.172 15.595a3.502 3.502 0 0 0 6.826-1.094a3.5 3.5 0 0 0-3.086-3.476a6.01 6.01 0 0 1-3.74 4.57M12 10a5 5 0 1 1-10 0a5 5 0 0 1 10 0M7.029 7.505a.5.5 0 0 0 .304.638c.71.251 1.274.814 1.525 1.524a.5.5 0 1 0 .942-.334A3.5 3.5 0 0 0 7.667 7.2a.5.5 0 0 0-.638.305"/></svg>
</template>

CSS

.icon-bubble-multiple-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%204.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200M9.172%2015.595a3.502%203.502%200%200%200%206.826-1.094a3.5%203.5%200%200%200-3.086-3.476a6.01%206.01%200%200%201-3.74%204.57M12%2010a5%205%200%201%201-10%200a5%205%200%200%201%2010%200M7.029%207.505a.5.5%200%200%200%20.304.638c.71.251%201.274.814%201.525%201.524a.5.5%200%201%200%20.942-.334A3.5%203.5%200%200%200%207.667%207.2a.5.5%200%200%200-.638.305%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%204.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200M9.172%2015.595a3.502%203.502%200%200%200%206.826-1.094a3.5%203.5%200%200%200-3.086-3.476a6.01%206.01%200%200%201-3.74%204.57M12%2010a5%205%200%201%201-10%200a5%205%200%200%201%2010%200M7.029%207.505a.5.5%200%200%200%20.304.638c.71.251%201.274.814%201.525%201.524a.5.5%200%201%200%20.942-.334A3.5%203.5%200%200%200%207.667%207.2a.5.5%200%200%200-.638.305%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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