box2-heart from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
box2-heart
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

Use the box2 heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 7.982C9.664 6.309 13.825 9.236 8 13C2.175 9.236 6.336 6.31 8 7.982"/><path d="M3.75 0a1 1 0 0 0-.8.4L.1 4.2a.5.5 0 0 0-.1.3V15a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V4.5a.5.5 0 0 0-.1-.3L13.05.4a1 1 0 0 0-.8-.4zm0 1H7.5v3h-6zM8.5 4V1h3.75l2.25 3zM15 5v10H1V5z"/></g></svg>

React

import type { SVGProps } from "react";

export function BiBox2Heart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 7.982C9.664 6.309 13.825 9.236 8 13C2.175 9.236 6.336 6.31 8 7.982"/><path d="M3.75 0a1 1 0 0 0-.8.4L.1 4.2a.5.5 0 0 0-.1.3V15a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V4.5a.5.5 0 0 0-.1-.3L13.05.4a1 1 0 0 0-.8-.4zm0 1H7.5v3h-6zM8.5 4V1h3.75l2.25 3zM15 5v10H1V5z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 7.982C9.664 6.309 13.825 9.236 8 13C2.175 9.236 6.336 6.31 8 7.982"/><path d="M3.75 0a1 1 0 0 0-.8.4L.1 4.2a.5.5 0 0 0-.1.3V15a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V4.5a.5.5 0 0 0-.1-.3L13.05.4a1 1 0 0 0-.8-.4zm0 1H7.5v3h-6zM8.5 4V1h3.75l2.25 3zM15 5v10H1V5z"/></g></svg>
</template>

CSS

.icon-box2-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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%207.982C9.664%206.309%2013.825%209.236%208%2013C2.175%209.236%206.336%206.31%208%207.982%22%2F%3E%3Cpath%20d%3D%22M3.75%200a1%201%200%200%200-.8.4L.1%204.2a.5.5%200%200%200-.1.3V15a1%201%200%200%200%201%201h14a1%201%200%200%200%201-1V4.5a.5.5%200%200%200-.1-.3L13.05.4a1%201%200%200%200-.8-.4zm0%201H7.5v3h-6zM8.5%204V1h3.75l2.25%203zM15%205v10H1V5z%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%207.982C9.664%206.309%2013.825%209.236%208%2013C2.175%209.236%206.336%206.31%208%207.982%22%2F%3E%3Cpath%20d%3D%22M3.75%200a1%201%200%200%200-.8.4L.1%204.2a.5.5%200%200%200-.1.3V15a1%201%200%200%200%201%201h14a1%201%200%200%200%201-1V4.5a.5.5%200%200%200-.1-.3L13.05.4a1%201%200%200%200-.8-.4zm0%201H7.5v3h-6zM8.5%204V1h3.75l2.25%203zM15%205v10H1V5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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