heart from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
heart
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the heart logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.667 12.607c0-3.127-1.934-5.607-5.4-5.607c-1.667 0-2.98.52-3.933 1.487V3h-4v18a55 55 0 0 1 4-1.013v-6.12c0-2.407 1.166-3.534 2.906-3.534c1.7 0 2.427 1.08 2.427 3.107v5.667q2.05-.233 4-.294V12.6z"/></svg>

React

import type { SVGProps } from "react";

export function TokenHeart(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="M18.667 12.607c0-3.127-1.934-5.607-5.4-5.607c-1.667 0-2.98.52-3.933 1.487V3h-4v18a55 55 0 0 1 4-1.013v-6.12c0-2.407 1.166-3.534 2.906-3.534c1.7 0 2.427 1.08 2.427 3.107v5.667q2.05-.233 4-.294V12.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.667 12.607c0-3.127-1.934-5.607-5.4-5.607c-1.667 0-2.98.52-3.933 1.487V3h-4v18a55 55 0 0 1 4-1.013v-6.12c0-2.407 1.166-3.534 2.906-3.534c1.7 0 2.427 1.08 2.427 3.107v5.667q2.05-.233 4-.294V12.6z"/></svg>
</template>

CSS

.icon-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%22M18.667%2012.607c0-3.127-1.934-5.607-5.4-5.607c-1.667%200-2.98.52-3.933%201.487V3h-4v18a55%2055%200%200%201%204-1.013v-6.12c0-2.407%201.166-3.534%202.906-3.534c1.7%200%202.427%201.08%202.427%203.107v5.667q2.05-.233%204-.294V12.6z%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%22M18.667%2012.607c0-3.127-1.934-5.607-5.4-5.607c-1.667%200-2.98.52-3.933%201.487V3h-4v18a55%2055%200%200%201%204-1.013v-6.12c0-2.407%201.166-3.534%202.906-3.534c1.7%200%202.427%201.08%202.427%203.107v5.667q2.05-.233%204-.294V12.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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