comment multiple link icon
comment-multiple-link-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- comment-multiple-link-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 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.25v3.583a4.8 4.8 0 0 1 1.462.917q.038-.245.038-.5v-4a5.75 5.75 0 0 0-5.75-5.75h-8a3.25 3.25 0 0 0-2.744 1.507M19 9.25v3.309a5 5 0 0 0-.75-.059h-.75V9.25a1.75 1.75 0 0 0-1.75-1.75H5.25A1.75 1.75 0 0 0 3.5 9.25v6.5c0 .966.784 1.75 1.75 1.75H6.5v2.758l3.519-2.584c.049.552.192 1.076.413 1.558L6.99 21.76A1.25 1.25 0 0 1 5 20.752v-1.761a3.25 3.25 0 0 1-3-3.241v-6.5A3.25 3.25 0 0 1 5.25 6h10.5A3.25 3.25 0 0 1 19 9.25m3 8a3.75 3.75 0 0 0-3.75-3.75l-.102.007A.75.75 0 0 0 18.25 15l.154.005a2.25 2.25 0 0 1-.154 4.495l-.003.005l-.102.007a.75.75 0 0 0 .108 1.493V21l.2-.005A3.75 3.75 0 0 0 22 17.25m-6.5-3a.75.75 0 0 0-.75-.75l-.2.005a3.75 3.75 0 0 0 .2 7.495l.102-.007a.75.75 0 0 0-.102-1.493l-.154-.005A2.25 2.25 0 0 1 14.75 15l.102-.007a.75.75 0 0 0 .648-.743m3.5 3a.75.75 0 0 0-.75-.75h-3.5l-.102.007A.75.75 0 0 0 14.75 18h3.5l.102-.007A.75.75 0 0 0 19 17.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentCommentMultipleLink24Regular(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.25v3.583a4.8 4.8 0 0 1 1.462.917q.038-.245.038-.5v-4a5.75 5.75 0 0 0-5.75-5.75h-8a3.25 3.25 0 0 0-2.744 1.507M19 9.25v3.309a5 5 0 0 0-.75-.059h-.75V9.25a1.75 1.75 0 0 0-1.75-1.75H5.25A1.75 1.75 0 0 0 3.5 9.25v6.5c0 .966.784 1.75 1.75 1.75H6.5v2.758l3.519-2.584c.049.552.192 1.076.413 1.558L6.99 21.76A1.25 1.25 0 0 1 5 20.752v-1.761a3.25 3.25 0 0 1-3-3.241v-6.5A3.25 3.25 0 0 1 5.25 6h10.5A3.25 3.25 0 0 1 19 9.25m3 8a3.75 3.75 0 0 0-3.75-3.75l-.102.007A.75.75 0 0 0 18.25 15l.154.005a2.25 2.25 0 0 1-.154 4.495l-.003.005l-.102.007a.75.75 0 0 0 .108 1.493V21l.2-.005A3.75 3.75 0 0 0 22 17.25m-6.5-3a.75.75 0 0 0-.75-.75l-.2.005a3.75 3.75 0 0 0 .2 7.495l.102-.007a.75.75 0 0 0-.102-1.493l-.154-.005A2.25 2.25 0 0 1 14.75 15l.102-.007a.75.75 0 0 0 .648-.743m3.5 3a.75.75 0 0 0-.75-.75h-3.5l-.102.007A.75.75 0 0 0 14.75 18h3.5l.102-.007A.75.75 0 0 0 19 17.25"/></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.25v3.583a4.8 4.8 0 0 1 1.462.917q.038-.245.038-.5v-4a5.75 5.75 0 0 0-5.75-5.75h-8a3.25 3.25 0 0 0-2.744 1.507M19 9.25v3.309a5 5 0 0 0-.75-.059h-.75V9.25a1.75 1.75 0 0 0-1.75-1.75H5.25A1.75 1.75 0 0 0 3.5 9.25v6.5c0 .966.784 1.75 1.75 1.75H6.5v2.758l3.519-2.584c.049.552.192 1.076.413 1.558L6.99 21.76A1.25 1.25 0 0 1 5 20.752v-1.761a3.25 3.25 0 0 1-3-3.241v-6.5A3.25 3.25 0 0 1 5.25 6h10.5A3.25 3.25 0 0 1 19 9.25m3 8a3.75 3.75 0 0 0-3.75-3.75l-.102.007A.75.75 0 0 0 18.25 15l.154.005a2.25 2.25 0 0 1-.154 4.495l-.003.005l-.102.007a.75.75 0 0 0 .108 1.493V21l.2-.005A3.75 3.75 0 0 0 22 17.25m-6.5-3a.75.75 0 0 0-.75-.75l-.2.005a3.75 3.75 0 0 0 .2 7.495l.102-.007a.75.75 0 0 0-.102-1.493l-.154-.005A2.25 2.25 0 0 1 14.75 15l.102-.007a.75.75 0 0 0 .648-.743m3.5 3a.75.75 0 0 0-.75-.75h-3.5l-.102.007A.75.75 0 0 0 14.75 18h3.5l.102-.007A.75.75 0 0 0 19 17.25"/></svg> </template>
CSS
.icon-comment-multiple-link-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.25v3.583a4.8%204.8%200%200%201%201.462.917q.038-.245.038-.5v-4a5.75%205.75%200%200%200-5.75-5.75h-8a3.25%203.25%200%200%200-2.744%201.507M19%209.25v3.309a5%205%200%200%200-.75-.059h-.75V9.25a1.75%201.75%200%200%200-1.75-1.75H5.25A1.75%201.75%200%200%200%203.5%209.25v6.5c0%20.966.784%201.75%201.75%201.75H6.5v2.758l3.519-2.584c.049.552.192%201.076.413%201.558L6.99%2021.76A1.25%201.25%200%200%201%205%2020.752v-1.761a3.25%203.25%200%200%201-3-3.241v-6.5A3.25%203.25%200%200%201%205.25%206h10.5A3.25%203.25%200%200%201%2019%209.25m3%208a3.75%203.75%200%200%200-3.75-3.75l-.102.007A.75.75%200%200%200%2018.25%2015l.154.005a2.25%202.25%200%200%201-.154%204.495l-.003.005l-.102.007a.75.75%200%200%200%20.108%201.493V21l.2-.005A3.75%203.75%200%200%200%2022%2017.25m-6.5-3a.75.75%200%200%200-.75-.75l-.2.005a3.75%203.75%200%200%200%20.2%207.495l.102-.007a.75.75%200%200%200-.102-1.493l-.154-.005A2.25%202.25%200%200%201%2014.75%2015l.102-.007a.75.75%200%200%200%20.648-.743m3.5%203a.75.75%200%200%200-.75-.75h-3.5l-.102.007A.75.75%200%200%200%2014.75%2018h3.5l.102-.007A.75.75%200%200%200%2019%2017.25%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.25v3.583a4.8%204.8%200%200%201%201.462.917q.038-.245.038-.5v-4a5.75%205.75%200%200%200-5.75-5.75h-8a3.25%203.25%200%200%200-2.744%201.507M19%209.25v3.309a5%205%200%200%200-.75-.059h-.75V9.25a1.75%201.75%200%200%200-1.75-1.75H5.25A1.75%201.75%200%200%200%203.5%209.25v6.5c0%20.966.784%201.75%201.75%201.75H6.5v2.758l3.519-2.584c.049.552.192%201.076.413%201.558L6.99%2021.76A1.25%201.25%200%200%201%205%2020.752v-1.761a3.25%203.25%200%200%201-3-3.241v-6.5A3.25%203.25%200%200%201%205.25%206h10.5A3.25%203.25%200%200%201%2019%209.25m3%208a3.75%203.75%200%200%200-3.75-3.75l-.102.007A.75.75%200%200%200%2018.25%2015l.154.005a2.25%202.25%200%200%201-.154%204.495l-.003.005l-.102.007a.75.75%200%200%200%20.108%201.493V21l.2-.005A3.75%203.75%200%200%200%2022%2017.25m-6.5-3a.75.75%200%200%200-.75-.75l-.2.005a3.75%203.75%200%200%200%20.2%207.495l.102-.007a.75.75%200%200%200-.102-1.493l-.154-.005A2.25%202.25%200%200%201%2014.75%2015l.102-.007a.75.75%200%200%200%20.648-.743m3.5%203a.75.75%200%200%200-.75-.75h-3.5l-.102.007A.75.75%200%200%200%2014.75%2018h3.5l.102-.007A.75.75%200%200%200%2019%2017.25%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-24-regular.svg?color=%231a73e8&size=48