chat multiple heart icon

chat-multiple-heart-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
chat-multiple-heart-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M2 10.5a7.5 7.5 0 1 1 4.411 6.836c-1.258.29-2.613.54-3.236.652a.996.996 0 0 1-1.153-1.17c.118-.61.38-1.918.681-3.143A7.5 7.5 0 0 1 2 10.5m4.341-2.159a2.03 2.03 0 0 0 .007 2.872l2.943 2.943c.122.122.32.122.442 0l2.927-2.926a2.03 2.03 0 0 0-.008-2.87a2.03 2.03 0 0 0-2.876-.008l-.28.28l-.283-.284a2.03 2.03 0 0 0-2.872-.007m8.22 12.66c-1.969 0-3.76-.76-5.1-2.001h.1c.719 0 1.416-.089 2.082-.256c.864.482 1.86.756 2.919.756c.96 0 1.866-.225 2.67-.625l.243-.121l.264.063c.922.22 1.966.446 2.74.61c-.175-.751-.414-1.756-.642-2.651l-.07-.276l.13-.253a6 6 0 0 0 .665-2.747a6 6 0 0 0-2.747-5.042a8.4 8.4 0 0 0-.8-2.047a7.503 7.503 0 0 1 4.344 10.263c.253 1.008.509 2.1.671 2.803a1.244 1.244 0 0 1-1.467 1.5a133 133 0 0 1-2.913-.64a7.5 7.5 0 0 1-3.088.663"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatMultipleHeart24Filled(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="M2 10.5a7.5 7.5 0 1 1 4.411 6.836c-1.258.29-2.613.54-3.236.652a.996.996 0 0 1-1.153-1.17c.118-.61.38-1.918.681-3.143A7.5 7.5 0 0 1 2 10.5m4.341-2.159a2.03 2.03 0 0 0 .007 2.872l2.943 2.943c.122.122.32.122.442 0l2.927-2.926a2.03 2.03 0 0 0-.008-2.87a2.03 2.03 0 0 0-2.876-.008l-.28.28l-.283-.284a2.03 2.03 0 0 0-2.872-.007m8.22 12.66c-1.969 0-3.76-.76-5.1-2.001h.1c.719 0 1.416-.089 2.082-.256c.864.482 1.86.756 2.919.756c.96 0 1.866-.225 2.67-.625l.243-.121l.264.063c.922.22 1.966.446 2.74.61c-.175-.751-.414-1.756-.642-2.651l-.07-.276l.13-.253a6 6 0 0 0 .665-2.747a6 6 0 0 0-2.747-5.042a8.4 8.4 0 0 0-.8-2.047a7.503 7.503 0 0 1 4.344 10.263c.253 1.008.509 2.1.671 2.803a1.244 1.244 0 0 1-1.467 1.5a133 133 0 0 1-2.913-.64a7.5 7.5 0 0 1-3.088.663"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 10.5a7.5 7.5 0 1 1 4.411 6.836c-1.258.29-2.613.54-3.236.652a.996.996 0 0 1-1.153-1.17c.118-.61.38-1.918.681-3.143A7.5 7.5 0 0 1 2 10.5m4.341-2.159a2.03 2.03 0 0 0 .007 2.872l2.943 2.943c.122.122.32.122.442 0l2.927-2.926a2.03 2.03 0 0 0-.008-2.87a2.03 2.03 0 0 0-2.876-.008l-.28.28l-.283-.284a2.03 2.03 0 0 0-2.872-.007m8.22 12.66c-1.969 0-3.76-.76-5.1-2.001h.1c.719 0 1.416-.089 2.082-.256c.864.482 1.86.756 2.919.756c.96 0 1.866-.225 2.67-.625l.243-.121l.264.063c.922.22 1.966.446 2.74.61c-.175-.751-.414-1.756-.642-2.651l-.07-.276l.13-.253a6 6 0 0 0 .665-2.747a6 6 0 0 0-2.747-5.042a8.4 8.4 0 0 0-.8-2.047a7.503 7.503 0 0 1 4.344 10.263c.253 1.008.509 2.1.671 2.803a1.244 1.244 0 0 1-1.467 1.5a133 133 0 0 1-2.913-.64a7.5 7.5 0 0 1-3.088.663"/></svg>
</template>

CSS

.icon-chat-multiple-heart-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2010.5a7.5%207.5%200%201%201%204.411%206.836c-1.258.29-2.613.54-3.236.652a.996.996%200%200%201-1.153-1.17c.118-.61.38-1.918.681-3.143A7.5%207.5%200%200%201%202%2010.5m4.341-2.159a2.03%202.03%200%200%200%20.007%202.872l2.943%202.943c.122.122.32.122.442%200l2.927-2.926a2.03%202.03%200%200%200-.008-2.87a2.03%202.03%200%200%200-2.876-.008l-.28.28l-.283-.284a2.03%202.03%200%200%200-2.872-.007m8.22%2012.66c-1.969%200-3.76-.76-5.1-2.001h.1c.719%200%201.416-.089%202.082-.256c.864.482%201.86.756%202.919.756c.96%200%201.866-.225%202.67-.625l.243-.121l.264.063c.922.22%201.966.446%202.74.61c-.175-.751-.414-1.756-.642-2.651l-.07-.276l.13-.253a6%206%200%200%200%20.665-2.747a6%206%200%200%200-2.747-5.042a8.4%208.4%200%200%200-.8-2.047a7.503%207.503%200%200%201%204.344%2010.263c.253%201.008.509%202.1.671%202.803a1.244%201.244%200%200%201-1.467%201.5a133%20133%200%200%201-2.913-.64a7.5%207.5%200%200%201-3.088.663%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%22M2%2010.5a7.5%207.5%200%201%201%204.411%206.836c-1.258.29-2.613.54-3.236.652a.996.996%200%200%201-1.153-1.17c.118-.61.38-1.918.681-3.143A7.5%207.5%200%200%201%202%2010.5m4.341-2.159a2.03%202.03%200%200%200%20.007%202.872l2.943%202.943c.122.122.32.122.442%200l2.927-2.926a2.03%202.03%200%200%200-.008-2.87a2.03%202.03%200%200%200-2.876-.008l-.28.28l-.283-.284a2.03%202.03%200%200%200-2.872-.007m8.22%2012.66c-1.969%200-3.76-.76-5.1-2.001h.1c.719%200%201.416-.089%202.082-.256c.864.482%201.86.756%202.919.756c.96%200%201.866-.225%202.67-.625l.243-.121l.264.063c.922.22%201.966.446%202.74.61c-.175-.751-.414-1.756-.642-2.651l-.07-.276l.13-.253a6%206%200%200%200%20.665-2.747a6%206%200%200%200-2.747-5.042a8.4%208.4%200%200%200-.8-2.047a7.503%207.503%200%200%201%204.344%2010.263c.253%201.008.509%202.1.671%202.803a1.244%201.244%200%200%201-1.467%201.5a133%20133%200%200%201-2.913-.64a7.5%207.5%200%200%201-3.088.663%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-24-filled.svg?color=%231a73e8&size=48