heart multiple icon
heart-multiple-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- heart-multiple-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- hearts-outline
1 other variant in Material Design Icons
Related icons in Material Design Icons
Use the heart multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 21.1l-1.5 1.3c-6.6-5.9-10-9-10-12.8c0-1.2.4-2.3 1-3.2V7c0 4.7 3.9 8.2 10.5 14.1m1.6-4.1c4.7-4.3 7.9-7.1 8-10c0-2-1.5-3.5-3.5-3.5c-1.6 0-3.1 1-3.6 2.4h-1.9C12 4.5 10.5 3.5 9 3.5C7 3.5 5.5 5 5.5 7c0 2.9 3.1 5.7 7.9 10l.1.1M18 1.5c3.1 0 5.5 2.4 5.5 5.5c0 3.7-3.4 6.8-10 12.8c-6.6-5.9-10-9-10-12.8c0-3.1 2.4-5.5 5.5-5.5c1.7 0 3.4.8 4.5 2.1c1.1-1.3 2.8-2.1 4.5-2.1"/></svg>
React
import type { SVGProps } from "react";
export function MdiHeartMultipleOutline(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="m12 21.1l-1.5 1.3c-6.6-5.9-10-9-10-12.8c0-1.2.4-2.3 1-3.2V7c0 4.7 3.9 8.2 10.5 14.1m1.6-4.1c4.7-4.3 7.9-7.1 8-10c0-2-1.5-3.5-3.5-3.5c-1.6 0-3.1 1-3.6 2.4h-1.9C12 4.5 10.5 3.5 9 3.5C7 3.5 5.5 5 5.5 7c0 2.9 3.1 5.7 7.9 10l.1.1M18 1.5c3.1 0 5.5 2.4 5.5 5.5c0 3.7-3.4 6.8-10 12.8c-6.6-5.9-10-9-10-12.8c0-3.1 2.4-5.5 5.5-5.5c1.7 0 3.4.8 4.5 2.1c1.1-1.3 2.8-2.1 4.5-2.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 21.1l-1.5 1.3c-6.6-5.9-10-9-10-12.8c0-1.2.4-2.3 1-3.2V7c0 4.7 3.9 8.2 10.5 14.1m1.6-4.1c4.7-4.3 7.9-7.1 8-10c0-2-1.5-3.5-3.5-3.5c-1.6 0-3.1 1-3.6 2.4h-1.9C12 4.5 10.5 3.5 9 3.5C7 3.5 5.5 5 5.5 7c0 2.9 3.1 5.7 7.9 10l.1.1M18 1.5c3.1 0 5.5 2.4 5.5 5.5c0 3.7-3.4 6.8-10 12.8c-6.6-5.9-10-9-10-12.8c0-3.1 2.4-5.5 5.5-5.5c1.7 0 3.4.8 4.5 2.1c1.1-1.3 2.8-2.1 4.5-2.1"/></svg> </template>
CSS
.icon-heart-multiple-outline {
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%22m12%2021.1l-1.5%201.3c-6.6-5.9-10-9-10-12.8c0-1.2.4-2.3%201-3.2V7c0%204.7%203.9%208.2%2010.5%2014.1m1.6-4.1c4.7-4.3%207.9-7.1%208-10c0-2-1.5-3.5-3.5-3.5c-1.6%200-3.1%201-3.6%202.4h-1.9C12%204.5%2010.5%203.5%209%203.5C7%203.5%205.5%205%205.5%207c0%202.9%203.1%205.7%207.9%2010l.1.1M18%201.5c3.1%200%205.5%202.4%205.5%205.5c0%203.7-3.4%206.8-10%2012.8c-6.6-5.9-10-9-10-12.8c0-3.1%202.4-5.5%205.5-5.5c1.7%200%203.4.8%204.5%202.1c1.1-1.3%202.8-2.1%204.5-2.1%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%22m12%2021.1l-1.5%201.3c-6.6-5.9-10-9-10-12.8c0-1.2.4-2.3%201-3.2V7c0%204.7%203.9%208.2%2010.5%2014.1m1.6-4.1c4.7-4.3%207.9-7.1%208-10c0-2-1.5-3.5-3.5-3.5c-1.6%200-3.1%201-3.6%202.4h-1.9C12%204.5%2010.5%203.5%209%203.5C7%203.5%205.5%205%205.5%207c0%202.9%203.1%205.7%207.9%2010l.1.1M18%201.5c3.1%200%205.5%202.4%205.5%205.5c0%203.7-3.4%206.8-10%2012.8c-6.6-5.9-10-9-10-12.8c0-3.1%202.4-5.5%205.5-5.5c1.7%200%203.4.8%204.5%202.1c1.1-1.3%202.8-2.1%204.5-2.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/heart-multiple-outline.svg?color=%231a73e8&size=48