heart pulse icon
heart-pulse-linear from Solar by 480 Design · Linear · Medicine · CC-BY-4.0 Attribution required.
- Name
- heart-pulse-linear
- Set
- Solar
- Style
- Linear
- Category
- Medicine
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
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-2-boldjar-of-pills-2-boldjar-of-pills-boldmedical-kit-boldpill-boldpills-2-boldpills-3-bold
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="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M18 11.9999H17.1986C16.3689 11.9999 15.9541 11.9999 15.6102 12.1946C15.2664 12.3893 15.0529 12.745 14.6261 13.4564L14.5952 13.5079C14.1976 14.1706 13.9987 14.502 13.7095 14.4965C13.4202 14.4911 13.2339 14.1525 12.8615 13.4753L11.1742 10.4075C10.8269 9.77606 10.6533 9.46034 10.3759 9.44537C10.0986 9.43039 9.892 9.72558 9.47875 10.3159L9.19573 10.7203C8.75681 11.3473 8.53734 11.6608 8.21173 11.8303C7.88612 11.9999 7.50342 11.9999 6.73803 11.9999H6"/><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"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarHeartPulseLinear(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="M18 11.9999H17.1986C16.3689 11.9999 15.9541 11.9999 15.6102 12.1946C15.2664 12.3893 15.0529 12.745 14.6261 13.4564L14.5952 13.5079C14.1976 14.1706 13.9987 14.502 13.7095 14.4965C13.4202 14.4911 13.2339 14.1525 12.8615 13.4753L11.1742 10.4075C10.8269 9.77606 10.6533 9.46034 10.3759 9.44537C10.0986 9.43039 9.892 9.72558 9.47875 10.3159L9.19573 10.7203C8.75681 11.3473 8.53734 11.6608 8.21173 11.8303C7.88612 11.9999 7.50342 11.9999 6.73803 11.9999H6"/><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"/></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="M18 11.9999H17.1986C16.3689 11.9999 15.9541 11.9999 15.6102 12.1946C15.2664 12.3893 15.0529 12.745 14.6261 13.4564L14.5952 13.5079C14.1976 14.1706 13.9987 14.502 13.7095 14.4965C13.4202 14.4911 13.2339 14.1525 12.8615 13.4753L11.1742 10.4075C10.8269 9.77606 10.6533 9.46034 10.3759 9.44537C10.0986 9.43039 9.892 9.72558 9.47875 10.3159L9.19573 10.7203C8.75681 11.3473 8.53734 11.6608 8.21173 11.8303C7.88612 11.9999 7.50342 11.9999 6.73803 11.9999H6"/><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"/></g></svg> </template>
CSS
.icon-heart-pulse-linear {
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%22M18%2011.9999H17.1986C16.3689%2011.9999%2015.9541%2011.9999%2015.6102%2012.1946C15.2664%2012.3893%2015.0529%2012.745%2014.6261%2013.4564L14.5952%2013.5079C14.1976%2014.1706%2013.9987%2014.502%2013.7095%2014.4965C13.4202%2014.4911%2013.2339%2014.1525%2012.8615%2013.4753L11.1742%2010.4075C10.8269%209.77606%2010.6533%209.46034%2010.3759%209.44537C10.0986%209.43039%209.892%209.72558%209.47875%2010.3159L9.19573%2010.7203C8.75681%2011.3473%208.53734%2011.6608%208.21173%2011.8303C7.88612%2011.9999%207.50342%2011.9999%206.73803%2011.9999H6%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%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%22M18%2011.9999H17.1986C16.3689%2011.9999%2015.9541%2011.9999%2015.6102%2012.1946C15.2664%2012.3893%2015.0529%2012.745%2014.6261%2013.4564L14.5952%2013.5079C14.1976%2014.1706%2013.9987%2014.502%2013.7095%2014.4965C13.4202%2014.4911%2013.2339%2014.1525%2012.8615%2013.4753L11.1742%2010.4075C10.8269%209.77606%2010.6533%209.46034%2010.3759%209.44537C10.0986%209.43039%209.892%209.72558%209.47875%2010.3159L9.19573%2010.7203C8.75681%2011.3473%208.53734%2011.6608%208.21173%2011.8303C7.88612%2011.9999%207.50342%2011.9999%206.73803%2011.9999H6%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%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-linear.svg?color=%231a73e8&size=48