heart straight icon
heart-straight-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- heart-straight-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the heart straight 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.13a62.07 62.07 0 0 0-87.52-.13L128 63.58L117.68 54a62 62 0 0 0-87.58 87.8l89.35 90.65a12 12 0 0 0 17.1 0l89.29-90.59a62 62 0 0 0 0-87.7Zm-17 70.79L128 206.9l-80.87-82.05a38 38 0 0 1 53.74-53.74c.1.1.2.2.31.29l18.64 17.36a12 12 0 0 0 16.36 0l18.64-17.36c.11-.09.21-.19.31-.29a38 38 0 1 1 53.68 53.81Z"/></svg>
React
import type { SVGProps } from "react";
export function PhHeartStraightBold(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.13a62.07 62.07 0 0 0-87.52-.13L128 63.58L117.68 54a62 62 0 0 0-87.58 87.8l89.35 90.65a12 12 0 0 0 17.1 0l89.29-90.59a62 62 0 0 0 0-87.7Zm-17 70.79L128 206.9l-80.87-82.05a38 38 0 0 1 53.74-53.74c.1.1.2.2.31.29l18.64 17.36a12 12 0 0 0 16.36 0l18.64-17.36c.11-.09.21-.19.31-.29a38 38 0 1 1 53.68 53.81Z"/></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.13a62.07 62.07 0 0 0-87.52-.13L128 63.58L117.68 54a62 62 0 0 0-87.58 87.8l89.35 90.65a12 12 0 0 0 17.1 0l89.29-90.59a62 62 0 0 0 0-87.7Zm-17 70.79L128 206.9l-80.87-82.05a38 38 0 0 1 53.74-53.74c.1.1.2.2.31.29l18.64 17.36a12 12 0 0 0 16.36 0l18.64-17.36c.11-.09.21-.19.31-.29a38 38 0 1 1 53.68 53.81Z"/></svg> </template>
CSS
.icon-heart-straight-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.13a62.07%2062.07%200%200%200-87.52-.13L128%2063.58L117.68%2054a62%2062%200%200%200-87.58%2087.8l89.35%2090.65a12%2012%200%200%200%2017.1%200l89.29-90.59a62%2062%200%200%200%200-87.7Zm-17%2070.79L128%20206.9l-80.87-82.05a38%2038%200%200%201%2053.74-53.74c.1.1.2.2.31.29l18.64%2017.36a12%2012%200%200%200%2016.36%200l18.64-17.36c.11-.09.21-.19.31-.29a38%2038%200%201%201%2053.68%2053.81Z%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.13a62.07%2062.07%200%200%200-87.52-.13L128%2063.58L117.68%2054a62%2062%200%200%200-87.58%2087.8l89.35%2090.65a12%2012%200%200%200%2017.1%200l89.29-90.59a62%2062%200%200%200%200-87.7Zm-17%2070.79L128%20206.9l-80.87-82.05a38%2038%200%200%201%2053.74-53.74c.1.1.2.2.31.29l18.64%2017.36a12%2012%200%200%200%2016.36%200l18.64-17.36c.11-.09.21-.19.31-.29a38%2038%200%201%201%2053.68%2053.81Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/heart-straight-bold.svg?color=%231a73e8&size=48