person-heart-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
person-heart-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the person heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.11 15.5a4.5 4.5 0 0 1 .41-1.5H4.254a2.25 2.25 0 0 0-2.25 2.248v.578c0 .892.32 1.756.9 2.435C4.467 21.095 6.854 22 10 22q2.121 0 3.774-.55l-1.215-1.215Q11.415 20.5 10 20.5c-2.738 0-4.704-.745-5.957-2.213a2.25 2.25 0 0 1-.54-1.461v-.578a.75.75 0 0 1 .75-.749zM10 2.003a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m7.044 19.492a.75.75 0 0 1-.53-.22l-4.409-4.408a3.467 3.467 0 0 1 4.903-4.903l.036.036l.036-.036a3.467 3.467 0 0 1 4.903 4.903l-4.409 4.408a.75.75 0 0 1-.53.22"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonHeart24Regular(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="M10.11 15.5a4.5 4.5 0 0 1 .41-1.5H4.254a2.25 2.25 0 0 0-2.25 2.248v.578c0 .892.32 1.756.9 2.435C4.467 21.095 6.854 22 10 22q2.121 0 3.774-.55l-1.215-1.215Q11.415 20.5 10 20.5c-2.738 0-4.704-.745-5.957-2.213a2.25 2.25 0 0 1-.54-1.461v-.578a.75.75 0 0 1 .75-.749zM10 2.003a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m7.044 19.492a.75.75 0 0 1-.53-.22l-4.409-4.408a3.467 3.467 0 0 1 4.903-4.903l.036.036l.036-.036a3.467 3.467 0 0 1 4.903 4.903l-4.409 4.408a.75.75 0 0 1-.53.22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.11 15.5a4.5 4.5 0 0 1 .41-1.5H4.254a2.25 2.25 0 0 0-2.25 2.248v.578c0 .892.32 1.756.9 2.435C4.467 21.095 6.854 22 10 22q2.121 0 3.774-.55l-1.215-1.215Q11.415 20.5 10 20.5c-2.738 0-4.704-.745-5.957-2.213a2.25 2.25 0 0 1-.54-1.461v-.578a.75.75 0 0 1 .75-.749zM10 2.003a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m7.044 19.492a.75.75 0 0 1-.53-.22l-4.409-4.408a3.467 3.467 0 0 1 4.903-4.903l.036.036l.036-.036a3.467 3.467 0 0 1 4.903 4.903l-4.409 4.408a.75.75 0 0 1-.53.22"/></svg>
</template>

CSS

.icon-person-heart-24-regular {
  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%22M10.11%2015.5a4.5%204.5%200%200%201%20.41-1.5H4.254a2.25%202.25%200%200%200-2.25%202.248v.578c0%20.892.32%201.756.9%202.435C4.467%2021.095%206.854%2022%2010%2022q2.121%200%203.774-.55l-1.215-1.215Q11.415%2020.5%2010%2020.5c-2.738%200-4.704-.745-5.957-2.213a2.25%202.25%200%200%201-.54-1.461v-.578a.75.75%200%200%201%20.75-.749zM10%202.003a5%205%200%201%201%200%2010a5%205%200%200%201%200-10m0%201.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m7.044%2019.492a.75.75%200%200%201-.53-.22l-4.409-4.408a3.467%203.467%200%200%201%204.903-4.903l.036.036l.036-.036a3.467%203.467%200%200%201%204.903%204.903l-4.409%204.408a.75.75%200%200%201-.53.22%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%22M10.11%2015.5a4.5%204.5%200%200%201%20.41-1.5H4.254a2.25%202.25%200%200%200-2.25%202.248v.578c0%20.892.32%201.756.9%202.435C4.467%2021.095%206.854%2022%2010%2022q2.121%200%203.774-.55l-1.215-1.215Q11.415%2020.5%2010%2020.5c-2.738%200-4.704-.745-5.957-2.213a2.25%202.25%200%200%201-.54-1.461v-.578a.75.75%200%200%201%20.75-.749zM10%202.003a5%205%200%201%201%200%2010a5%205%200%200%201%200-10m0%201.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m7.044%2019.492a.75.75%200%200%201-.53-.22l-4.409-4.408a3.467%203.467%200%200%201%204.903-4.903l.036.036l.036-.036a3.467%203.467%200%200%201%204.903%204.903l-4.409%204.408a.75.75%200%200%201-.53.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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