heart rate icon

heart-rate from IconPark by ByteDance · Color · Health · Apache-2.0 Free for personal and commercial use.

Name
heart-rate
Set
IconPark
Style
Color
Category
Health
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More health icons from IconPark

Use the heart rate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M31.8785 37C29.0529 39.0738 26.2237 40.5872 24 41.3262C17 39 4 29 4 18C4 11.9249 8.92487 7 15 7C18.7203 7 22.0093 8.8469 24 11.6738C25.9907 8.8469 29.2797 7 33 7C39.0751 7 44 11.9249 44 18C44 19.7465 43.6723 21.4677 43.0929 23.1371"/><path d="M27 29H31L34 25L37 33L39.9625 29H44"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkHeartRate(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M31.8785 37C29.0529 39.0738 26.2237 40.5872 24 41.3262C17 39 4 29 4 18C4 11.9249 8.92487 7 15 7C18.7203 7 22.0093 8.8469 24 11.6738C25.9907 8.8469 29.2797 7 33 7C39.0751 7 44 11.9249 44 18C44 19.7465 43.6723 21.4677 43.0929 23.1371"/><path d="M27 29H31L34 25L37 33L39.9625 29H44"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M31.8785 37C29.0529 39.0738 26.2237 40.5872 24 41.3262C17 39 4 29 4 18C4 11.9249 8.92487 7 15 7C18.7203 7 22.0093 8.8469 24 11.6738C25.9907 8.8469 29.2797 7 33 7C39.0751 7 44 11.9249 44 18C44 19.7465 43.6723 21.4677 43.0929 23.1371"/><path d="M27 29H31L34 25L37 33L39.9625 29H44"/></g></svg>
</template>

CSS

.icon-heart-rate {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M31.8785%2037C29.0529%2039.0738%2026.2237%2040.5872%2024%2041.3262C17%2039%204%2029%204%2018C4%2011.9249%208.92487%207%2015%207C18.7203%207%2022.0093%208.8469%2024%2011.6738C25.9907%208.8469%2029.2797%207%2033%207C39.0751%207%2044%2011.9249%2044%2018C44%2019.7465%2043.6723%2021.4677%2043.0929%2023.1371%22%2F%3E%3Cpath%20d%3D%22M27%2029H31L34%2025L37%2033L39.9625%2029H44%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M31.8785%2037C29.0529%2039.0738%2026.2237%2040.5872%2024%2041.3262C17%2039%204%2029%204%2018C4%2011.9249%208.92487%207%2015%207C18.7203%207%2022.0093%208.8469%2024%2011.6738C25.9907%208.8469%2029.2797%207%2033%207C39.0751%207%2044%2011.9249%2044%2018C44%2019.7465%2043.6723%2021.4677%2043.0929%2023.1371%22%2F%3E%3Cpath%20d%3D%22M27%2029H31L34%2025L37%2033L39.9625%2029H44%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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