chat multiple heart icon

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

Name
chat-multiple-heart-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the chat multiple heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.552 6.488a1.896 1.896 0 0 1 2.68.007l.265.264l.26-.261a1.9 1.9 0 0 1 2.685.007c.742.742.744 1.938.007 2.68l-2.732 2.73a.29.29 0 0 1-.412 0L5.559 9.168a1.896 1.896 0 0 1-.007-2.68M2.038 8.5a6.5 6.5 0 1 1 3.721 5.877l-2.487.697a1 1 0 0 1-1.204-1.32l.796-2.082A6.5 6.5 0 0 1 2.038 8.5m6.5-5.5a5.5 5.5 0 0 0-4.695 8.366l.128.21l-.97 2.535l2.86-.8l.175.088A5.5 5.5 0 1 0 8.538 3M6.574 15.74A6.49 6.49 0 0 0 11.501 18c.993 0 1.936-.223 2.78-.623l2.486.697a1 1 0 0 0 1.204-1.32l-.795-2.082A6.5 6.5 0 0 0 18 11.5c0-1.94-.85-3.682-2.199-4.873a7.5 7.5 0 0 1 .235 1.762c.608.885.964 1.957.964 3.111c0 1.05-.294 2.031-.805 2.866l-.128.21l.97 2.535l-2.86-.8l-.175.088c-.75.384-1.6.601-2.502.601a5.5 5.5 0 0 1-3.167-1.003a7.5 7.5 0 0 1-1.76-.257"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatMultipleHeart20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.552 6.488a1.896 1.896 0 0 1 2.68.007l.265.264l.26-.261a1.9 1.9 0 0 1 2.685.007c.742.742.744 1.938.007 2.68l-2.732 2.73a.29.29 0 0 1-.412 0L5.559 9.168a1.896 1.896 0 0 1-.007-2.68M2.038 8.5a6.5 6.5 0 1 1 3.721 5.877l-2.487.697a1 1 0 0 1-1.204-1.32l.796-2.082A6.5 6.5 0 0 1 2.038 8.5m6.5-5.5a5.5 5.5 0 0 0-4.695 8.366l.128.21l-.97 2.535l2.86-.8l.175.088A5.5 5.5 0 1 0 8.538 3M6.574 15.74A6.49 6.49 0 0 0 11.501 18c.993 0 1.936-.223 2.78-.623l2.486.697a1 1 0 0 0 1.204-1.32l-.795-2.082A6.5 6.5 0 0 0 18 11.5c0-1.94-.85-3.682-2.199-4.873a7.5 7.5 0 0 1 .235 1.762c.608.885.964 1.957.964 3.111c0 1.05-.294 2.031-.805 2.866l-.128.21l.97 2.535l-2.86-.8l-.175.088c-.75.384-1.6.601-2.502.601a5.5 5.5 0 0 1-3.167-1.003a7.5 7.5 0 0 1-1.76-.257"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.552 6.488a1.896 1.896 0 0 1 2.68.007l.265.264l.26-.261a1.9 1.9 0 0 1 2.685.007c.742.742.744 1.938.007 2.68l-2.732 2.73a.29.29 0 0 1-.412 0L5.559 9.168a1.896 1.896 0 0 1-.007-2.68M2.038 8.5a6.5 6.5 0 1 1 3.721 5.877l-2.487.697a1 1 0 0 1-1.204-1.32l.796-2.082A6.5 6.5 0 0 1 2.038 8.5m6.5-5.5a5.5 5.5 0 0 0-4.695 8.366l.128.21l-.97 2.535l2.86-.8l.175.088A5.5 5.5 0 1 0 8.538 3M6.574 15.74A6.49 6.49 0 0 0 11.501 18c.993 0 1.936-.223 2.78-.623l2.486.697a1 1 0 0 0 1.204-1.32l-.795-2.082A6.5 6.5 0 0 0 18 11.5c0-1.94-.85-3.682-2.199-4.873a7.5 7.5 0 0 1 .235 1.762c.608.885.964 1.957.964 3.111c0 1.05-.294 2.031-.805 2.866l-.128.21l.97 2.535l-2.86-.8l-.175.088c-.75.384-1.6.601-2.502.601a5.5 5.5 0 0 1-3.167-1.003a7.5 7.5 0 0 1-1.76-.257"/></svg>
</template>

CSS

.icon-chat-multiple-heart-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.552%206.488a1.896%201.896%200%200%201%202.68.007l.265.264l.26-.261a1.9%201.9%200%200%201%202.685.007c.742.742.744%201.938.007%202.68l-2.732%202.73a.29.29%200%200%201-.412%200L5.559%209.168a1.896%201.896%200%200%201-.007-2.68M2.038%208.5a6.5%206.5%200%201%201%203.721%205.877l-2.487.697a1%201%200%200%201-1.204-1.32l.796-2.082A6.5%206.5%200%200%201%202.038%208.5m6.5-5.5a5.5%205.5%200%200%200-4.695%208.366l.128.21l-.97%202.535l2.86-.8l.175.088A5.5%205.5%200%201%200%208.538%203M6.574%2015.74A6.49%206.49%200%200%200%2011.501%2018c.993%200%201.936-.223%202.78-.623l2.486.697a1%201%200%200%200%201.204-1.32l-.795-2.082A6.5%206.5%200%200%200%2018%2011.5c0-1.94-.85-3.682-2.199-4.873a7.5%207.5%200%200%201%20.235%201.762c.608.885.964%201.957.964%203.111c0%201.05-.294%202.031-.805%202.866l-.128.21l.97%202.535l-2.86-.8l-.175.088c-.75.384-1.6.601-2.502.601a5.5%205.5%200%200%201-3.167-1.003a7.5%207.5%200%200%201-1.76-.257%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.552%206.488a1.896%201.896%200%200%201%202.68.007l.265.264l.26-.261a1.9%201.9%200%200%201%202.685.007c.742.742.744%201.938.007%202.68l-2.732%202.73a.29.29%200%200%201-.412%200L5.559%209.168a1.896%201.896%200%200%201-.007-2.68M2.038%208.5a6.5%206.5%200%201%201%203.721%205.877l-2.487.697a1%201%200%200%201-1.204-1.32l.796-2.082A6.5%206.5%200%200%201%202.038%208.5m6.5-5.5a5.5%205.5%200%200%200-4.695%208.366l.128.21l-.97%202.535l2.86-.8l.175.088A5.5%205.5%200%201%200%208.538%203M6.574%2015.74A6.49%206.49%200%200%200%2011.501%2018c.993%200%201.936-.223%202.78-.623l2.486.697a1%201%200%200%200%201.204-1.32l-.795-2.082A6.5%206.5%200%200%200%2018%2011.5c0-1.94-.85-3.682-2.199-4.873a7.5%207.5%200%200%201%20.235%201.762c.608.885.964%201.957.964%203.111c0%201.05-.294%202.031-.805%202.866l-.128.21l.97%202.535l-2.86-.8l-.175.088c-.75.384-1.6.601-2.502.601a5.5%205.5%200%200%201-3.167-1.003a7.5%207.5%200%200%201-1.76-.257%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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