Heart Beat Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Heart Beat icon is commonly used in like buttons, favorites lists and health apps. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305843.svg" alt="Heart Beat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305843.svg" alt="Heart Beat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305843.svg" alt="Heart Beat icon" :width="24" :height="24" />
CSS background
.icon-heart-beat {
background-image: url('https://proicons.com/icon/305843.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M740 502c-40 33-80 66-125 103-33-48-63-91-98-142-40 71-75 133-114 202-41-63-76-118-112-174-35 15-66 34-103 41-21 4-44 4-68 3 22 38 49 72 79 105 85 92 187 164 296 226 3 2 9 1 12-1 21-12 43-24 64-38 95-60 182-128 255-215 20-25 39-50 55-78-69 5-104-4-141-32zm131-302c-81-83-221-90-311-17-24 20-44 44-60 72-1-2-2-2-2-3-55-91-136-130-240-116-83 12-143 59-177 135-26 59-22 119-1 179 4 13 9 25 15 37 94 10 150-31 208-75 34 45 65 85 100 131 38-72 74-138 114-213 40 66 74 124 113 189 40-32 76-60 119-95 28 55 86 67 157 63 8-17 15-35 20-54 25-88 9-167-55-233z"/></svg>
Copied!