comment multiple link icon
comment-multiple-link-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- comment-multiple-link-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
comment-add-12-filledcomment-arrow-left-12-filledcomment-arrow-right-12-filledcomment-badge-16-filledcomment-checkmark-12-filledcomment-delete-24-filledcomment-dismiss-20-filledcomment-edit-16-filledcomment-error-16-filledcomment-lightning-20-filledcomment-link-16-filledcomment-mention-16-filledcomment-multiple-16-filledcomment-multiple-checkmark-16-filledcomment-multiple-mention-16-filledcomment-next-24-filledcomment-note-20-filledcomment-off-16-filledcomment-previous-24-filledcomment-quote-16-filledcomment-text-16-filled
Use the comment multiple link icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.007 5.007Q5.127 5 5.25 5h14.5A4.25 4.25 0 0 1 24 9.25v6.583a4.8 4.8 0 0 1 1.462.917q.038-.245.038-.5v-7a5.75 5.75 0 0 0-5.75-5.75h-12a3.25 3.25 0 0 0-2.743 1.507M23 9.25v6.309a5 5 0 0 0-.75-.059h-5.5a4.75 4.75 0 0 0-4.24 6.894L8 25.75c-.22.17-.48.25-.74.25h-.01c-.19 0-.38-.04-.56-.13c-.43-.21-.69-.64-.69-1.12V22h-.75C3.46 22 2 20.54 2 18.75v-9.5C2 7.46 3.46 6 5.25 6h14.5C21.54 6 23 7.46 23 9.25M16.75 18a2.25 2.25 0 0 0 0 4.5h.5a.75.75 0 0 1 0 1.5h-.5a3.75 3.75 0 1 1 0-7.5h.5a.75.75 0 0 1 0 1.5zM16 20.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75m6.25 2.25a2.25 2.25 0 0 0 0-4.5h-.5a.75.75 0 0 1 0-1.5h.5a3.75 3.75 0 1 1 0 7.5h-.5a.75.75 0 0 1 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCommentMultipleLink28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.007 5.007Q5.127 5 5.25 5h14.5A4.25 4.25 0 0 1 24 9.25v6.583a4.8 4.8 0 0 1 1.462.917q.038-.245.038-.5v-7a5.75 5.75 0 0 0-5.75-5.75h-12a3.25 3.25 0 0 0-2.743 1.507M23 9.25v6.309a5 5 0 0 0-.75-.059h-5.5a4.75 4.75 0 0 0-4.24 6.894L8 25.75c-.22.17-.48.25-.74.25h-.01c-.19 0-.38-.04-.56-.13c-.43-.21-.69-.64-.69-1.12V22h-.75C3.46 22 2 20.54 2 18.75v-9.5C2 7.46 3.46 6 5.25 6h14.5C21.54 6 23 7.46 23 9.25M16.75 18a2.25 2.25 0 0 0 0 4.5h.5a.75.75 0 0 1 0 1.5h-.5a3.75 3.75 0 1 1 0-7.5h.5a.75.75 0 0 1 0 1.5zM16 20.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75m6.25 2.25a2.25 2.25 0 0 0 0-4.5h-.5a.75.75 0 0 1 0-1.5h.5a3.75 3.75 0 1 1 0 7.5h-.5a.75.75 0 0 1 0-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.007 5.007Q5.127 5 5.25 5h14.5A4.25 4.25 0 0 1 24 9.25v6.583a4.8 4.8 0 0 1 1.462.917q.038-.245.038-.5v-7a5.75 5.75 0 0 0-5.75-5.75h-12a3.25 3.25 0 0 0-2.743 1.507M23 9.25v6.309a5 5 0 0 0-.75-.059h-5.5a4.75 4.75 0 0 0-4.24 6.894L8 25.75c-.22.17-.48.25-.74.25h-.01c-.19 0-.38-.04-.56-.13c-.43-.21-.69-.64-.69-1.12V22h-.75C3.46 22 2 20.54 2 18.75v-9.5C2 7.46 3.46 6 5.25 6h14.5C21.54 6 23 7.46 23 9.25M16.75 18a2.25 2.25 0 0 0 0 4.5h.5a.75.75 0 0 1 0 1.5h-.5a3.75 3.75 0 1 1 0-7.5h.5a.75.75 0 0 1 0 1.5zM16 20.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75m6.25 2.25a2.25 2.25 0 0 0 0-4.5h-.5a.75.75 0 0 1 0-1.5h.5a3.75 3.75 0 1 1 0 7.5h-.5a.75.75 0 0 1 0-1.5z"/></svg> </template>
CSS
.icon-comment-multiple-link-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.007%205.007Q5.127%205%205.25%205h14.5A4.25%204.25%200%200%201%2024%209.25v6.583a4.8%204.8%200%200%201%201.462.917q.038-.245.038-.5v-7a5.75%205.75%200%200%200-5.75-5.75h-12a3.25%203.25%200%200%200-2.743%201.507M23%209.25v6.309a5%205%200%200%200-.75-.059h-5.5a4.75%204.75%200%200%200-4.24%206.894L8%2025.75c-.22.17-.48.25-.74.25h-.01c-.19%200-.38-.04-.56-.13c-.43-.21-.69-.64-.69-1.12V22h-.75C3.46%2022%202%2020.54%202%2018.75v-9.5C2%207.46%203.46%206%205.25%206h14.5C21.54%206%2023%207.46%2023%209.25M16.75%2018a2.25%202.25%200%200%200%200%204.5h.5a.75.75%200%200%201%200%201.5h-.5a3.75%203.75%200%201%201%200-7.5h.5a.75.75%200%200%201%200%201.5zM16%2020.25a.75.75%200%200%201%20.75-.75h5.5a.75.75%200%200%201%200%201.5h-5.5a.75.75%200%200%201-.75-.75m6.25%202.25a2.25%202.25%200%200%200%200-4.5h-.5a.75.75%200%200%201%200-1.5h.5a3.75%203.75%200%201%201%200%207.5h-.5a.75.75%200%200%201%200-1.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.007%205.007Q5.127%205%205.25%205h14.5A4.25%204.25%200%200%201%2024%209.25v6.583a4.8%204.8%200%200%201%201.462.917q.038-.245.038-.5v-7a5.75%205.75%200%200%200-5.75-5.75h-12a3.25%203.25%200%200%200-2.743%201.507M23%209.25v6.309a5%205%200%200%200-.75-.059h-5.5a4.75%204.75%200%200%200-4.24%206.894L8%2025.75c-.22.17-.48.25-.74.25h-.01c-.19%200-.38-.04-.56-.13c-.43-.21-.69-.64-.69-1.12V22h-.75C3.46%2022%202%2020.54%202%2018.75v-9.5C2%207.46%203.46%206%205.25%206h14.5C21.54%206%2023%207.46%2023%209.25M16.75%2018a2.25%202.25%200%200%200%200%204.5h.5a.75.75%200%200%201%200%201.5h-.5a3.75%203.75%200%201%201%200-7.5h.5a.75.75%200%200%201%200%201.5zM16%2020.25a.75.75%200%200%201%20.75-.75h5.5a.75.75%200%200%201%200%201.5h-5.5a.75.75%200%200%201-.75-.75m6.25%202.25a2.25%202.25%200%200%200%200-4.5h-.5a.75.75%200%200%201%200-1.5h.5a3.75%203.75%200%201%201%200%207.5h-.5a.75.75%200%200%201%200-1.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-link-28-filled.svg?color=%231a73e8&size=48