heart pulse icon
heart-pulse-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- heart-pulse-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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-.821.822l-.823-.823a5.375 5.375 0 0 0-8.922 5.438Q2.374 11 2.5 11h3.244l1.425-3a1.75 1.75 0 0 1 3.146-.033l1.958 3.916l1.558-2.158a1.75 1.75 0 0 1 2.736-.127L17.794 11H21.5q.126 0 .248.017A5.38 5.38 0 0 0 12.82 5.58m-1.35 15.496L4.894 14.5H6.85a1.75 1.75 0 0 0 1.58-1l.36-.756l1.645 3.289a1.75 1.75 0 0 0 2.984.242l1.962-2.718l.302.345c.332.38.812.598 1.317.598h2.11l-6.58 6.576a.75.75 0 0 1-1.06 0M8.742 8a.75.75 0 0 1 .679.415l2.696 5.392l2.525-3.496a.75.75 0 0 1 1.172-.055L17.34 12h3.91a.75.75 0 0 1 0 1.5H17a.75.75 0 0 1-.564-.256l-1.13-1.29l-2.698 3.735a.75.75 0 0 1-1.279-.104l-2.56-5.12l-1.234 2.606a.75.75 0 0 1-.678.429H2.75a.75.75 0 0 1 0-1.5h3.632l1.69-3.57a.75.75 0 0 1 .67-.43"/></svg>
React
import type { SVGProps } from "react";
export function FluentHeartPulse24Filled(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-.821.822l-.823-.823a5.375 5.375 0 0 0-8.922 5.438Q2.374 11 2.5 11h3.244l1.425-3a1.75 1.75 0 0 1 3.146-.033l1.958 3.916l1.558-2.158a1.75 1.75 0 0 1 2.736-.127L17.794 11H21.5q.126 0 .248.017A5.38 5.38 0 0 0 12.82 5.58m-1.35 15.496L4.894 14.5H6.85a1.75 1.75 0 0 0 1.58-1l.36-.756l1.645 3.289a1.75 1.75 0 0 0 2.984.242l1.962-2.718l.302.345c.332.38.812.598 1.317.598h2.11l-6.58 6.576a.75.75 0 0 1-1.06 0M8.742 8a.75.75 0 0 1 .679.415l2.696 5.392l2.525-3.496a.75.75 0 0 1 1.172-.055L17.34 12h3.91a.75.75 0 0 1 0 1.5H17a.75.75 0 0 1-.564-.256l-1.13-1.29l-2.698 3.735a.75.75 0 0 1-1.279-.104l-2.56-5.12l-1.234 2.606a.75.75 0 0 1-.678.429H2.75a.75.75 0 0 1 0-1.5h3.632l1.69-3.57a.75.75 0 0 1 .67-.43"/></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-.821.822l-.823-.823a5.375 5.375 0 0 0-8.922 5.438Q2.374 11 2.5 11h3.244l1.425-3a1.75 1.75 0 0 1 3.146-.033l1.958 3.916l1.558-2.158a1.75 1.75 0 0 1 2.736-.127L17.794 11H21.5q.126 0 .248.017A5.38 5.38 0 0 0 12.82 5.58m-1.35 15.496L4.894 14.5H6.85a1.75 1.75 0 0 0 1.58-1l.36-.756l1.645 3.289a1.75 1.75 0 0 0 2.984.242l1.962-2.718l.302.345c.332.38.812.598 1.317.598h2.11l-6.58 6.576a.75.75 0 0 1-1.06 0M8.742 8a.75.75 0 0 1 .679.415l2.696 5.392l2.525-3.496a.75.75 0 0 1 1.172-.055L17.34 12h3.91a.75.75 0 0 1 0 1.5H17a.75.75 0 0 1-.564-.256l-1.13-1.29l-2.698 3.735a.75.75 0 0 1-1.279-.104l-2.56-5.12l-1.234 2.606a.75.75 0 0 1-.678.429H2.75a.75.75 0 0 1 0-1.5h3.632l1.69-3.57a.75.75 0 0 1 .67-.43"/></svg> </template>
CSS
.icon-heart-pulse-24-filled {
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-.821.822l-.823-.823a5.375%205.375%200%200%200-8.922%205.438Q2.374%2011%202.5%2011h3.244l1.425-3a1.75%201.75%200%200%201%203.146-.033l1.958%203.916l1.558-2.158a1.75%201.75%200%200%201%202.736-.127L17.794%2011H21.5q.126%200%20.248.017A5.38%205.38%200%200%200%2012.82%205.58m-1.35%2015.496L4.894%2014.5H6.85a1.75%201.75%200%200%200%201.58-1l.36-.756l1.645%203.289a1.75%201.75%200%200%200%202.984.242l1.962-2.718l.302.345c.332.38.812.598%201.317.598h2.11l-6.58%206.576a.75.75%200%200%201-1.06%200M8.742%208a.75.75%200%200%201%20.679.415l2.696%205.392l2.525-3.496a.75.75%200%200%201%201.172-.055L17.34%2012h3.91a.75.75%200%200%201%200%201.5H17a.75.75%200%200%201-.564-.256l-1.13-1.29l-2.698%203.735a.75.75%200%200%201-1.279-.104l-2.56-5.12l-1.234%202.606a.75.75%200%200%201-.678.429H2.75a.75.75%200%200%201%200-1.5h3.632l1.69-3.57a.75.75%200%200%201%20.67-.43%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-.821.822l-.823-.823a5.375%205.375%200%200%200-8.922%205.438Q2.374%2011%202.5%2011h3.244l1.425-3a1.75%201.75%200%200%201%203.146-.033l1.958%203.916l1.558-2.158a1.75%201.75%200%200%201%202.736-.127L17.794%2011H21.5q.126%200%20.248.017A5.38%205.38%200%200%200%2012.82%205.58m-1.35%2015.496L4.894%2014.5H6.85a1.75%201.75%200%200%200%201.58-1l.36-.756l1.645%203.289a1.75%201.75%200%200%200%202.984.242l1.962-2.718l.302.345c.332.38.812.598%201.317.598h2.11l-6.58%206.576a.75.75%200%200%201-1.06%200M8.742%208a.75.75%200%200%201%20.679.415l2.696%205.392l2.525-3.496a.75.75%200%200%201%201.172-.055L17.34%2012h3.91a.75.75%200%200%201%200%201.5H17a.75.75%200%200%201-.564-.256l-1.13-1.29l-2.698%203.735a.75.75%200%200%201-1.279-.104l-2.56-5.12l-1.234%202.606a.75.75%200%200%201-.678.429H2.75a.75.75%200%200%201%200-1.5h3.632l1.69-3.57a.75.75%200%200%201%20.67-.43%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-filled.svg?color=%231a73e8&size=48