partner heart icon
partner-heart-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- partner-heart-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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="M12 19q-1.094 0-2.11-.366q-1.015-.367-1.87-1.05v1.608q0 .348-.23.578t-.58.23H2.827q-.348 0-.578-.23t-.23-.578V16.5q0-.6.395-1.03q.395-.432.97-.47h2.891q.404 0 .767.192t.6.56q.764 1.071 1.903 1.66Q10.685 18 12 18q1.321 0 2.47-.588t1.907-1.66q.248-.367.609-.56q.36-.192.739-.192h2.89q.581.039.983.47q.402.43.402 1.03v2.692q0 .349-.23.578t-.578.23h-4.384q-.349 0-.578-.23t-.23-.578v-1.62q-.836.682-1.859 1.055Q13.12 19 12 19m-7.423-5.77q-1.02 0-1.76-.74t-.74-1.76q0-1.043.74-1.771t1.76-.728q1.044 0 1.772.728t.728 1.772q0 1.019-.728 1.76q-.728.74-1.772.74m14.846 0q-1.02 0-1.76-.74q-.74-.741-.74-1.76q0-1.044.74-1.772t1.76-.728q1.044 0 1.772.728t.728 1.772q0 1.019-.728 1.76q-.728.74-1.772.74M12 4.304q.533-.621 1.144-.953t1.254-.332q.968 0 1.64.693t.673 1.692q0 1.24-1.057 2.392q-1.058 1.152-2.877 2.675q-.342.279-.774.279t-.78-.279Q9.403 8.93 8.346 7.777T7.29 5.347q0-.963.682-1.645q.683-.683 1.65-.683q.662 0 1.254.322T12 4.304"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPartnerHeartRounded(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 19q-1.094 0-2.11-.366q-1.015-.367-1.87-1.05v1.608q0 .348-.23.578t-.58.23H2.827q-.348 0-.578-.23t-.23-.578V16.5q0-.6.395-1.03q.395-.432.97-.47h2.891q.404 0 .767.192t.6.56q.764 1.071 1.903 1.66Q10.685 18 12 18q1.321 0 2.47-.588t1.907-1.66q.248-.367.609-.56q.36-.192.739-.192h2.89q.581.039.983.47q.402.43.402 1.03v2.692q0 .349-.23.578t-.578.23h-4.384q-.349 0-.578-.23t-.23-.578v-1.62q-.836.682-1.859 1.055Q13.12 19 12 19m-7.423-5.77q-1.02 0-1.76-.74t-.74-1.76q0-1.043.74-1.771t1.76-.728q1.044 0 1.772.728t.728 1.772q0 1.019-.728 1.76q-.728.74-1.772.74m14.846 0q-1.02 0-1.76-.74q-.74-.741-.74-1.76q0-1.044.74-1.772t1.76-.728q1.044 0 1.772.728t.728 1.772q0 1.019-.728 1.76q-.728.74-1.772.74M12 4.304q.533-.621 1.144-.953t1.254-.332q.968 0 1.64.693t.673 1.692q0 1.24-1.057 2.392q-1.058 1.152-2.877 2.675q-.342.279-.774.279t-.78-.279Q9.403 8.93 8.346 7.777T7.29 5.347q0-.963.682-1.645q.683-.683 1.65-.683q.662 0 1.254.322T12 4.304"/></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 19q-1.094 0-2.11-.366q-1.015-.367-1.87-1.05v1.608q0 .348-.23.578t-.58.23H2.827q-.348 0-.578-.23t-.23-.578V16.5q0-.6.395-1.03q.395-.432.97-.47h2.891q.404 0 .767.192t.6.56q.764 1.071 1.903 1.66Q10.685 18 12 18q1.321 0 2.47-.588t1.907-1.66q.248-.367.609-.56q.36-.192.739-.192h2.89q.581.039.983.47q.402.43.402 1.03v2.692q0 .349-.23.578t-.578.23h-4.384q-.349 0-.578-.23t-.23-.578v-1.62q-.836.682-1.859 1.055Q13.12 19 12 19m-7.423-5.77q-1.02 0-1.76-.74t-.74-1.76q0-1.043.74-1.771t1.76-.728q1.044 0 1.772.728t.728 1.772q0 1.019-.728 1.76q-.728.74-1.772.74m14.846 0q-1.02 0-1.76-.74q-.74-.741-.74-1.76q0-1.044.74-1.772t1.76-.728q1.044 0 1.772.728t.728 1.772q0 1.019-.728 1.76q-.728.74-1.772.74M12 4.304q.533-.621 1.144-.953t1.254-.332q.968 0 1.64.693t.673 1.692q0 1.24-1.057 2.392q-1.058 1.152-2.877 2.675q-.342.279-.774.279t-.78-.279Q9.403 8.93 8.346 7.777T7.29 5.347q0-.963.682-1.645q.683-.683 1.65-.683q.662 0 1.254.322T12 4.304"/></svg> </template>
CSS
.icon-partner-heart-rounded {
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%2019q-1.094%200-2.11-.366q-1.015-.367-1.87-1.05v1.608q0%20.348-.23.578t-.58.23H2.827q-.348%200-.578-.23t-.23-.578V16.5q0-.6.395-1.03q.395-.432.97-.47h2.891q.404%200%20.767.192t.6.56q.764%201.071%201.903%201.66Q10.685%2018%2012%2018q1.321%200%202.47-.588t1.907-1.66q.248-.367.609-.56q.36-.192.739-.192h2.89q.581.039.983.47q.402.43.402%201.03v2.692q0%20.349-.23.578t-.578.23h-4.384q-.349%200-.578-.23t-.23-.578v-1.62q-.836.682-1.859%201.055Q13.12%2019%2012%2019m-7.423-5.77q-1.02%200-1.76-.74t-.74-1.76q0-1.043.74-1.771t1.76-.728q1.044%200%201.772.728t.728%201.772q0%201.019-.728%201.76q-.728.74-1.772.74m14.846%200q-1.02%200-1.76-.74q-.74-.741-.74-1.76q0-1.044.74-1.772t1.76-.728q1.044%200%201.772.728t.728%201.772q0%201.019-.728%201.76q-.728.74-1.772.74M12%204.304q.533-.621%201.144-.953t1.254-.332q.968%200%201.64.693t.673%201.692q0%201.24-1.057%202.392q-1.058%201.152-2.877%202.675q-.342.279-.774.279t-.78-.279Q9.403%208.93%208.346%207.777T7.29%205.347q0-.963.682-1.645q.683-.683%201.65-.683q.662%200%201.254.322T12%204.304%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%2019q-1.094%200-2.11-.366q-1.015-.367-1.87-1.05v1.608q0%20.348-.23.578t-.58.23H2.827q-.348%200-.578-.23t-.23-.578V16.5q0-.6.395-1.03q.395-.432.97-.47h2.891q.404%200%20.767.192t.6.56q.764%201.071%201.903%201.66Q10.685%2018%2012%2018q1.321%200%202.47-.588t1.907-1.66q.248-.367.609-.56q.36-.192.739-.192h2.89q.581.039.983.47q.402.43.402%201.03v2.692q0%20.349-.23.578t-.578.23h-4.384q-.349%200-.578-.23t-.23-.578v-1.62q-.836.682-1.859%201.055Q13.12%2019%2012%2019m-7.423-5.77q-1.02%200-1.76-.74t-.74-1.76q0-1.043.74-1.771t1.76-.728q1.044%200%201.772.728t.728%201.772q0%201.019-.728%201.76q-.728.74-1.772.74m14.846%200q-1.02%200-1.76-.74q-.74-.741-.74-1.76q0-1.044.74-1.772t1.76-.728q1.044%200%201.772.728t.728%201.772q0%201.019-.728%201.76q-.728.74-1.772.74M12%204.304q.533-.621%201.144-.953t1.254-.332q.968%200%201.64.693t.673%201.692q0%201.24-1.057%202.392q-1.058%201.152-2.877%202.675q-.342.279-.774.279t-.78-.279Q9.403%208.93%208.346%207.777T7.29%205.347q0-.963.682-1.645q.683-.683%201.65-.683q.662%200%201.254.322T12%204.304%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/partner-heart-rounded.svg?color=%231a73e8&size=48