heart pulse2 icon

heart-pulse2-filled from Reicon by REICON · Filled · Medicine · MIT Free for personal and commercial use.

Name
heart-pulse2-filled
Set
Reicon
Style
Filled
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"><g fill="currentColor"><path d="M2.346 11.25A6.3 6.3 0 0 1 2 9.26C2 3.35 7.5.663 12 5.5C16.5.663 22 3.349 22 9.26a6.3 6.3 0 0 1-.346 1.99h-3.13c-.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.567c-.103.042-.228.054-.879.054z"/><path d="M3.004 12.75c1.381 2.562 3.926 4.964 5.958 6.62C10.294 20.458 10.96 21 12 21s1.706-.543 3.038-1.63c2.032-1.656 4.577-4.058 5.958-6.62h-2.36c-.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"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconHeartPulse2Filled(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="M2.346 11.25A6.3 6.3 0 0 1 2 9.26C2 3.35 7.5.663 12 5.5C16.5.663 22 3.349 22 9.26a6.3 6.3 0 0 1-.346 1.99h-3.13c-.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.567c-.103.042-.228.054-.879.054z"/><path d="M3.004 12.75c1.381 2.562 3.926 4.964 5.958 6.62C10.294 20.458 10.96 21 12 21s1.706-.543 3.038-1.63c2.032-1.656 4.577-4.058 5.958-6.62h-2.36c-.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"/></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="M2.346 11.25A6.3 6.3 0 0 1 2 9.26C2 3.35 7.5.663 12 5.5C16.5.663 22 3.349 22 9.26a6.3 6.3 0 0 1-.346 1.99h-3.13c-.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.567c-.103.042-.228.054-.879.054z"/><path d="M3.004 12.75c1.381 2.562 3.926 4.964 5.958 6.62C10.294 20.458 10.96 21 12 21s1.706-.543 3.038-1.63c2.032-1.656 4.577-4.058 5.958-6.62h-2.36c-.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"/></g></svg>
</template>

CSS

.icon-heart-pulse2-filled {
  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%22M2.346%2011.25A6.3%206.3%200%200%201%202%209.26C2%203.35%207.5.663%2012%205.5C16.5.663%2022%203.349%2022%209.26a6.3%206.3%200%200%201-.346%201.99h-3.13c-.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.567c-.103.042-.228.054-.879.054z%22%2F%3E%3Cpath%20d%3D%22M3.004%2012.75c1.381%202.562%203.926%204.964%205.958%206.62C10.294%2020.458%2010.96%2021%2012%2021s1.706-.543%203.038-1.63c2.032-1.656%204.577-4.058%205.958-6.62h-2.36c-.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%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%22M2.346%2011.25A6.3%206.3%200%200%201%202%209.26C2%203.35%207.5.663%2012%205.5C16.5.663%2022%203.349%2022%209.26a6.3%206.3%200%200%201-.346%201.99h-3.13c-.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.567c-.103.042-.228.054-.879.054z%22%2F%3E%3Cpath%20d%3D%22M3.004%2012.75c1.381%202.562%203.926%204.964%205.958%206.62C10.294%2020.458%2010.96%2021%2012%2021s1.706-.543%203.038-1.63c2.032-1.656%204.577-4.058%205.958-6.62h-2.36c-.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%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-pulse2-filled.svg?color=%231a73e8&size=48