heartbeat icon
heartbeat from Unicons by Iconscout · Line · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- heartbeat
- Set
- Unicons
- Style
- Line
- Category
- Medical
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More medical icons from Unicons
ambulanceassistive-listening-systemsband-aidbook-medicalcapsuleclinic-medicalcoronavirusearfile-medical-althead-sidehead-side-coughhead-side-maskheart-medicalheart-ratehospitalhospital-square-signhospital-symbolhouse-usermedical-dripmedical-squaremedical-square-fullmedkitmicroscopemonitor-heart-rate
Use the heartbeat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 10.41h-2.5a1 1 0 0 0-.71.3L16.55 12l-2.8-3.19a1 1 0 0 0-1.46 0l-1.7 1.7H9a1 1 0 0 0 0 2h2a1 1 0 0 0 .71-.29L13 10.88l2.8 3.19a1 1 0 0 0 .72.34a1 1 0 0 0 .71-.29l1.7-1.71H21a1 1 0 0 0 0-2m-7.39 5.3l-1.9 1.9a1 1 0 0 1-1.42 0L5.08 12.4a3.69 3.69 0 0 1 0-5.22a3.69 3.69 0 0 1 5.21 0a1 1 0 0 0 1.42 0a3.78 3.78 0 0 1 5.21 0a4 4 0 0 1 .58.75a1 1 0 0 0 1.72-1a6 6 0 0 0-.88-1.13A5.68 5.68 0 0 0 11 5.17a5.68 5.68 0 0 0-9 4.62a5.62 5.62 0 0 0 1.67 4L8.88 19a3 3 0 0 0 4.24 0L15 17.12a1 1 0 0 0 0-1.41a1 1 0 0 0-1.39 0"/></svg>
React
import type { SVGProps } from "react";
export function UilHeartbeat(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" d="M21 10.41h-2.5a1 1 0 0 0-.71.3L16.55 12l-2.8-3.19a1 1 0 0 0-1.46 0l-1.7 1.7H9a1 1 0 0 0 0 2h2a1 1 0 0 0 .71-.29L13 10.88l2.8 3.19a1 1 0 0 0 .72.34a1 1 0 0 0 .71-.29l1.7-1.71H21a1 1 0 0 0 0-2m-7.39 5.3l-1.9 1.9a1 1 0 0 1-1.42 0L5.08 12.4a3.69 3.69 0 0 1 0-5.22a3.69 3.69 0 0 1 5.21 0a1 1 0 0 0 1.42 0a3.78 3.78 0 0 1 5.21 0a4 4 0 0 1 .58.75a1 1 0 0 0 1.72-1a6 6 0 0 0-.88-1.13A5.68 5.68 0 0 0 11 5.17a5.68 5.68 0 0 0-9 4.62a5.62 5.62 0 0 0 1.67 4L8.88 19a3 3 0 0 0 4.24 0L15 17.12a1 1 0 0 0 0-1.41a1 1 0 0 0-1.39 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 10.41h-2.5a1 1 0 0 0-.71.3L16.55 12l-2.8-3.19a1 1 0 0 0-1.46 0l-1.7 1.7H9a1 1 0 0 0 0 2h2a1 1 0 0 0 .71-.29L13 10.88l2.8 3.19a1 1 0 0 0 .72.34a1 1 0 0 0 .71-.29l1.7-1.71H21a1 1 0 0 0 0-2m-7.39 5.3l-1.9 1.9a1 1 0 0 1-1.42 0L5.08 12.4a3.69 3.69 0 0 1 0-5.22a3.69 3.69 0 0 1 5.21 0a1 1 0 0 0 1.42 0a3.78 3.78 0 0 1 5.21 0a4 4 0 0 1 .58.75a1 1 0 0 0 1.72-1a6 6 0 0 0-.88-1.13A5.68 5.68 0 0 0 11 5.17a5.68 5.68 0 0 0-9 4.62a5.62 5.62 0 0 0 1.67 4L8.88 19a3 3 0 0 0 4.24 0L15 17.12a1 1 0 0 0 0-1.41a1 1 0 0 0-1.39 0"/></svg> </template>
CSS
.icon-heartbeat {
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%20d%3D%22M21%2010.41h-2.5a1%201%200%200%200-.71.3L16.55%2012l-2.8-3.19a1%201%200%200%200-1.46%200l-1.7%201.7H9a1%201%200%200%200%200%202h2a1%201%200%200%200%20.71-.29L13%2010.88l2.8%203.19a1%201%200%200%200%20.72.34a1%201%200%200%200%20.71-.29l1.7-1.71H21a1%201%200%200%200%200-2m-7.39%205.3l-1.9%201.9a1%201%200%200%201-1.42%200L5.08%2012.4a3.69%203.69%200%200%201%200-5.22a3.69%203.69%200%200%201%205.21%200a1%201%200%200%200%201.42%200a3.78%203.78%200%200%201%205.21%200a4%204%200%200%201%20.58.75a1%201%200%200%200%201.72-1a6%206%200%200%200-.88-1.13A5.68%205.68%200%200%200%2011%205.17a5.68%205.68%200%200%200-9%204.62a5.62%205.62%200%200%200%201.67%204L8.88%2019a3%203%200%200%200%204.24%200L15%2017.12a1%201%200%200%200%200-1.41a1%201%200%200%200-1.39%200%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%20d%3D%22M21%2010.41h-2.5a1%201%200%200%200-.71.3L16.55%2012l-2.8-3.19a1%201%200%200%200-1.46%200l-1.7%201.7H9a1%201%200%200%200%200%202h2a1%201%200%200%200%20.71-.29L13%2010.88l2.8%203.19a1%201%200%200%200%20.72.34a1%201%200%200%200%20.71-.29l1.7-1.71H21a1%201%200%200%200%200-2m-7.39%205.3l-1.9%201.9a1%201%200%200%201-1.42%200L5.08%2012.4a3.69%203.69%200%200%201%200-5.22a3.69%203.69%200%200%201%205.21%200a1%201%200%200%200%201.42%200a3.78%203.78%200%200%201%205.21%200a4%204%200%200%201%20.58.75a1%201%200%200%200%201.72-1a6%206%200%200%200-.88-1.13A5.68%205.68%200%200%200%2011%205.17a5.68%205.68%200%200%200-9%204.62a5.62%205.62%200%200%200%201.67%204L8.88%2019a3%203%200%200%200%204.24%200L15%2017.12a1%201%200%200%200%200-1.41a1%201%200%200%200-1.39%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/heartbeat.svg?color=%231a73e8&size=48