chat multiple heart icon

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

Name
chat-multiple-heart-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M12.5 3C6.701 3 2 7.701 2 13.5a10.5 10.5 0 0 0 1.102 4.688l-1.05 3.918a1.5 1.5 0 0 0 1.838 1.837l3.915-1.049A10.46 10.46 0 0 0 12.5 24C18.3 24 23 19.299 23 13.5S18.3 3 12.5 3m1.955 22.342a12 12 0 0 1-2.808.128A10.47 10.47 0 0 0 19.5 29a10.46 10.46 0 0 0 4.695-1.106l3.915 1.05a1.5 1.5 0 0 0 1.837-1.838l-1.05-3.918A10.44 10.44 0 0 0 30 18.5a10.5 10.5 0 0 0-6.451-9.69c.362.853.63 1.757.787 2.699A8.49 8.49 0 0 1 28 18.5a8.46 8.46 0 0 1-1.046 4.088a1 1 0 0 0-.09.74l.927 3.46l-3.456-.927a1 1 0 0 0-.74.09a8.46 8.46 0 0 1-4.095 1.05a8.46 8.46 0 0 1-5.045-1.66m-2.376-14.967l.416.415l.41-.41a2.99 2.99 0 0 1 4.218.01a2.964 2.964 0 0 1 .011 4.199l-4.293 4.277a.46.46 0 0 1-.648 0l-4.315-4.302a2.963 2.963 0 0 1-.01-4.2a2.985 2.985 0 0 1 4.211.011"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatMultipleHeart32Filled(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="M12.5 3C6.701 3 2 7.701 2 13.5a10.5 10.5 0 0 0 1.102 4.688l-1.05 3.918a1.5 1.5 0 0 0 1.838 1.837l3.915-1.049A10.46 10.46 0 0 0 12.5 24C18.3 24 23 19.299 23 13.5S18.3 3 12.5 3m1.955 22.342a12 12 0 0 1-2.808.128A10.47 10.47 0 0 0 19.5 29a10.46 10.46 0 0 0 4.695-1.106l3.915 1.05a1.5 1.5 0 0 0 1.837-1.838l-1.05-3.918A10.44 10.44 0 0 0 30 18.5a10.5 10.5 0 0 0-6.451-9.69c.362.853.63 1.757.787 2.699A8.49 8.49 0 0 1 28 18.5a8.46 8.46 0 0 1-1.046 4.088a1 1 0 0 0-.09.74l.927 3.46l-3.456-.927a1 1 0 0 0-.74.09a8.46 8.46 0 0 1-4.095 1.05a8.46 8.46 0 0 1-5.045-1.66m-2.376-14.967l.416.415l.41-.41a2.99 2.99 0 0 1 4.218.01a2.964 2.964 0 0 1 .011 4.199l-4.293 4.277a.46.46 0 0 1-.648 0l-4.315-4.302a2.963 2.963 0 0 1-.01-4.2a2.985 2.985 0 0 1 4.211.011"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.5 3C6.701 3 2 7.701 2 13.5a10.5 10.5 0 0 0 1.102 4.688l-1.05 3.918a1.5 1.5 0 0 0 1.838 1.837l3.915-1.049A10.46 10.46 0 0 0 12.5 24C18.3 24 23 19.299 23 13.5S18.3 3 12.5 3m1.955 22.342a12 12 0 0 1-2.808.128A10.47 10.47 0 0 0 19.5 29a10.46 10.46 0 0 0 4.695-1.106l3.915 1.05a1.5 1.5 0 0 0 1.837-1.838l-1.05-3.918A10.44 10.44 0 0 0 30 18.5a10.5 10.5 0 0 0-6.451-9.69c.362.853.63 1.757.787 2.699A8.49 8.49 0 0 1 28 18.5a8.46 8.46 0 0 1-1.046 4.088a1 1 0 0 0-.09.74l.927 3.46l-3.456-.927a1 1 0 0 0-.74.09a8.46 8.46 0 0 1-4.095 1.05a8.46 8.46 0 0 1-5.045-1.66m-2.376-14.967l.416.415l.41-.41a2.99 2.99 0 0 1 4.218.01a2.964 2.964 0 0 1 .011 4.199l-4.293 4.277a.46.46 0 0 1-.648 0l-4.315-4.302a2.963 2.963 0 0 1-.01-4.2a2.985 2.985 0 0 1 4.211.011"/></svg>
</template>

CSS

.icon-chat-multiple-heart-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%203C6.701%203%202%207.701%202%2013.5a10.5%2010.5%200%200%200%201.102%204.688l-1.05%203.918a1.5%201.5%200%200%200%201.838%201.837l3.915-1.049A10.46%2010.46%200%200%200%2012.5%2024C18.3%2024%2023%2019.299%2023%2013.5S18.3%203%2012.5%203m1.955%2022.342a12%2012%200%200%201-2.808.128A10.47%2010.47%200%200%200%2019.5%2029a10.46%2010.46%200%200%200%204.695-1.106l3.915%201.05a1.5%201.5%200%200%200%201.837-1.838l-1.05-3.918A10.44%2010.44%200%200%200%2030%2018.5a10.5%2010.5%200%200%200-6.451-9.69c.362.853.63%201.757.787%202.699A8.49%208.49%200%200%201%2028%2018.5a8.46%208.46%200%200%201-1.046%204.088a1%201%200%200%200-.09.74l.927%203.46l-3.456-.927a1%201%200%200%200-.74.09a8.46%208.46%200%200%201-4.095%201.05a8.46%208.46%200%200%201-5.045-1.66m-2.376-14.967l.416.415l.41-.41a2.99%202.99%200%200%201%204.218.01a2.964%202.964%200%200%201%20.011%204.199l-4.293%204.277a.46.46%200%200%201-.648%200l-4.315-4.302a2.963%202.963%200%200%201-.01-4.2a2.985%202.985%200%200%201%204.211.011%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%22M12.5%203C6.701%203%202%207.701%202%2013.5a10.5%2010.5%200%200%200%201.102%204.688l-1.05%203.918a1.5%201.5%200%200%200%201.838%201.837l3.915-1.049A10.46%2010.46%200%200%200%2012.5%2024C18.3%2024%2023%2019.299%2023%2013.5S18.3%203%2012.5%203m1.955%2022.342a12%2012%200%200%201-2.808.128A10.47%2010.47%200%200%200%2019.5%2029a10.46%2010.46%200%200%200%204.695-1.106l3.915%201.05a1.5%201.5%200%200%200%201.837-1.838l-1.05-3.918A10.44%2010.44%200%200%200%2030%2018.5a10.5%2010.5%200%200%200-6.451-9.69c.362.853.63%201.757.787%202.699A8.49%208.49%200%200%201%2028%2018.5a8.46%208.46%200%200%201-1.046%204.088a1%201%200%200%200-.09.74l.927%203.46l-3.456-.927a1%201%200%200%200-.74.09a8.46%208.46%200%200%201-4.095%201.05a8.46%208.46%200%200%201-5.045-1.66m-2.376-14.967l.416.415l.41-.41a2.99%202.99%200%200%201%204.218.01a2.964%202.964%200%200%201%20.011%204.199l-4.293%204.277a.46.46%200%200%201-.648%200l-4.315-4.302a2.963%202.963%200%200%201-.01-4.2a2.985%202.985%200%200%201%204.211.011%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-32-filled.svg?color=%231a73e8&size=48