heart alt icon

heart-alt from Unicons by Iconscout · Line · Shape · Apache-2.0 Free for personal and commercial use.

Name
heart-alt
Set
Unicons
Style
Line
Category
Shape
Viewbox
24×24
License
Apache 2.0

More shape icons from Unicons

Use the heart alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.16 4.61A6.27 6.27 0 0 0 12 4a6.27 6.27 0 0 0-8.16 9.48l7.45 7.45a1 1 0 0 0 1.42 0l7.45-7.45a6.27 6.27 0 0 0 0-8.87m-1.41 7.46L12 18.81l-6.75-6.74a4.28 4.28 0 0 1 3-7.3a4.25 4.25 0 0 1 3 1.25a1 1 0 0 0 1.42 0a4.27 4.27 0 0 1 6 6.05Z"/></svg>

React

import type { SVGProps } from "react";

export function UilHeartAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.16 4.61A6.27 6.27 0 0 0 12 4a6.27 6.27 0 0 0-8.16 9.48l7.45 7.45a1 1 0 0 0 1.42 0l7.45-7.45a6.27 6.27 0 0 0 0-8.87m-1.41 7.46L12 18.81l-6.75-6.74a4.28 4.28 0 0 1 3-7.3a4.25 4.25 0 0 1 3 1.25a1 1 0 0 0 1.42 0a4.27 4.27 0 0 1 6 6.05Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.16 4.61A6.27 6.27 0 0 0 12 4a6.27 6.27 0 0 0-8.16 9.48l7.45 7.45a1 1 0 0 0 1.42 0l7.45-7.45a6.27 6.27 0 0 0 0-8.87m-1.41 7.46L12 18.81l-6.75-6.74a4.28 4.28 0 0 1 3-7.3a4.25 4.25 0 0 1 3 1.25a1 1 0 0 0 1.42 0a4.27 4.27 0 0 1 6 6.05Z"/></svg>
</template>

CSS

.icon-heart-alt {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.16%204.61A6.27%206.27%200%200%200%2012%204a6.27%206.27%200%200%200-8.16%209.48l7.45%207.45a1%201%200%200%200%201.42%200l7.45-7.45a6.27%206.27%200%200%200%200-8.87m-1.41%207.46L12%2018.81l-6.75-6.74a4.28%204.28%200%200%201%203-7.3a4.25%204.25%200%200%201%203%201.25a1%201%200%200%200%201.42%200a4.27%204.27%200%200%201%206%206.05Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.16%204.61A6.27%206.27%200%200%200%2012%204a6.27%206.27%200%200%200-8.16%209.48l7.45%207.45a1%201%200%200%200%201.42%200l7.45-7.45a6.27%206.27%200%200%200%200-8.87m-1.41%207.46L12%2018.81l-6.75-6.74a4.28%204.28%200%200%201%203-7.3a4.25%204.25%200%200%201%203%201.25a1%201%200%200%200%201.42%200a4.27%204.27%200%200%201%206%206.05Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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