comment multiple link icon
comment-multiple-link-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- comment-multiple-link-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M27.5 17.014v.327a6 6 0 0 1 1.794 1.01c.134-.426.206-.88.206-1.351v-5.5a8 8 0 0 0-8-8H11a4.5 4.5 0 0 0-3.746 2.005Q7.377 5.5 7.5 5.5h14q.53 0 1.036.09A6 6 0 0 1 27.5 11.5zM26 11.5v5.52a6 6 0 0 0-.5-.02H24v-5.5A2.5 2.5 0 0 0 21.5 9h-14A2.5 2.5 0 0 0 5 11.5v9A2.5 2.5 0 0 0 7.5 23H10v4.49l3.735-2.823c.192.666.496 1.284.891 1.833l-4.221 3.192C9.417 30.439 8 29.734 8 28.495V25h-.5A4.5 4.5 0 0 1 3 20.5v-9A4.5 4.5 0 0 1 7.5 7h14a4.5 4.5 0 0 1 4.5 4.5m-5 8a1 1 0 0 0-1-1h-.5a4.5 4.5 0 1 0 0 9h.5a1 1 0 1 0 0-2h-.5a2.5 2.5 0 0 1 0-5h.5a1 1 0 0 0 1-1m4-1a1 1 0 1 0 0 2h.5a2.5 2.5 0 0 1 0 5H25a1 1 0 1 0 0 2h.5a4.5 4.5 0 1 0 0-9zM20 22a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCommentMultipleLink32Regular(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 17.014v.327a6 6 0 0 1 1.794 1.01c.134-.426.206-.88.206-1.351v-5.5a8 8 0 0 0-8-8H11a4.5 4.5 0 0 0-3.746 2.005Q7.377 5.5 7.5 5.5h14q.53 0 1.036.09A6 6 0 0 1 27.5 11.5zM26 11.5v5.52a6 6 0 0 0-.5-.02H24v-5.5A2.5 2.5 0 0 0 21.5 9h-14A2.5 2.5 0 0 0 5 11.5v9A2.5 2.5 0 0 0 7.5 23H10v4.49l3.735-2.823c.192.666.496 1.284.891 1.833l-4.221 3.192C9.417 30.439 8 29.734 8 28.495V25h-.5A4.5 4.5 0 0 1 3 20.5v-9A4.5 4.5 0 0 1 7.5 7h14a4.5 4.5 0 0 1 4.5 4.5m-5 8a1 1 0 0 0-1-1h-.5a4.5 4.5 0 1 0 0 9h.5a1 1 0 1 0 0-2h-.5a2.5 2.5 0 0 1 0-5h.5a1 1 0 0 0 1-1m4-1a1 1 0 1 0 0 2h.5a2.5 2.5 0 0 1 0 5H25a1 1 0 1 0 0 2h.5a4.5 4.5 0 1 0 0-9zM20 22a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2z"/></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 17.014v.327a6 6 0 0 1 1.794 1.01c.134-.426.206-.88.206-1.351v-5.5a8 8 0 0 0-8-8H11a4.5 4.5 0 0 0-3.746 2.005Q7.377 5.5 7.5 5.5h14q.53 0 1.036.09A6 6 0 0 1 27.5 11.5zM26 11.5v5.52a6 6 0 0 0-.5-.02H24v-5.5A2.5 2.5 0 0 0 21.5 9h-14A2.5 2.5 0 0 0 5 11.5v9A2.5 2.5 0 0 0 7.5 23H10v4.49l3.735-2.823c.192.666.496 1.284.891 1.833l-4.221 3.192C9.417 30.439 8 29.734 8 28.495V25h-.5A4.5 4.5 0 0 1 3 20.5v-9A4.5 4.5 0 0 1 7.5 7h14a4.5 4.5 0 0 1 4.5 4.5m-5 8a1 1 0 0 0-1-1h-.5a4.5 4.5 0 1 0 0 9h.5a1 1 0 1 0 0-2h-.5a2.5 2.5 0 0 1 0-5h.5a1 1 0 0 0 1-1m4-1a1 1 0 1 0 0 2h.5a2.5 2.5 0 0 1 0 5H25a1 1 0 1 0 0 2h.5a4.5 4.5 0 1 0 0-9zM20 22a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2z"/></svg> </template>
CSS
.icon-comment-multiple-link-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.5%2017.014v.327a6%206%200%200%201%201.794%201.01c.134-.426.206-.88.206-1.351v-5.5a8%208%200%200%200-8-8H11a4.5%204.5%200%200%200-3.746%202.005Q7.377%205.5%207.5%205.5h14q.53%200%201.036.09A6%206%200%200%201%2027.5%2011.5zM26%2011.5v5.52a6%206%200%200%200-.5-.02H24v-5.5A2.5%202.5%200%200%200%2021.5%209h-14A2.5%202.5%200%200%200%205%2011.5v9A2.5%202.5%200%200%200%207.5%2023H10v4.49l3.735-2.823c.192.666.496%201.284.891%201.833l-4.221%203.192C9.417%2030.439%208%2029.734%208%2028.495V25h-.5A4.5%204.5%200%200%201%203%2020.5v-9A4.5%204.5%200%200%201%207.5%207h14a4.5%204.5%200%200%201%204.5%204.5m-5%208a1%201%200%200%200-1-1h-.5a4.5%204.5%200%201%200%200%209h.5a1%201%200%201%200%200-2h-.5a2.5%202.5%200%200%201%200-5h.5a1%201%200%200%200%201-1m4-1a1%201%200%201%200%200%202h.5a2.5%202.5%200%200%201%200%205H25a1%201%200%201%200%200%202h.5a4.5%204.5%200%201%200%200-9zM20%2022a1%201%200%201%200%200%202h5a1%201%200%201%200%200-2z%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%2017.014v.327a6%206%200%200%201%201.794%201.01c.134-.426.206-.88.206-1.351v-5.5a8%208%200%200%200-8-8H11a4.5%204.5%200%200%200-3.746%202.005Q7.377%205.5%207.5%205.5h14q.53%200%201.036.09A6%206%200%200%201%2027.5%2011.5zM26%2011.5v5.52a6%206%200%200%200-.5-.02H24v-5.5A2.5%202.5%200%200%200%2021.5%209h-14A2.5%202.5%200%200%200%205%2011.5v9A2.5%202.5%200%200%200%207.5%2023H10v4.49l3.735-2.823c.192.666.496%201.284.891%201.833l-4.221%203.192C9.417%2030.439%208%2029.734%208%2028.495V25h-.5A4.5%204.5%200%200%201%203%2020.5v-9A4.5%204.5%200%200%201%207.5%207h14a4.5%204.5%200%200%201%204.5%204.5m-5%208a1%201%200%200%200-1-1h-.5a4.5%204.5%200%201%200%200%209h.5a1%201%200%201%200%200-2h-.5a2.5%202.5%200%200%201%200-5h.5a1%201%200%200%200%201-1m4-1a1%201%200%201%200%200%202h.5a2.5%202.5%200%200%201%200%205H25a1%201%200%201%200%200%202h.5a4.5%204.5%200%201%200%200-9zM20%2022a1%201%200%201%200%200%202h5a1%201%200%201%200%200-2z%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-32-regular.svg?color=%231a73e8&size=48