partner heart icon
partner-heart from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- partner-heart
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- partner-heart-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the partner heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 21v-4q0-.85.588-1.425T3 15h3.275q.5 0 .95.25t.725.675q.725.975 1.788 1.525T12 18q1.225 0 2.288-.55t1.762-1.525q.325-.425.763-.675t.912-.25H21q.85 0 1.425.575T23 17v4h-7v-2.275q-.875.625-1.888.95T12 20q-1.075 0-2.1-.337T8 18.7V21zm3-7q-1.25 0-2.125-.875T1 11q0-1.275.875-2.137T4 8q1.275 0 2.138.863T7 11q0 1.25-.862 2.125T4 14m16 0q-1.25 0-2.125-.875T17 11q0-1.275.875-2.137T20 8q1.275 0 2.138.863T23 11q0 1.25-.862 2.125T20 14m-8-2q-1.7-1.55-2.775-2.613T7.55 7.55t-.825-1.362T6.5 5q0-1.25.875-2.125T9.525 2q.7 0 1.35.313T12 3.15q.475-.525 1.125-.837T14.475 2q1.275 0 2.15.875T17.5 5q0 .6-.225 1.188T16.45 7.55t-1.675 1.838T12 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPartnerHeart(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="M1 21v-4q0-.85.588-1.425T3 15h3.275q.5 0 .95.25t.725.675q.725.975 1.788 1.525T12 18q1.225 0 2.288-.55t1.762-1.525q.325-.425.763-.675t.912-.25H21q.85 0 1.425.575T23 17v4h-7v-2.275q-.875.625-1.888.95T12 20q-1.075 0-2.1-.337T8 18.7V21zm3-7q-1.25 0-2.125-.875T1 11q0-1.275.875-2.137T4 8q1.275 0 2.138.863T7 11q0 1.25-.862 2.125T4 14m16 0q-1.25 0-2.125-.875T17 11q0-1.275.875-2.137T20 8q1.275 0 2.138.863T23 11q0 1.25-.862 2.125T20 14m-8-2q-1.7-1.55-2.775-2.613T7.55 7.55t-.825-1.362T6.5 5q0-1.25.875-2.125T9.525 2q.7 0 1.35.313T12 3.15q.475-.525 1.125-.837T14.475 2q1.275 0 2.15.875T17.5 5q0 .6-.225 1.188T16.45 7.55t-1.675 1.838T12 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 21v-4q0-.85.588-1.425T3 15h3.275q.5 0 .95.25t.725.675q.725.975 1.788 1.525T12 18q1.225 0 2.288-.55t1.762-1.525q.325-.425.763-.675t.912-.25H21q.85 0 1.425.575T23 17v4h-7v-2.275q-.875.625-1.888.95T12 20q-1.075 0-2.1-.337T8 18.7V21zm3-7q-1.25 0-2.125-.875T1 11q0-1.275.875-2.137T4 8q1.275 0 2.138.863T7 11q0 1.25-.862 2.125T4 14m16 0q-1.25 0-2.125-.875T17 11q0-1.275.875-2.137T20 8q1.275 0 2.138.863T23 11q0 1.25-.862 2.125T20 14m-8-2q-1.7-1.55-2.775-2.613T7.55 7.55t-.825-1.362T6.5 5q0-1.25.875-2.125T9.525 2q.7 0 1.35.313T12 3.15q.475-.525 1.125-.837T14.475 2q1.275 0 2.15.875T17.5 5q0 .6-.225 1.188T16.45 7.55t-1.675 1.838T12 12"/></svg> </template>
CSS
.icon-partner-heart {
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%22M1%2021v-4q0-.85.588-1.425T3%2015h3.275q.5%200%20.95.25t.725.675q.725.975%201.788%201.525T12%2018q1.225%200%202.288-.55t1.762-1.525q.325-.425.763-.675t.912-.25H21q.85%200%201.425.575T23%2017v4h-7v-2.275q-.875.625-1.888.95T12%2020q-1.075%200-2.1-.337T8%2018.7V21zm3-7q-1.25%200-2.125-.875T1%2011q0-1.275.875-2.137T4%208q1.275%200%202.138.863T7%2011q0%201.25-.862%202.125T4%2014m16%200q-1.25%200-2.125-.875T17%2011q0-1.275.875-2.137T20%208q1.275%200%202.138.863T23%2011q0%201.25-.862%202.125T20%2014m-8-2q-1.7-1.55-2.775-2.613T7.55%207.55t-.825-1.362T6.5%205q0-1.25.875-2.125T9.525%202q.7%200%201.35.313T12%203.15q.475-.525%201.125-.837T14.475%202q1.275%200%202.15.875T17.5%205q0%20.6-.225%201.188T16.45%207.55t-1.675%201.838T12%2012%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%22M1%2021v-4q0-.85.588-1.425T3%2015h3.275q.5%200%20.95.25t.725.675q.725.975%201.788%201.525T12%2018q1.225%200%202.288-.55t1.762-1.525q.325-.425.763-.675t.912-.25H21q.85%200%201.425.575T23%2017v4h-7v-2.275q-.875.625-1.888.95T12%2020q-1.075%200-2.1-.337T8%2018.7V21zm3-7q-1.25%200-2.125-.875T1%2011q0-1.275.875-2.137T4%208q1.275%200%202.138.863T7%2011q0%201.25-.862%202.125T4%2014m16%200q-1.25%200-2.125-.875T17%2011q0-1.275.875-2.137T20%208q1.275%200%202.138.863T23%2011q0%201.25-.862%202.125T20%2014m-8-2q-1.7-1.55-2.775-2.613T7.55%207.55t-.825-1.362T6.5%205q0-1.25.875-2.125T9.525%202q.7%200%201.35.313T12%203.15q.475-.525%201.125-.837T14.475%202q1.275%200%202.15.875T17.5%205q0%20.6-.225%201.188T16.45%207.55t-1.675%201.838T12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/partner-heart.svg?color=%231a73e8&size=48