heart solid icon

heart-solid from Line Awesome by Icons8 · Line · Social · Apache-2.0 Free for personal and commercial use.

Name
heart-solid
Set
Line Awesome
Style
Line
Category
Social
Viewbox
32×32
License
Apache 2.0

More social icons from Line Awesome

Use the heart solid icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 5c-2.892 0-5.327 1.804-6.5 2.854C14.827 6.804 12.392 5 9.5 5C5.364 5 2 8.364 2 12.5c0 2.59 2.365 4.947 2.46 5.041L16 29.081l11.534-11.534C27.635 17.447 30 15.09 30 12.5C30 8.364 26.636 5 22.5 5"/></svg>

React

import type { SVGProps } from "react";

export function LaHeartSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 5c-2.892 0-5.327 1.804-6.5 2.854C14.827 6.804 12.392 5 9.5 5C5.364 5 2 8.364 2 12.5c0 2.59 2.365 4.947 2.46 5.041L16 29.081l11.534-11.534C27.635 17.447 30 15.09 30 12.5C30 8.364 26.636 5 22.5 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 5c-2.892 0-5.327 1.804-6.5 2.854C14.827 6.804 12.392 5 9.5 5C5.364 5 2 8.364 2 12.5c0 2.59 2.365 4.947 2.46 5.041L16 29.081l11.534-11.534C27.635 17.447 30 15.09 30 12.5C30 8.364 26.636 5 22.5 5"/></svg>
</template>

CSS

.icon-heart-solid {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%205c-2.892%200-5.327%201.804-6.5%202.854C14.827%206.804%2012.392%205%209.5%205C5.364%205%202%208.364%202%2012.5c0%202.59%202.365%204.947%202.46%205.041L16%2029.081l11.534-11.534C27.635%2017.447%2030%2015.09%2030%2012.5C30%208.364%2026.636%205%2022.5%205%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%205c-2.892%200-5.327%201.804-6.5%202.854C14.827%206.804%2012.392%205%209.5%205C5.364%205%202%208.364%202%2012.5c0%202.59%202.365%204.947%202.46%205.041L16%2029.081l11.534-11.534C27.635%2017.447%2030%2015.09%2030%2012.5C30%208.364%2026.636%205%2022.5%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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