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

Name
comment-multiple-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the comment multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.5 20.5v-9a6 6 0 0 0-6-6h-14q-.123 0-.246.005A4.5 4.5 0 0 1 11 3.5h10.5a8 8 0 0 1 8 8V17a4.5 4.5 0 0 1-2.005 3.746q.005-.123.005-.246M3 11.5A4.5 4.5 0 0 1 7.5 7h14a4.5 4.5 0 0 1 4.5 4.5v9a4.5 4.5 0 0 1-4.5 4.5h-4.89l-6.205 4.692C9.417 30.439 8 29.734 8 28.495V25h-.5A4.5 4.5 0 0 1 3 20.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCommentMultiple32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.5 20.5v-9a6 6 0 0 0-6-6h-14q-.123 0-.246.005A4.5 4.5 0 0 1 11 3.5h10.5a8 8 0 0 1 8 8V17a4.5 4.5 0 0 1-2.005 3.746q.005-.123.005-.246M3 11.5A4.5 4.5 0 0 1 7.5 7h14a4.5 4.5 0 0 1 4.5 4.5v9a4.5 4.5 0 0 1-4.5 4.5h-4.89l-6.205 4.692C9.417 30.439 8 29.734 8 28.495V25h-.5A4.5 4.5 0 0 1 3 20.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.5 20.5v-9a6 6 0 0 0-6-6h-14q-.123 0-.246.005A4.5 4.5 0 0 1 11 3.5h10.5a8 8 0 0 1 8 8V17a4.5 4.5 0 0 1-2.005 3.746q.005-.123.005-.246M3 11.5A4.5 4.5 0 0 1 7.5 7h14a4.5 4.5 0 0 1 4.5 4.5v9a4.5 4.5 0 0 1-4.5 4.5h-4.89l-6.205 4.692C9.417 30.439 8 29.734 8 28.495V25h-.5A4.5 4.5 0 0 1 3 20.5z"/></svg>
</template>

CSS

.icon-comment-multiple-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.5%2020.5v-9a6%206%200%200%200-6-6h-14q-.123%200-.246.005A4.5%204.5%200%200%201%2011%203.5h10.5a8%208%200%200%201%208%208V17a4.5%204.5%200%200%201-2.005%203.746q.005-.123.005-.246M3%2011.5A4.5%204.5%200%200%201%207.5%207h14a4.5%204.5%200%200%201%204.5%204.5v9a4.5%204.5%200%200%201-4.5%204.5h-4.89l-6.205%204.692C9.417%2030.439%208%2029.734%208%2028.495V25h-.5A4.5%204.5%200%200%201%203%2020.5z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.5%2020.5v-9a6%206%200%200%200-6-6h-14q-.123%200-.246.005A4.5%204.5%200%200%201%2011%203.5h10.5a8%208%200%200%201%208%208V17a4.5%204.5%200%200%201-2.005%203.746q.005-.123.005-.246M3%2011.5A4.5%204.5%200%200%201%207.5%207h14a4.5%204.5%200%200%201%204.5%204.5v9a4.5%204.5%200%200%201-4.5%204.5h-4.89l-6.205%204.692C9.417%2030.439%208%2029.734%208%2028.495V25h-.5A4.5%204.5%200%200%201%203%2020.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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