heart straight break icon

heart-straight-break-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
heart-straight-break-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the heart straight break icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M225.84 54.16a62 62 0 0 0-87.6-.08L128 63.94l-10.24-9.86a62 62 0 0 0-87.66 87.7l89.35 90.64a12 12 0 0 0 17.1 0l89.29-90.58a62 62 0 0 0 0-87.68m-17 70.77l-80.81 82l-80.87-82a38 38 0 1 1 53.74-53.74l.16.16l9.67 9.31l-7 6.76a12 12 0 0 0-.17 17.13L127 128l-7.52 7.51a12 12 0 1 0 17 17l16-16a12 12 0 0 0 0-17l-23.35-23.35L155 71.29l.16-.16a38 38 0 1 1 53.68 53.8"/></svg>

React

import type { SVGProps } from "react";

export function PhHeartStraightBreakBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M225.84 54.16a62 62 0 0 0-87.6-.08L128 63.94l-10.24-9.86a62 62 0 0 0-87.66 87.7l89.35 90.64a12 12 0 0 0 17.1 0l89.29-90.58a62 62 0 0 0 0-87.68m-17 70.77l-80.81 82l-80.87-82a38 38 0 1 1 53.74-53.74l.16.16l9.67 9.31l-7 6.76a12 12 0 0 0-.17 17.13L127 128l-7.52 7.51a12 12 0 1 0 17 17l16-16a12 12 0 0 0 0-17l-23.35-23.35L155 71.29l.16-.16a38 38 0 1 1 53.68 53.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M225.84 54.16a62 62 0 0 0-87.6-.08L128 63.94l-10.24-9.86a62 62 0 0 0-87.66 87.7l89.35 90.64a12 12 0 0 0 17.1 0l89.29-90.58a62 62 0 0 0 0-87.68m-17 70.77l-80.81 82l-80.87-82a38 38 0 1 1 53.74-53.74l.16.16l9.67 9.31l-7 6.76a12 12 0 0 0-.17 17.13L127 128l-7.52 7.51a12 12 0 1 0 17 17l16-16a12 12 0 0 0 0-17l-23.35-23.35L155 71.29l.16-.16a38 38 0 1 1 53.68 53.8"/></svg>
</template>

CSS

.icon-heart-straight-break-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M225.84%2054.16a62%2062%200%200%200-87.6-.08L128%2063.94l-10.24-9.86a62%2062%200%200%200-87.66%2087.7l89.35%2090.64a12%2012%200%200%200%2017.1%200l89.29-90.58a62%2062%200%200%200%200-87.68m-17%2070.77l-80.81%2082l-80.87-82a38%2038%200%201%201%2053.74-53.74l.16.16l9.67%209.31l-7%206.76a12%2012%200%200%200-.17%2017.13L127%20128l-7.52%207.51a12%2012%200%201%200%2017%2017l16-16a12%2012%200%200%200%200-17l-23.35-23.35L155%2071.29l.16-.16a38%2038%200%201%201%2053.68%2053.8%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M225.84%2054.16a62%2062%200%200%200-87.6-.08L128%2063.94l-10.24-9.86a62%2062%200%200%200-87.66%2087.7l89.35%2090.64a12%2012%200%200%200%2017.1%200l89.29-90.58a62%2062%200%200%200%200-87.68m-17%2070.77l-80.81%2082l-80.87-82a38%2038%200%201%201%2053.74-53.74l.16.16l9.67%209.31l-7%206.76a12%2012%200%200%200-.17%2017.13L127%20128l-7.52%207.51a12%2012%200%201%200%2017%2017l16-16a12%2012%200%200%200%200-17l-23.35-23.35L155%2071.29l.16-.16a38%2038%200%201%201%2053.68%2053.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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