puzzle-heart from Material Design Icons by Pictogrammers · Filled · Gaming / RPG · Apache-2.0 Free for personal and commercial use.

Name
puzzle-heart
Set
Material Design Icons
Style
Filled
Category
Gaming / RPG
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More gaming / rpg icons from Material Design Icons

Use the puzzle heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19 22.3l-.6-.5c-2-1.9-3.4-3.1-3.4-4.6c0-1.2 1-2.2 2.2-2.2c.7 0 1.4.3 1.8.8c.4-.5 1.1-.8 1.8-.8c1.2 0 2.2.9 2.2 2.2c0 1.5-1.4 2.7-3.4 4.6zM20.5 11H19V7a2 2 0 0 0-2-2h-4V3.5a2.5 2.5 0 0 0-5 0V5H4c-1.1 0-2 .9-2 2v3.8h1.5c1.5 0 2.7 1.2 2.7 2.7S5 16.2 3.5 16.2H2V20a2 2 0 0 0 2 2h3.8v-1.5c0-1.5 1.2-2.7 2.7-2.7c.94 0 1.77.47 2.25 1.2h.34c-.05-.33-.09-.66-.09-1c0-3.31 2.69-6 6-6c1.54 0 2.94.58 4 1.53v-.03a2.5 2.5 0 0 0-2.5-2.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiPuzzleHeart(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="m19 22.3l-.6-.5c-2-1.9-3.4-3.1-3.4-4.6c0-1.2 1-2.2 2.2-2.2c.7 0 1.4.3 1.8.8c.4-.5 1.1-.8 1.8-.8c1.2 0 2.2.9 2.2 2.2c0 1.5-1.4 2.7-3.4 4.6zM20.5 11H19V7a2 2 0 0 0-2-2h-4V3.5a2.5 2.5 0 0 0-5 0V5H4c-1.1 0-2 .9-2 2v3.8h1.5c1.5 0 2.7 1.2 2.7 2.7S5 16.2 3.5 16.2H2V20a2 2 0 0 0 2 2h3.8v-1.5c0-1.5 1.2-2.7 2.7-2.7c.94 0 1.77.47 2.25 1.2h.34c-.05-.33-.09-.66-.09-1c0-3.31 2.69-6 6-6c1.54 0 2.94.58 4 1.53v-.03a2.5 2.5 0 0 0-2.5-2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19 22.3l-.6-.5c-2-1.9-3.4-3.1-3.4-4.6c0-1.2 1-2.2 2.2-2.2c.7 0 1.4.3 1.8.8c.4-.5 1.1-.8 1.8-.8c1.2 0 2.2.9 2.2 2.2c0 1.5-1.4 2.7-3.4 4.6zM20.5 11H19V7a2 2 0 0 0-2-2h-4V3.5a2.5 2.5 0 0 0-5 0V5H4c-1.1 0-2 .9-2 2v3.8h1.5c1.5 0 2.7 1.2 2.7 2.7S5 16.2 3.5 16.2H2V20a2 2 0 0 0 2 2h3.8v-1.5c0-1.5 1.2-2.7 2.7-2.7c.94 0 1.77.47 2.25 1.2h.34c-.05-.33-.09-.66-.09-1c0-3.31 2.69-6 6-6c1.54 0 2.94.58 4 1.53v-.03a2.5 2.5 0 0 0-2.5-2.5"/></svg>
</template>

CSS

.icon-puzzle-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%22m19%2022.3l-.6-.5c-2-1.9-3.4-3.1-3.4-4.6c0-1.2%201-2.2%202.2-2.2c.7%200%201.4.3%201.8.8c.4-.5%201.1-.8%201.8-.8c1.2%200%202.2.9%202.2%202.2c0%201.5-1.4%202.7-3.4%204.6zM20.5%2011H19V7a2%202%200%200%200-2-2h-4V3.5a2.5%202.5%200%200%200-5%200V5H4c-1.1%200-2%20.9-2%202v3.8h1.5c1.5%200%202.7%201.2%202.7%202.7S5%2016.2%203.5%2016.2H2V20a2%202%200%200%200%202%202h3.8v-1.5c0-1.5%201.2-2.7%202.7-2.7c.94%200%201.77.47%202.25%201.2h.34c-.05-.33-.09-.66-.09-1c0-3.31%202.69-6%206-6c1.54%200%202.94.58%204%201.53v-.03a2.5%202.5%200%200%200-2.5-2.5%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%22m19%2022.3l-.6-.5c-2-1.9-3.4-3.1-3.4-4.6c0-1.2%201-2.2%202.2-2.2c.7%200%201.4.3%201.8.8c.4-.5%201.1-.8%201.8-.8c1.2%200%202.2.9%202.2%202.2c0%201.5-1.4%202.7-3.4%204.6zM20.5%2011H19V7a2%202%200%200%200-2-2h-4V3.5a2.5%202.5%200%200%200-5%200V5H4c-1.1%200-2%20.9-2%202v3.8h1.5c1.5%200%202.7%201.2%202.7%202.7S5%2016.2%203.5%2016.2H2V20a2%202%200%200%200%202%202h3.8v-1.5c0-1.5%201.2-2.7%202.7-2.7c.94%200%201.77.47%202.25%201.2h.34c-.05-.33-.09-.66-.09-1c0-3.31%202.69-6%206-6c1.54%200%202.94.58%204%201.53v-.03a2.5%202.5%200%200%200-2.5-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/puzzle-heart.svg?color=%231a73e8&size=48