heart pulse2 icon
heart-pulse2 from Reicon by REICON · Outline · Medicine · MIT Free for personal and commercial use.
- Name
- heart-pulse2
- Set
- Reicon
- Style
- Outline
- Category
- Medicine
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More medicine icons from Reicon
Use the heart pulse2 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="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 .645-.14 1.313-.391 1.99h-2.335c-.546 0-1.03-.002-1.471.195c-.441.196-.765.557-1.13.963l-.075.084l-1.029 1.143q-.113.127-.194.214l-.185-.221l-3.551-4.305c-.14-.17-.289-.35-.435-.485a1.24 1.24 0 0 0-.773-.353a1.24 1.24 0 0 0-.81.258c-.16.116-.33.278-.49.43l-1.53 1.456c-.471.45-.57.526-.672.568c-.103.04-.228.053-.879.053H3.141c-.252-.678-.391-1.345-.391-1.99c0-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 0m-8.685 6.74c.315.537.687 1.076 1.104 1.61c1.324 1.697 3.017 3.247 4.467 4.43c1.393 1.136 1.842 1.46 2.564 1.46s1.171-.325 2.564-1.46c1.45-1.183 3.143-2.733 4.467-4.43a15 15 0 0 0 1.104-1.61h-1.499c-.724 0-.861.015-.973.065s-.215.142-.7.68l-1.054 1.172a5 5 0 0 1-.486.496c-.185.155-.46.33-.833.321c-.373-.008-.641-.194-.82-.357a5 5 0 0 1-.463-.515l-3.552-4.306l-.171-.205q-.081.074-.194.183l-1.577 1.501c-.356.34-.671.642-1.077.804s-.843.162-1.335.161z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconHeartPulse2(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="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 .645-.14 1.313-.391 1.99h-2.335c-.546 0-1.03-.002-1.471.195c-.441.196-.765.557-1.13.963l-.075.084l-1.029 1.143q-.113.127-.194.214l-.185-.221l-3.551-4.305c-.14-.17-.289-.35-.435-.485a1.24 1.24 0 0 0-.773-.353a1.24 1.24 0 0 0-.81.258c-.16.116-.33.278-.49.43l-1.53 1.456c-.471.45-.57.526-.672.568c-.103.04-.228.053-.879.053H3.141c-.252-.678-.391-1.345-.391-1.99c0-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 0m-8.685 6.74c.315.537.687 1.076 1.104 1.61c1.324 1.697 3.017 3.247 4.467 4.43c1.393 1.136 1.842 1.46 2.564 1.46s1.171-.325 2.564-1.46c1.45-1.183 3.143-2.733 4.467-4.43a15 15 0 0 0 1.104-1.61h-1.499c-.724 0-.861.015-.973.065s-.215.142-.7.68l-1.054 1.172a5 5 0 0 1-.486.496c-.185.155-.46.33-.833.321c-.373-.008-.641-.194-.82-.357a5 5 0 0 1-.463-.515l-3.552-4.306l-.171-.205q-.081.074-.194.183l-1.577 1.501c-.356.34-.671.642-1.077.804s-.843.162-1.335.161z" 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="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 .645-.14 1.313-.391 1.99h-2.335c-.546 0-1.03-.002-1.471.195c-.441.196-.765.557-1.13.963l-.075.084l-1.029 1.143q-.113.127-.194.214l-.185-.221l-3.551-4.305c-.14-.17-.289-.35-.435-.485a1.24 1.24 0 0 0-.773-.353a1.24 1.24 0 0 0-.81.258c-.16.116-.33.278-.49.43l-1.53 1.456c-.471.45-.57.526-.672.568c-.103.04-.228.053-.879.053H3.141c-.252-.678-.391-1.345-.391-1.99c0-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 0m-8.685 6.74c.315.537.687 1.076 1.104 1.61c1.324 1.697 3.017 3.247 4.467 4.43c1.393 1.136 1.842 1.46 2.564 1.46s1.171-.325 2.564-1.46c1.45-1.183 3.143-2.733 4.467-4.43a15 15 0 0 0 1.104-1.61h-1.499c-.724 0-.861.015-.973.065s-.215.142-.7.68l-1.054 1.172a5 5 0 0 1-.486.496c-.185.155-.46.33-.833.321c-.373-.008-.641-.194-.82-.357a5 5 0 0 1-.463-.515l-3.552-4.306l-.171-.205q-.081.074-.194.183l-1.577 1.501c-.356.34-.671.642-1.077.804s-.843.162-1.335.161z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-heart-pulse2 {
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%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%20.645-.14%201.313-.391%201.99h-2.335c-.546%200-1.03-.002-1.471.195c-.441.196-.765.557-1.13.963l-.075.084l-1.029%201.143q-.113.127-.194.214l-.185-.221l-3.551-4.305c-.14-.17-.289-.35-.435-.485a1.24%201.24%200%200%200-.773-.353a1.24%201.24%200%200%200-.81.258c-.16.116-.33.278-.49.43l-1.53%201.456c-.471.45-.57.526-.672.568c-.103.04-.228.053-.879.053H3.141c-.252-.678-.391-1.345-.391-1.99c0-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%200m-8.685%206.74c.315.537.687%201.076%201.104%201.61c1.324%201.697%203.017%203.247%204.467%204.43c1.393%201.136%201.842%201.46%202.564%201.46s1.171-.325%202.564-1.46c1.45-1.183%203.143-2.733%204.467-4.43a15%2015%200%200%200%201.104-1.61h-1.499c-.724%200-.861.015-.973.065s-.215.142-.7.68l-1.054%201.172a5%205%200%200%201-.486.496c-.185.155-.46.33-.833.321c-.373-.008-.641-.194-.82-.357a5%205%200%200%201-.463-.515l-3.552-4.306l-.171-.205q-.081.074-.194.183l-1.577%201.501c-.356.34-.671.642-1.077.804s-.843.162-1.335.161z%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%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%20.645-.14%201.313-.391%201.99h-2.335c-.546%200-1.03-.002-1.471.195c-.441.196-.765.557-1.13.963l-.075.084l-1.029%201.143q-.113.127-.194.214l-.185-.221l-3.551-4.305c-.14-.17-.289-.35-.435-.485a1.24%201.24%200%200%200-.773-.353a1.24%201.24%200%200%200-.81.258c-.16.116-.33.278-.49.43l-1.53%201.456c-.471.45-.57.526-.672.568c-.103.04-.228.053-.879.053H3.141c-.252-.678-.391-1.345-.391-1.99c0-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%200m-8.685%206.74c.315.537.687%201.076%201.104%201.61c1.324%201.697%203.017%203.247%204.467%204.43c1.393%201.136%201.842%201.46%202.564%201.46s1.171-.325%202.564-1.46c1.45-1.183%203.143-2.733%204.467-4.43a15%2015%200%200%200%201.104-1.61h-1.499c-.724%200-.861.015-.973.065s-.215.142-.7.68l-1.054%201.172a5%205%200%200%201-.486.496c-.185.155-.46.33-.833.321c-.373-.008-.641-.194-.82-.357a5%205%200%200%201-.463-.515l-3.552-4.306l-.171-.205q-.081.074-.194.183l-1.577%201.501c-.356.34-.671.642-1.077.804s-.843.162-1.335.161z%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/reicon/heart-pulse2.svg?color=%231a73e8&size=48