heart straight icon

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

Name
heart-straight-thin
Set
Phosphor
Style
Thin
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="M220.18 59.79a54.05 54.05 0 0 0-76.31 0L128 74.51l-15.87-14.77a54 54 0 0 0-76.33 76.41l89.35 90.66a4 4 0 0 0 5.7 0l89.33-90.64a54 54 0 0 0 0-76.38m-5.67 70.74L128 218.3l-86.53-87.79a46 46 0 0 1 65.06-65.06l.1.1l18.64 17.36a4 4 0 0 0 5.46 0l18.64-17.36l.1-.1a46 46 0 1 1 65 65.08Z"/></svg>

React

import type { SVGProps } from "react";

export function PhHeartStraightThin(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.18 59.79a54.05 54.05 0 0 0-76.31 0L128 74.51l-15.87-14.77a54 54 0 0 0-76.33 76.41l89.35 90.66a4 4 0 0 0 5.7 0l89.33-90.64a54 54 0 0 0 0-76.38m-5.67 70.74L128 218.3l-86.53-87.79a46 46 0 0 1 65.06-65.06l.1.1l18.64 17.36a4 4 0 0 0 5.46 0l18.64-17.36l.1-.1a46 46 0 1 1 65 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.18 59.79a54.05 54.05 0 0 0-76.31 0L128 74.51l-15.87-14.77a54 54 0 0 0-76.33 76.41l89.35 90.66a4 4 0 0 0 5.7 0l89.33-90.64a54 54 0 0 0 0-76.38m-5.67 70.74L128 218.3l-86.53-87.79a46 46 0 0 1 65.06-65.06l.1.1l18.64 17.36a4 4 0 0 0 5.46 0l18.64-17.36l.1-.1a46 46 0 1 1 65 65.08Z"/></svg>
</template>

CSS

.icon-heart-straight-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.18%2059.79a54.05%2054.05%200%200%200-76.31%200L128%2074.51l-15.87-14.77a54%2054%200%200%200-76.33%2076.41l89.35%2090.66a4%204%200%200%200%205.7%200l89.33-90.64a54%2054%200%200%200%200-76.38m-5.67%2070.74L128%20218.3l-86.53-87.79a46%2046%200%200%201%2065.06-65.06l.1.1l18.64%2017.36a4%204%200%200%200%205.46%200l18.64-17.36l.1-.1a46%2046%200%201%201%2065%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.18%2059.79a54.05%2054.05%200%200%200-76.31%200L128%2074.51l-15.87-14.77a54%2054%200%200%200-76.33%2076.41l89.35%2090.66a4%204%200%200%200%205.7%200l89.33-90.64a54%2054%200%200%200%200-76.38m-5.67%2070.74L128%20218.3l-86.53-87.79a46%2046%200%200%201%2065.06-65.06l.1.1l18.64%2017.36a4%204%200%200%200%205.46%200l18.64-17.36l.1-.1a46%2046%200%201%201%2065%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-thin.svg?color=%231a73e8&size=48