heart straight break icon
heart-straight-break-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- heart-straight-break-thin
- Set
- Phosphor
- Style
- Thin
- 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="M220.21 59.8a54.06 54.06 0 0 0-76.34 0L128 75l-15.82-15.2a54 54 0 0 0-76.4 76.35l89.37 90.66a4 4 0 0 0 5.7 0l89.36-90.64a54.07 54.07 0 0 0 0-76.37m-5.68 70.74L128 218.3l-86.55-87.78a46 46 0 0 1 65.13-65l15.65 15.07l-13 12.52A4 4 0 0 0 108 96a4 4 0 0 0 1.17 2.86L138.35 128l-13.18 13.17a4 4 0 1 0 5.66 5.66l16-16a4 4 0 0 0 0-5.66L117.71 96l31.77-30.58a46 46 0 1 1 65.05 65.08Z"/></svg>
React
import type { SVGProps } from "react";
export function PhHeartStraightBreakThin(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="M220.21 59.8a54.06 54.06 0 0 0-76.34 0L128 75l-15.82-15.2a54 54 0 0 0-76.4 76.35l89.37 90.66a4 4 0 0 0 5.7 0l89.36-90.64a54.07 54.07 0 0 0 0-76.37m-5.68 70.74L128 218.3l-86.55-87.78a46 46 0 0 1 65.13-65l15.65 15.07l-13 12.52A4 4 0 0 0 108 96a4 4 0 0 0 1.17 2.86L138.35 128l-13.18 13.17a4 4 0 1 0 5.66 5.66l16-16a4 4 0 0 0 0-5.66L117.71 96l31.77-30.58a46 46 0 1 1 65.05 65.08Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220.21 59.8a54.06 54.06 0 0 0-76.34 0L128 75l-15.82-15.2a54 54 0 0 0-76.4 76.35l89.37 90.66a4 4 0 0 0 5.7 0l89.36-90.64a54.07 54.07 0 0 0 0-76.37m-5.68 70.74L128 218.3l-86.55-87.78a46 46 0 0 1 65.13-65l15.65 15.07l-13 12.52A4 4 0 0 0 108 96a4 4 0 0 0 1.17 2.86L138.35 128l-13.18 13.17a4 4 0 1 0 5.66 5.66l16-16a4 4 0 0 0 0-5.66L117.71 96l31.77-30.58a46 46 0 1 1 65.05 65.08Z"/></svg> </template>
CSS
.icon-heart-straight-break-thin {
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%22M220.21%2059.8a54.06%2054.06%200%200%200-76.34%200L128%2075l-15.82-15.2a54%2054%200%200%200-76.4%2076.35l89.37%2090.66a4%204%200%200%200%205.7%200l89.36-90.64a54.07%2054.07%200%200%200%200-76.37m-5.68%2070.74L128%20218.3l-86.55-87.78a46%2046%200%200%201%2065.13-65l15.65%2015.07l-13%2012.52A4%204%200%200%200%20108%2096a4%204%200%200%200%201.17%202.86L138.35%20128l-13.18%2013.17a4%204%200%201%200%205.66%205.66l16-16a4%204%200%200%200%200-5.66L117.71%2096l31.77-30.58a46%2046%200%201%201%2065.05%2065.08Z%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%22M220.21%2059.8a54.06%2054.06%200%200%200-76.34%200L128%2075l-15.82-15.2a54%2054%200%200%200-76.4%2076.35l89.37%2090.66a4%204%200%200%200%205.7%200l89.36-90.64a54.07%2054.07%200%200%200%200-76.37m-5.68%2070.74L128%20218.3l-86.55-87.78a46%2046%200%200%201%2065.13-65l15.65%2015.07l-13%2012.52A4%204%200%200%200%20108%2096a4%204%200%200%200%201.17%202.86L138.35%20128l-13.18%2013.17a4%204%200%201%200%205.66%205.66l16-16a4%204%200%200%200%200-5.66L117.71%2096l31.77-30.58a46%2046%200%201%201%2065.05%2065.08Z%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-thin.svg?color=%231a73e8&size=48