heart pulse icon
heart-pulse-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- heart-pulse-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the heart pulse icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.82 5.58l-.82.822l-.824-.824A5.375 5.375 0 0 0 2.249 11h1.605a3.876 3.876 0 0 1 6.261-4.36l1.358 1.357a.75.75 0 0 0 1.073-.012L13.88 6.64A3.88 3.88 0 0 1 20.149 11h1.605a5.38 5.38 0 0 0-8.934-5.42m-1.35 15.495L4.894 14.5h1.963q.077 0 .152-.007L12 19.484l4.988-4.985h2.122l-6.58 6.576a.75.75 0 0 1-1.06 0M9.42 8.415a.75.75 0 0 0-1.348.014l-1.69 3.57H2.75a.75.75 0 0 0 0 1.5h4.107a.75.75 0 0 0 .678-.429l1.234-2.606l2.56 5.12a.75.75 0 0 0 1.279.105l2.698-3.736l1.13 1.29A.75.75 0 0 0 17 13.5h4.25a.75.75 0 0 0 0-1.5h-3.91l-1.526-1.743a.75.75 0 0 0-1.172.054l-2.525 3.496z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHeartPulse24Regular(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="m12.82 5.58l-.82.822l-.824-.824A5.375 5.375 0 0 0 2.249 11h1.605a3.876 3.876 0 0 1 6.261-4.36l1.358 1.357a.75.75 0 0 0 1.073-.012L13.88 6.64A3.88 3.88 0 0 1 20.149 11h1.605a5.38 5.38 0 0 0-8.934-5.42m-1.35 15.495L4.894 14.5h1.963q.077 0 .152-.007L12 19.484l4.988-4.985h2.122l-6.58 6.576a.75.75 0 0 1-1.06 0M9.42 8.415a.75.75 0 0 0-1.348.014l-1.69 3.57H2.75a.75.75 0 0 0 0 1.5h4.107a.75.75 0 0 0 .678-.429l1.234-2.606l2.56 5.12a.75.75 0 0 0 1.279.105l2.698-3.736l1.13 1.29A.75.75 0 0 0 17 13.5h4.25a.75.75 0 0 0 0-1.5h-3.91l-1.526-1.743a.75.75 0 0 0-1.172.054l-2.525 3.496z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.82 5.58l-.82.822l-.824-.824A5.375 5.375 0 0 0 2.249 11h1.605a3.876 3.876 0 0 1 6.261-4.36l1.358 1.357a.75.75 0 0 0 1.073-.012L13.88 6.64A3.88 3.88 0 0 1 20.149 11h1.605a5.38 5.38 0 0 0-8.934-5.42m-1.35 15.495L4.894 14.5h1.963q.077 0 .152-.007L12 19.484l4.988-4.985h2.122l-6.58 6.576a.75.75 0 0 1-1.06 0M9.42 8.415a.75.75 0 0 0-1.348.014l-1.69 3.57H2.75a.75.75 0 0 0 0 1.5h4.107a.75.75 0 0 0 .678-.429l1.234-2.606l2.56 5.12a.75.75 0 0 0 1.279.105l2.698-3.736l1.13 1.29A.75.75 0 0 0 17 13.5h4.25a.75.75 0 0 0 0-1.5h-3.91l-1.526-1.743a.75.75 0 0 0-1.172.054l-2.525 3.496z"/></svg> </template>
CSS
.icon-heart-pulse-24-regular {
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%22m12.82%205.58l-.82.822l-.824-.824A5.375%205.375%200%200%200%202.249%2011h1.605a3.876%203.876%200%200%201%206.261-4.36l1.358%201.357a.75.75%200%200%200%201.073-.012L13.88%206.64A3.88%203.88%200%200%201%2020.149%2011h1.605a5.38%205.38%200%200%200-8.934-5.42m-1.35%2015.495L4.894%2014.5h1.963q.077%200%20.152-.007L12%2019.484l4.988-4.985h2.122l-6.58%206.576a.75.75%200%200%201-1.06%200M9.42%208.415a.75.75%200%200%200-1.348.014l-1.69%203.57H2.75a.75.75%200%200%200%200%201.5h4.107a.75.75%200%200%200%20.678-.429l1.234-2.606l2.56%205.12a.75.75%200%200%200%201.279.105l2.698-3.736l1.13%201.29A.75.75%200%200%200%2017%2013.5h4.25a.75.75%200%200%200%200-1.5h-3.91l-1.526-1.743a.75.75%200%200%200-1.172.054l-2.525%203.496z%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%22m12.82%205.58l-.82.822l-.824-.824A5.375%205.375%200%200%200%202.249%2011h1.605a3.876%203.876%200%200%201%206.261-4.36l1.358%201.357a.75.75%200%200%200%201.073-.012L13.88%206.64A3.88%203.88%200%200%201%2020.149%2011h1.605a5.38%205.38%200%200%200-8.934-5.42m-1.35%2015.495L4.894%2014.5h1.963q.077%200%20.152-.007L12%2019.484l4.988-4.985h2.122l-6.58%206.576a.75.75%200%200%201-1.06%200M9.42%208.415a.75.75%200%200%200-1.348.014l-1.69%203.57H2.75a.75.75%200%200%200%200%201.5h4.107a.75.75%200%200%200%20.678-.429l1.234-2.606l2.56%205.12a.75.75%200%200%200%201.279.105l2.698-3.736l1.13%201.29A.75.75%200%200%200%2017%2013.5h4.25a.75.75%200%200%200%200-1.5h-3.91l-1.526-1.743a.75.75%200%200%200-1.172.054l-2.525%203.496z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/heart-pulse-24-regular.svg?color=%231a73e8&size=48