heart medical icon

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

Name
heart-medical
Set
Unicons
Style
Line
Category
Medical
Viewbox
24×24
License
Apache 2.0

More medical icons from Unicons

Use the heart medical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 11h-1v-1a1 1 0 0 0-2 0v1h-1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 0-2m6.16-6A6.29 6.29 0 0 0 12 4.41a6.27 6.27 0 0 0-8.16 9.48l6 6.05a3 3 0 0 0 4.24 0l6-6.05A6.27 6.27 0 0 0 20.16 5m-1.41 7.46l-6 6a1 1 0 0 1-1.42 0l-6-6a4.29 4.29 0 0 1 0-6a4.27 4.27 0 0 1 6 0a1 1 0 0 0 1.42 0a4.27 4.27 0 0 1 6 0a4.29 4.29 0 0 1 0 6.02Z"/></svg>

React

import type { SVGProps } from "react";

export function UilHeartMedical(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="M14 11h-1v-1a1 1 0 0 0-2 0v1h-1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 0-2m6.16-6A6.29 6.29 0 0 0 12 4.41a6.27 6.27 0 0 0-8.16 9.48l6 6.05a3 3 0 0 0 4.24 0l6-6.05A6.27 6.27 0 0 0 20.16 5m-1.41 7.46l-6 6a1 1 0 0 1-1.42 0l-6-6a4.29 4.29 0 0 1 0-6a4.27 4.27 0 0 1 6 0a1 1 0 0 0 1.42 0a4.27 4.27 0 0 1 6 0a4.29 4.29 0 0 1 0 6.02Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 11h-1v-1a1 1 0 0 0-2 0v1h-1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 0-2m6.16-6A6.29 6.29 0 0 0 12 4.41a6.27 6.27 0 0 0-8.16 9.48l6 6.05a3 3 0 0 0 4.24 0l6-6.05A6.27 6.27 0 0 0 20.16 5m-1.41 7.46l-6 6a1 1 0 0 1-1.42 0l-6-6a4.29 4.29 0 0 1 0-6a4.27 4.27 0 0 1 6 0a1 1 0 0 0 1.42 0a4.27 4.27 0 0 1 6 0a4.29 4.29 0 0 1 0 6.02Z"/></svg>
</template>

CSS

.icon-heart-medical {
  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%22M14%2011h-1v-1a1%201%200%200%200-2%200v1h-1a1%201%200%200%200%200%202h1v1a1%201%200%200%200%202%200v-1h1a1%201%200%200%200%200-2m6.16-6A6.29%206.29%200%200%200%2012%204.41a6.27%206.27%200%200%200-8.16%209.48l6%206.05a3%203%200%200%200%204.24%200l6-6.05A6.27%206.27%200%200%200%2020.16%205m-1.41%207.46l-6%206a1%201%200%200%201-1.42%200l-6-6a4.29%204.29%200%200%201%200-6a4.27%204.27%200%200%201%206%200a1%201%200%200%200%201.42%200a4.27%204.27%200%200%201%206%200a4.29%204.29%200%200%201%200%206.02Z%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%22M14%2011h-1v-1a1%201%200%200%200-2%200v1h-1a1%201%200%200%200%200%202h1v1a1%201%200%200%200%202%200v-1h1a1%201%200%200%200%200-2m6.16-6A6.29%206.29%200%200%200%2012%204.41a6.27%206.27%200%200%200-8.16%209.48l6%206.05a3%203%200%200%200%204.24%200l6-6.05A6.27%206.27%200%200%200%2020.16%205m-1.41%207.46l-6%206a1%201%200%200%201-1.42%200l-6-6a4.29%204.29%200%200%201%200-6a4.27%204.27%200%200%201%206%200a1%201%200%200%200%201.42%200a4.27%204.27%200%200%201%206%200a4.29%204.29%200%200%201%200%206.02Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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