comment-multiple-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
comment-multiple-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M5.006 5.007A4 4 0 0 1 5.25 5h10.5A4.25 4.25 0 0 1 20 9.25v6.5q0 .123-.007.243A3.25 3.25 0 0 0 21.5 13.25v-4a5.75 5.75 0 0 0-5.75-5.75h-8a3.25 3.25 0 0 0-2.744 1.507M5.25 6A3.25 3.25 0 0 0 2 9.25v6.5a3.25 3.25 0 0 0 3 3.24v1.762a1.25 1.25 0 0 0 1.99 1.008L10.748 19h5.002A3.25 3.25 0 0 0 19 15.75v-6.5A3.25 3.25 0 0 0 15.75 6zM3.5 9.25c0-.966.784-1.75 1.75-1.75h10.5c.966 0 1.75.784 1.75 1.75v6.5a1.75 1.75 0 0 1-1.75 1.75h-5.494L6.5 20.258V17.5H5.25a1.75 1.75 0 0 1-1.75-1.75z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCommentMultiple24Regular(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="M5.006 5.007A4 4 0 0 1 5.25 5h10.5A4.25 4.25 0 0 1 20 9.25v6.5q0 .123-.007.243A3.25 3.25 0 0 0 21.5 13.25v-4a5.75 5.75 0 0 0-5.75-5.75h-8a3.25 3.25 0 0 0-2.744 1.507M5.25 6A3.25 3.25 0 0 0 2 9.25v6.5a3.25 3.25 0 0 0 3 3.24v1.762a1.25 1.25 0 0 0 1.99 1.008L10.748 19h5.002A3.25 3.25 0 0 0 19 15.75v-6.5A3.25 3.25 0 0 0 15.75 6zM3.5 9.25c0-.966.784-1.75 1.75-1.75h10.5c.966 0 1.75.784 1.75 1.75v6.5a1.75 1.75 0 0 1-1.75 1.75h-5.494L6.5 20.258V17.5H5.25a1.75 1.75 0 0 1-1.75-1.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.006 5.007A4 4 0 0 1 5.25 5h10.5A4.25 4.25 0 0 1 20 9.25v6.5q0 .123-.007.243A3.25 3.25 0 0 0 21.5 13.25v-4a5.75 5.75 0 0 0-5.75-5.75h-8a3.25 3.25 0 0 0-2.744 1.507M5.25 6A3.25 3.25 0 0 0 2 9.25v6.5a3.25 3.25 0 0 0 3 3.24v1.762a1.25 1.25 0 0 0 1.99 1.008L10.748 19h5.002A3.25 3.25 0 0 0 19 15.75v-6.5A3.25 3.25 0 0 0 15.75 6zM3.5 9.25c0-.966.784-1.75 1.75-1.75h10.5c.966 0 1.75.784 1.75 1.75v6.5a1.75 1.75 0 0 1-1.75 1.75h-5.494L6.5 20.258V17.5H5.25a1.75 1.75 0 0 1-1.75-1.75z"/></svg>
</template>

CSS

.icon-comment-multiple-24-regular {
  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%22M5.006%205.007A4%204%200%200%201%205.25%205h10.5A4.25%204.25%200%200%201%2020%209.25v6.5q0%20.123-.007.243A3.25%203.25%200%200%200%2021.5%2013.25v-4a5.75%205.75%200%200%200-5.75-5.75h-8a3.25%203.25%200%200%200-2.744%201.507M5.25%206A3.25%203.25%200%200%200%202%209.25v6.5a3.25%203.25%200%200%200%203%203.24v1.762a1.25%201.25%200%200%200%201.99%201.008L10.748%2019h5.002A3.25%203.25%200%200%200%2019%2015.75v-6.5A3.25%203.25%200%200%200%2015.75%206zM3.5%209.25c0-.966.784-1.75%201.75-1.75h10.5c.966%200%201.75.784%201.75%201.75v6.5a1.75%201.75%200%200%201-1.75%201.75h-5.494L6.5%2020.258V17.5H5.25a1.75%201.75%200%200%201-1.75-1.75z%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%22M5.006%205.007A4%204%200%200%201%205.25%205h10.5A4.25%204.25%200%200%201%2020%209.25v6.5q0%20.123-.007.243A3.25%203.25%200%200%200%2021.5%2013.25v-4a5.75%205.75%200%200%200-5.75-5.75h-8a3.25%203.25%200%200%200-2.744%201.507M5.25%206A3.25%203.25%200%200%200%202%209.25v6.5a3.25%203.25%200%200%200%203%203.24v1.762a1.25%201.25%200%200%200%201.99%201.008L10.748%2019h5.002A3.25%203.25%200%200%200%2019%2015.75v-6.5A3.25%203.25%200%200%200%2015.75%206zM3.5%209.25c0-.966.784-1.75%201.75-1.75h10.5c.966%200%201.75.784%201.75%201.75v6.5a1.75%201.75%200%200%201-1.75%201.75h-5.494L6.5%2020.258V17.5H5.25a1.75%201.75%200%200%201-1.75-1.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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