heart pulse icon

heart-pulse from Reicon by REICON · Outline · Medicine · MIT Free for personal and commercial use.

Name
heart-pulse
Set
Reicon
Style
Outline
Category
Medicine
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All heart pulse icons →

More medicine icons from Reicon

Use the heart pulse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.093 10.746q.133-.19.23-.325c.056.098.119.211.194.348l1.71 3.11c.166.302.33.598.493.813c.175.23.482.545.975.555c.493.009.813-.294.996-.518c.172-.208.345-.498.523-.794l.055-.092c.221-.368.36-.598.483-.765c.113-.153.179-.203.228-.23c.049-.028.125-.059.315-.077c.206-.02.474-.02.904-.02H18a.75.75 0 1 0 0-1.5h-.834c-.387 0-.73 0-1.016.027a2.2 2.2 0 0 0-.91.264a2.2 2.2 0 0 0-.694.644c-.171.232-.347.525-.546.857l-.048.08c-.087.144-.159.264-.224.368l-.21-.377l-1.709-3.108c-.154-.28-.307-.56-.463-.764c-.17-.224-.462-.52-.93-.545c-.467-.026-.789.237-.982.441c-.177.187-.36.448-.543.71l-.31.442c-.227.325-.37.527-.493.673c-.113.134-.176.178-.223.202c-.046.025-.118.051-.293.067c-.19.017-.438.018-.834.018H6a.75.75 0 0 0 0 1.5h.768c.357 0 .674 0 .94-.024c.29-.027.571-.085.85-.23a2.2 2.2 0 0 0 .676-.565c.173-.204.354-.463.559-.756z"/><path fill-rule="evenodd" d="M22.75 9.26c0-3.18-1.492-5.654-3.774-6.603c-2.13-.886-4.702-.347-6.976 1.78C9.726 2.31 7.154 1.77 5.024 2.657C2.742 3.607 1.25 6.079 1.25 9.26c0 2.126 1.13 4.22 2.536 6.023c1.421 1.82 3.21 3.452 4.702 4.669l.134.11c1.2.98 2.068 1.688 3.378 1.688s2.178-.708 3.377-1.688l.135-.11c1.493-1.217 3.28-2.848 4.702-4.67c1.407-1.803 2.536-3.896 2.536-6.022m-10.2-3.25c2.097-2.255 4.277-2.622 5.85-1.968c1.592.662 2.85 2.488 2.85 5.218c0 1.622-.88 3.385-2.219 5.1c-1.324 1.697-3.017 3.247-4.467 4.43c-1.393 1.136-1.842 1.46-2.564 1.46s-1.171-.325-2.564-1.46c-1.45-1.183-3.143-2.733-4.467-4.43c-1.339-1.715-2.219-3.478-2.219-5.1c0-2.73 1.258-4.555 2.85-5.218c1.573-.654 3.753-.287 5.85 1.968a.75.75 0 0 0 1.1 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconHeartPulse(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.093 10.746q.133-.19.23-.325c.056.098.119.211.194.348l1.71 3.11c.166.302.33.598.493.813c.175.23.482.545.975.555c.493.009.813-.294.996-.518c.172-.208.345-.498.523-.794l.055-.092c.221-.368.36-.598.483-.765c.113-.153.179-.203.228-.23c.049-.028.125-.059.315-.077c.206-.02.474-.02.904-.02H18a.75.75 0 1 0 0-1.5h-.834c-.387 0-.73 0-1.016.027a2.2 2.2 0 0 0-.91.264a2.2 2.2 0 0 0-.694.644c-.171.232-.347.525-.546.857l-.048.08c-.087.144-.159.264-.224.368l-.21-.377l-1.709-3.108c-.154-.28-.307-.56-.463-.764c-.17-.224-.462-.52-.93-.545c-.467-.026-.789.237-.982.441c-.177.187-.36.448-.543.71l-.31.442c-.227.325-.37.527-.493.673c-.113.134-.176.178-.223.202c-.046.025-.118.051-.293.067c-.19.017-.438.018-.834.018H6a.75.75 0 0 0 0 1.5h.768c.357 0 .674 0 .94-.024c.29-.027.571-.085.85-.23a2.2 2.2 0 0 0 .676-.565c.173-.204.354-.463.559-.756z"/><path fillRule="evenodd" d="M22.75 9.26c0-3.18-1.492-5.654-3.774-6.603c-2.13-.886-4.702-.347-6.976 1.78C9.726 2.31 7.154 1.77 5.024 2.657C2.742 3.607 1.25 6.079 1.25 9.26c0 2.126 1.13 4.22 2.536 6.023c1.421 1.82 3.21 3.452 4.702 4.669l.134.11c1.2.98 2.068 1.688 3.378 1.688s2.178-.708 3.377-1.688l.135-.11c1.493-1.217 3.28-2.848 4.702-4.67c1.407-1.803 2.536-3.896 2.536-6.022m-10.2-3.25c2.097-2.255 4.277-2.622 5.85-1.968c1.592.662 2.85 2.488 2.85 5.218c0 1.622-.88 3.385-2.219 5.1c-1.324 1.697-3.017 3.247-4.467 4.43c-1.393 1.136-1.842 1.46-2.564 1.46s-1.171-.325-2.564-1.46c-1.45-1.183-3.143-2.733-4.467-4.43c-1.339-1.715-2.219-3.478-2.219-5.1c0-2.73 1.258-4.555 2.85-5.218c1.573-.654 3.753-.287 5.85 1.968a.75.75 0 0 0 1.1 0" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.093 10.746q.133-.19.23-.325c.056.098.119.211.194.348l1.71 3.11c.166.302.33.598.493.813c.175.23.482.545.975.555c.493.009.813-.294.996-.518c.172-.208.345-.498.523-.794l.055-.092c.221-.368.36-.598.483-.765c.113-.153.179-.203.228-.23c.049-.028.125-.059.315-.077c.206-.02.474-.02.904-.02H18a.75.75 0 1 0 0-1.5h-.834c-.387 0-.73 0-1.016.027a2.2 2.2 0 0 0-.91.264a2.2 2.2 0 0 0-.694.644c-.171.232-.347.525-.546.857l-.048.08c-.087.144-.159.264-.224.368l-.21-.377l-1.709-3.108c-.154-.28-.307-.56-.463-.764c-.17-.224-.462-.52-.93-.545c-.467-.026-.789.237-.982.441c-.177.187-.36.448-.543.71l-.31.442c-.227.325-.37.527-.493.673c-.113.134-.176.178-.223.202c-.046.025-.118.051-.293.067c-.19.017-.438.018-.834.018H6a.75.75 0 0 0 0 1.5h.768c.357 0 .674 0 .94-.024c.29-.027.571-.085.85-.23a2.2 2.2 0 0 0 .676-.565c.173-.204.354-.463.559-.756z"/><path fill-rule="evenodd" d="M22.75 9.26c0-3.18-1.492-5.654-3.774-6.603c-2.13-.886-4.702-.347-6.976 1.78C9.726 2.31 7.154 1.77 5.024 2.657C2.742 3.607 1.25 6.079 1.25 9.26c0 2.126 1.13 4.22 2.536 6.023c1.421 1.82 3.21 3.452 4.702 4.669l.134.11c1.2.98 2.068 1.688 3.378 1.688s2.178-.708 3.377-1.688l.135-.11c1.493-1.217 3.28-2.848 4.702-4.67c1.407-1.803 2.536-3.896 2.536-6.022m-10.2-3.25c2.097-2.255 4.277-2.622 5.85-1.968c1.592.662 2.85 2.488 2.85 5.218c0 1.622-.88 3.385-2.219 5.1c-1.324 1.697-3.017 3.247-4.467 4.43c-1.393 1.136-1.842 1.46-2.564 1.46s-1.171-.325-2.564-1.46c-1.45-1.183-3.143-2.733-4.467-4.43c-1.339-1.715-2.219-3.478-2.219-5.1c0-2.73 1.258-4.555 2.85-5.218c1.573-.654 3.753-.287 5.85 1.968a.75.75 0 0 0 1.1 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-heart-pulse {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.093%2010.746q.133-.19.23-.325c.056.098.119.211.194.348l1.71%203.11c.166.302.33.598.493.813c.175.23.482.545.975.555c.493.009.813-.294.996-.518c.172-.208.345-.498.523-.794l.055-.092c.221-.368.36-.598.483-.765c.113-.153.179-.203.228-.23c.049-.028.125-.059.315-.077c.206-.02.474-.02.904-.02H18a.75.75%200%201%200%200-1.5h-.834c-.387%200-.73%200-1.016.027a2.2%202.2%200%200%200-.91.264a2.2%202.2%200%200%200-.694.644c-.171.232-.347.525-.546.857l-.048.08c-.087.144-.159.264-.224.368l-.21-.377l-1.709-3.108c-.154-.28-.307-.56-.463-.764c-.17-.224-.462-.52-.93-.545c-.467-.026-.789.237-.982.441c-.177.187-.36.448-.543.71l-.31.442c-.227.325-.37.527-.493.673c-.113.134-.176.178-.223.202c-.046.025-.118.051-.293.067c-.19.017-.438.018-.834.018H6a.75.75%200%200%200%200%201.5h.768c.357%200%20.674%200%20.94-.024c.29-.027.571-.085.85-.23a2.2%202.2%200%200%200%20.676-.565c.173-.204.354-.463.559-.756z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22.75%209.26c0-3.18-1.492-5.654-3.774-6.603c-2.13-.886-4.702-.347-6.976%201.78C9.726%202.31%207.154%201.77%205.024%202.657C2.742%203.607%201.25%206.079%201.25%209.26c0%202.126%201.13%204.22%202.536%206.023c1.421%201.82%203.21%203.452%204.702%204.669l.134.11c1.2.98%202.068%201.688%203.378%201.688s2.178-.708%203.377-1.688l.135-.11c1.493-1.217%203.28-2.848%204.702-4.67c1.407-1.803%202.536-3.896%202.536-6.022m-10.2-3.25c2.097-2.255%204.277-2.622%205.85-1.968c1.592.662%202.85%202.488%202.85%205.218c0%201.622-.88%203.385-2.219%205.1c-1.324%201.697-3.017%203.247-4.467%204.43c-1.393%201.136-1.842%201.46-2.564%201.46s-1.171-.325-2.564-1.46c-1.45-1.183-3.143-2.733-4.467-4.43c-1.339-1.715-2.219-3.478-2.219-5.1c0-2.73%201.258-4.555%202.85-5.218c1.573-.654%203.753-.287%205.85%201.968a.75.75%200%200%200%201.1%200%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.093%2010.746q.133-.19.23-.325c.056.098.119.211.194.348l1.71%203.11c.166.302.33.598.493.813c.175.23.482.545.975.555c.493.009.813-.294.996-.518c.172-.208.345-.498.523-.794l.055-.092c.221-.368.36-.598.483-.765c.113-.153.179-.203.228-.23c.049-.028.125-.059.315-.077c.206-.02.474-.02.904-.02H18a.75.75%200%201%200%200-1.5h-.834c-.387%200-.73%200-1.016.027a2.2%202.2%200%200%200-.91.264a2.2%202.2%200%200%200-.694.644c-.171.232-.347.525-.546.857l-.048.08c-.087.144-.159.264-.224.368l-.21-.377l-1.709-3.108c-.154-.28-.307-.56-.463-.764c-.17-.224-.462-.52-.93-.545c-.467-.026-.789.237-.982.441c-.177.187-.36.448-.543.71l-.31.442c-.227.325-.37.527-.493.673c-.113.134-.176.178-.223.202c-.046.025-.118.051-.293.067c-.19.017-.438.018-.834.018H6a.75.75%200%200%200%200%201.5h.768c.357%200%20.674%200%20.94-.024c.29-.027.571-.085.85-.23a2.2%202.2%200%200%200%20.676-.565c.173-.204.354-.463.559-.756z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22.75%209.26c0-3.18-1.492-5.654-3.774-6.603c-2.13-.886-4.702-.347-6.976%201.78C9.726%202.31%207.154%201.77%205.024%202.657C2.742%203.607%201.25%206.079%201.25%209.26c0%202.126%201.13%204.22%202.536%206.023c1.421%201.82%203.21%203.452%204.702%204.669l.134.11c1.2.98%202.068%201.688%203.378%201.688s2.178-.708%203.377-1.688l.135-.11c1.493-1.217%203.28-2.848%204.702-4.67c1.407-1.803%202.536-3.896%202.536-6.022m-10.2-3.25c2.097-2.255%204.277-2.622%205.85-1.968c1.592.662%202.85%202.488%202.85%205.218c0%201.622-.88%203.385-2.219%205.1c-1.324%201.697-3.017%203.247-4.467%204.43c-1.393%201.136-1.842%201.46-2.564%201.46s-1.171-.325-2.564-1.46c-1.45-1.183-3.143-2.733-4.467-4.43c-1.339-1.715-2.219-3.478-2.219-5.1c0-2.73%201.258-4.555%202.85-5.218c1.573-.654%203.753-.287%205.85%201.968a.75.75%200%200%200%201.1%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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