user-heart-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
user-heart-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the user heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11 2a5 5 0 1 0 0 10a5 5 0 0 0 0-10m0 11c-2.395 0-4.575.694-6.178 1.672c-.8.488-1.484 1.064-1.978 1.69C2.358 16.976 2 17.713 2 18.5c0 .845.411 1.511 1.003 1.986c.56.45 1.299.748 2.084.956C6.665 21.859 8.771 22 11 22q.346 0 .685-.005a1 1 0 0 0 .89-1.428A6 6 0 0 1 12 18c0-1.252.383-2.412 1.037-3.373a1 1 0 0 0-.72-1.557Q11.67 13 11 13m7 1.642a2.5 2.5 0 0 0-2.467.027c-.934.526-1.56 1.595-1.532 2.807c.035 1.569 1.247 2.797 2.885 3.77c.802.477 1.455.46 2.228 0c1.638-.973 2.85-2.201 2.885-3.77c.027-1.212-.598-2.28-1.532-2.807A2.5 2.5 0 0 0 18 14.642" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteUserHeartFill(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" fillRule="evenodd" d="M11 2a5 5 0 1 0 0 10a5 5 0 0 0 0-10m0 11c-2.395 0-4.575.694-6.178 1.672c-.8.488-1.484 1.064-1.978 1.69C2.358 16.976 2 17.713 2 18.5c0 .845.411 1.511 1.003 1.986c.56.45 1.299.748 2.084.956C6.665 21.859 8.771 22 11 22q.346 0 .685-.005a1 1 0 0 0 .89-1.428A6 6 0 0 1 12 18c0-1.252.383-2.412 1.037-3.373a1 1 0 0 0-.72-1.557Q11.67 13 11 13m7 1.642a2.5 2.5 0 0 0-2.467.027c-.934.526-1.56 1.595-1.532 2.807c.035 1.569 1.247 2.797 2.885 3.77c.802.477 1.455.46 2.228 0c1.638-.973 2.85-2.201 2.885-3.77c.027-1.212-.598-2.28-1.532-2.807A2.5 2.5 0 0 0 18 14.642" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11 2a5 5 0 1 0 0 10a5 5 0 0 0 0-10m0 11c-2.395 0-4.575.694-6.178 1.672c-.8.488-1.484 1.064-1.978 1.69C2.358 16.976 2 17.713 2 18.5c0 .845.411 1.511 1.003 1.986c.56.45 1.299.748 2.084.956C6.665 21.859 8.771 22 11 22q.346 0 .685-.005a1 1 0 0 0 .89-1.428A6 6 0 0 1 12 18c0-1.252.383-2.412 1.037-3.373a1 1 0 0 0-.72-1.557Q11.67 13 11 13m7 1.642a2.5 2.5 0 0 0-2.467.027c-.934.526-1.56 1.595-1.532 2.807c.035 1.569 1.247 2.797 2.885 3.77c.802.477 1.455.46 2.228 0c1.638-.973 2.85-2.201 2.885-3.77c.027-1.212-.598-2.28-1.532-2.807A2.5 2.5 0 0 0 18 14.642" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-user-heart-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M11%202a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m0%2011c-2.395%200-4.575.694-6.178%201.672c-.8.488-1.484%201.064-1.978%201.69C2.358%2016.976%202%2017.713%202%2018.5c0%20.845.411%201.511%201.003%201.986c.56.45%201.299.748%202.084.956C6.665%2021.859%208.771%2022%2011%2022q.346%200%20.685-.005a1%201%200%200%200%20.89-1.428A6%206%200%200%201%2012%2018c0-1.252.383-2.412%201.037-3.373a1%201%200%200%200-.72-1.557Q11.67%2013%2011%2013m7%201.642a2.5%202.5%200%200%200-2.467.027c-.934.526-1.56%201.595-1.532%202.807c.035%201.569%201.247%202.797%202.885%203.77c.802.477%201.455.46%202.228%200c1.638-.973%202.85-2.201%202.885-3.77c.027-1.212-.598-2.28-1.532-2.807A2.5%202.5%200%200%200%2018%2014.642%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11%202a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m0%2011c-2.395%200-4.575.694-6.178%201.672c-.8.488-1.484%201.064-1.978%201.69C2.358%2016.976%202%2017.713%202%2018.5c0%20.845.411%201.511%201.003%201.986c.56.45%201.299.748%202.084.956C6.665%2021.859%208.771%2022%2011%2022q.346%200%20.685-.005a1%201%200%200%200%20.89-1.428A6%206%200%200%201%2012%2018c0-1.252.383-2.412%201.037-3.373a1%201%200%200%200-.72-1.557Q11.67%2013%2011%2013m7%201.642a2.5%202.5%200%200%200-2.467.027c-.934.526-1.56%201.595-1.532%202.807c.035%201.569%201.247%202.797%202.885%203.77c.802.477%201.455.46%202.228%200c1.638-.973%202.85-2.201%202.885-3.77c.027-1.212-.598-2.28-1.532-2.807A2.5%202.5%200%200%200%2018%2014.642%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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