heart pulse 2 icon
heart-pulse-2-line-duotone from Solar by 480 Design · Line Duotone · Medicine · CC-BY-4.0 Attribution required.
- Name
- heart-pulse-2-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Medicine
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More medicine icons from Solar
adhesive-plaster-2-boldadhesive-plaster-boldbacteria-boldbenzene-ring-boldbone-boldbone-broken-bold-duotonebone-crack-boldbone-fracture-boldbones-boldbrain-bolddna-bolddropper-2-bolddropper-3-bolddropper-bolddropper-minimalistic-2-bolddropper-minimalistic-boldhealth-boldheart-pulse-boldjar-of-pills-2-boldjar-of-pills-boldmedical-kit-boldpill-boldpills-2-boldpills-3-bold
Use the heart pulse 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M21 11.9998H18.6361C17.9781 11.9998 17.6491 11.9998 17.3578 12.1296C17.0665 12.2593 16.8463 12.504 16.4059 12.9932L15.3767 14.1369C15.0154 14.5382 14.8348 14.7389 14.6057 14.734C14.3766 14.7291 14.2049 14.521 13.8616 14.1048L10.3334 9.82819C10.0133 9.44017 9.85321 9.24615 9.63599 9.23311C9.41877 9.22006 9.23663 9.39352 8.87237 9.74044L7.36897 11.1723C6.93986 11.5809 6.7253 11.7853 6.45709 11.8926C6.18887 11.9998 5.89258 11.9998 5.3 11.9998H3"/><path stroke-linejoin="round" d="M2 9.26044C2 13.0079 6.01943 16.9714 8.96173 19.3707C10.2937 20.4569 10.9597 21 12 21C13.0403 21 13.7063 20.4569 15.0383 19.3707C17.9806 16.9714 22 13.008 22 9.2604C22 3.34931 16.4998 0.662637 12 5.49877C7.50016 0.662637 2 3.3495 2 9.26044Z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarHeartPulse2LineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M21 11.9998H18.6361C17.9781 11.9998 17.6491 11.9998 17.3578 12.1296C17.0665 12.2593 16.8463 12.504 16.4059 12.9932L15.3767 14.1369C15.0154 14.5382 14.8348 14.7389 14.6057 14.734C14.3766 14.7291 14.2049 14.521 13.8616 14.1048L10.3334 9.82819C10.0133 9.44017 9.85321 9.24615 9.63599 9.23311C9.41877 9.22006 9.23663 9.39352 8.87237 9.74044L7.36897 11.1723C6.93986 11.5809 6.7253 11.7853 6.45709 11.8926C6.18887 11.9998 5.89258 11.9998 5.3 11.9998H3"/><path strokeLinejoin="round" d="M2 9.26044C2 13.0079 6.01943 16.9714 8.96173 19.3707C10.2937 20.4569 10.9597 21 12 21C13.0403 21 13.7063 20.4569 15.0383 19.3707C17.9806 16.9714 22 13.008 22 9.2604C22 3.34931 16.4998 0.662637 12 5.49877C7.50016 0.662637 2 3.3495 2 9.26044Z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M21 11.9998H18.6361C17.9781 11.9998 17.6491 11.9998 17.3578 12.1296C17.0665 12.2593 16.8463 12.504 16.4059 12.9932L15.3767 14.1369C15.0154 14.5382 14.8348 14.7389 14.6057 14.734C14.3766 14.7291 14.2049 14.521 13.8616 14.1048L10.3334 9.82819C10.0133 9.44017 9.85321 9.24615 9.63599 9.23311C9.41877 9.22006 9.23663 9.39352 8.87237 9.74044L7.36897 11.1723C6.93986 11.5809 6.7253 11.7853 6.45709 11.8926C6.18887 11.9998 5.89258 11.9998 5.3 11.9998H3"/><path stroke-linejoin="round" d="M2 9.26044C2 13.0079 6.01943 16.9714 8.96173 19.3707C10.2937 20.4569 10.9597 21 12 21C13.0403 21 13.7063 20.4569 15.0383 19.3707C17.9806 16.9714 22 13.008 22 9.2604C22 3.34931 16.4998 0.662637 12 5.49877C7.50016 0.662637 2 3.3495 2 9.26044Z" opacity=".5"/></g></svg> </template>
CSS
.icon-heart-pulse-2-line-duotone {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2011.9998H18.6361C17.9781%2011.9998%2017.6491%2011.9998%2017.3578%2012.1296C17.0665%2012.2593%2016.8463%2012.504%2016.4059%2012.9932L15.3767%2014.1369C15.0154%2014.5382%2014.8348%2014.7389%2014.6057%2014.734C14.3766%2014.7291%2014.2049%2014.521%2013.8616%2014.1048L10.3334%209.82819C10.0133%209.44017%209.85321%209.24615%209.63599%209.23311C9.41877%209.22006%209.23663%209.39352%208.87237%209.74044L7.36897%2011.1723C6.93986%2011.5809%206.7253%2011.7853%206.45709%2011.8926C6.18887%2011.9998%205.89258%2011.9998%205.3%2011.9998H3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%209.26044C2%2013.0079%206.01943%2016.9714%208.96173%2019.3707C10.2937%2020.4569%2010.9597%2021%2012%2021C13.0403%2021%2013.7063%2020.4569%2015.0383%2019.3707C17.9806%2016.9714%2022%2013.008%2022%209.2604C22%203.34931%2016.4998%200.662637%2012%205.49877C7.50016%200.662637%202%203.3495%202%209.26044Z%22%20opacity%3D%22.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2011.9998H18.6361C17.9781%2011.9998%2017.6491%2011.9998%2017.3578%2012.1296C17.0665%2012.2593%2016.8463%2012.504%2016.4059%2012.9932L15.3767%2014.1369C15.0154%2014.5382%2014.8348%2014.7389%2014.6057%2014.734C14.3766%2014.7291%2014.2049%2014.521%2013.8616%2014.1048L10.3334%209.82819C10.0133%209.44017%209.85321%209.24615%209.63599%209.23311C9.41877%209.22006%209.23663%209.39352%208.87237%209.74044L7.36897%2011.1723C6.93986%2011.5809%206.7253%2011.7853%206.45709%2011.8926C6.18887%2011.9998%205.89258%2011.9998%205.3%2011.9998H3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%209.26044C2%2013.0079%206.01943%2016.9714%208.96173%2019.3707C10.2937%2020.4569%2010.9597%2021%2012%2021C13.0403%2021%2013.7063%2020.4569%2015.0383%2019.3707C17.9806%2016.9714%2022%2013.008%2022%209.2604C22%203.34931%2016.4998%200.662637%2012%205.49877C7.50016%200.662637%202%203.3495%202%209.26044Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/heart-pulse-2-line-duotone.svg?color=%231a73e8&size=48