heart straight break icon

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

Name
heart-straight-break
Set
Phosphor
Style
Regular
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="M223 57a58.1 58.1 0 0 0-82-.06l-13 12.53l-13-12.56a58 58 0 0 0-82 82.05l89.37 90.66a8 8 0 0 0 11.4 0L223 139a58.09 58.09 0 0 0 0-82m-11.36 70.76L128 212.6l-83.71-84.92a42 42 0 1 1 59.41-59.4l.1.1l12.67 12.19l-10 9.65a8 8 0 0 0-.11 11.42L132.69 128l-10.35 10.35a8 8 0 0 0 11.32 11.32l16-16a8 8 0 0 0 0-11.31l-26.24-26.27l28.78-27.71l.11-.1a42 42 0 1 1 59.37 59.44Z"/></svg>

React

import type { SVGProps } from "react";

export function PhHeartStraightBreak(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="M223 57a58.1 58.1 0 0 0-82-.06l-13 12.53l-13-12.56a58 58 0 0 0-82 82.05l89.37 90.66a8 8 0 0 0 11.4 0L223 139a58.09 58.09 0 0 0 0-82m-11.36 70.76L128 212.6l-83.71-84.92a42 42 0 1 1 59.41-59.4l.1.1l12.67 12.19l-10 9.65a8 8 0 0 0-.11 11.42L132.69 128l-10.35 10.35a8 8 0 0 0 11.32 11.32l16-16a8 8 0 0 0 0-11.31l-26.24-26.27l28.78-27.71l.11-.1a42 42 0 1 1 59.37 59.44Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M223 57a58.1 58.1 0 0 0-82-.06l-13 12.53l-13-12.56a58 58 0 0 0-82 82.05l89.37 90.66a8 8 0 0 0 11.4 0L223 139a58.09 58.09 0 0 0 0-82m-11.36 70.76L128 212.6l-83.71-84.92a42 42 0 1 1 59.41-59.4l.1.1l12.67 12.19l-10 9.65a8 8 0 0 0-.11 11.42L132.69 128l-10.35 10.35a8 8 0 0 0 11.32 11.32l16-16a8 8 0 0 0 0-11.31l-26.24-26.27l28.78-27.71l.11-.1a42 42 0 1 1 59.37 59.44Z"/></svg>
</template>

CSS

.icon-heart-straight-break {
  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%22M223%2057a58.1%2058.1%200%200%200-82-.06l-13%2012.53l-13-12.56a58%2058%200%200%200-82%2082.05l89.37%2090.66a8%208%200%200%200%2011.4%200L223%20139a58.09%2058.09%200%200%200%200-82m-11.36%2070.76L128%20212.6l-83.71-84.92a42%2042%200%201%201%2059.41-59.4l.1.1l12.67%2012.19l-10%209.65a8%208%200%200%200-.11%2011.42L132.69%20128l-10.35%2010.35a8%208%200%200%200%2011.32%2011.32l16-16a8%208%200%200%200%200-11.31l-26.24-26.27l28.78-27.71l.11-.1a42%2042%200%201%201%2059.37%2059.44Z%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%22M223%2057a58.1%2058.1%200%200%200-82-.06l-13%2012.53l-13-12.56a58%2058%200%200%200-82%2082.05l89.37%2090.66a8%208%200%200%200%2011.4%200L223%20139a58.09%2058.09%200%200%200%200-82m-11.36%2070.76L128%20212.6l-83.71-84.92a42%2042%200%201%201%2059.41-59.4l.1.1l12.67%2012.19l-10%209.65a8%208%200%200%200-.11%2011.42L132.69%20128l-10.35%2010.35a8%208%200%200%200%2011.32%2011.32l16-16a8%208%200%200%200%200-11.31l-26.24-26.27l28.78-27.71l.11-.1a42%2042%200%201%201%2059.37%2059.44Z%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.svg?color=%231a73e8&size=48