partner-heart from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
partner-heart
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
partner-heart-sharp

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="M2.02 20v-3.5q0-.6.395-1.03q.394-.432.97-.47h2.89q.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.03V20h-6v-2.429q-.836.683-1.859 1.056Q13.12 19 12 19q-1.094 0-2.11-.366q-1.015-.367-1.87-1.05V20zm2.557-6.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 11.116q-1.065-.897-1.939-1.642T8.58 8.05t-.95-1.334t-.34-1.37q0-.961.682-1.644q.683-.683 1.65-.683q.662 0 1.254.322q.592.323 1.125.963q.533-.621 1.144-.953t1.254-.332q.968 0 1.64.693t.673 1.692q0 .677-.34 1.322t-.95 1.324t-1.482 1.424T12 11.116"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPartnerHeart(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.02 20v-3.5q0-.6.395-1.03q.394-.432.97-.47h2.89q.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.03V20h-6v-2.429q-.836.683-1.859 1.056Q13.12 19 12 19q-1.094 0-2.11-.366q-1.015-.367-1.87-1.05V20zm2.557-6.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 11.116q-1.065-.897-1.939-1.642T8.58 8.05t-.95-1.334t-.34-1.37q0-.961.682-1.644q.683-.683 1.65-.683q.662 0 1.254.322q.592.323 1.125.963q.533-.621 1.144-.953t1.254-.332q.968 0 1.64.693t.673 1.692q0 .677-.34 1.322t-.95 1.324t-1.482 1.424T12 11.116"/></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.02 20v-3.5q0-.6.395-1.03q.394-.432.97-.47h2.89q.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.03V20h-6v-2.429q-.836.683-1.859 1.056Q13.12 19 12 19q-1.094 0-2.11-.366q-1.015-.367-1.87-1.05V20zm2.557-6.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 11.116q-1.065-.897-1.939-1.642T8.58 8.05t-.95-1.334t-.34-1.37q0-.961.682-1.644q.683-.683 1.65-.683q.662 0 1.254.322q.592.323 1.125.963q.533-.621 1.144-.953t1.254-.332q.968 0 1.64.693t.673 1.692q0 .677-.34 1.322t-.95 1.324t-1.482 1.424T12 11.116"/></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%22M2.02%2020v-3.5q0-.6.395-1.03q.394-.432.97-.47h2.89q.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.03V20h-6v-2.429q-.836.683-1.859%201.056Q13.12%2019%2012%2019q-1.094%200-2.11-.366q-1.015-.367-1.87-1.05V20zm2.557-6.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%2011.116q-1.065-.897-1.939-1.642T8.58%208.05t-.95-1.334t-.34-1.37q0-.961.682-1.644q.683-.683%201.65-.683q.662%200%201.254.322q.592.323%201.125.963q.533-.621%201.144-.953t1.254-.332q.968%200%201.64.693t.673%201.692q0%20.677-.34%201.322t-.95%201.324t-1.482%201.424T12%2011.116%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.02%2020v-3.5q0-.6.395-1.03q.394-.432.97-.47h2.89q.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.03V20h-6v-2.429q-.836.683-1.859%201.056Q13.12%2019%2012%2019q-1.094%200-2.11-.366q-1.015-.367-1.87-1.05V20zm2.557-6.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%2011.116q-1.065-.897-1.939-1.642T8.58%208.05t-.95-1.334t-.34-1.37q0-.961.682-1.644q.683-.683%201.65-.683q.662%200%201.254.322q.592.323%201.125.963q.533-.621%201.144-.953t1.254-.332q.968%200%201.64.693t.673%201.692q0%20.677-.34%201.322t-.95%201.324t-1.482%201.424T12%2011.116%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.svg?color=%231a73e8&size=48