heart pulse icon
heart-pulse-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- heart-pulse-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M9.388 4.29a4.3 4.3 0 0 0-6.127-.016a4.4 4.4 0 0 0-.94 4.737Q2.408 9 2.5 9h2.308L6.12 5.913a1.5 1.5 0 0 1 2.765.01l1.383 3.319l.96-1.537a1.5 1.5 0 0 1 2.4-.193L14.932 9H17.5q.103 0 .202.014a4.42 4.42 0 0 0-.978-4.702a4.305 4.305 0 0 0-6.135-.015l-.596.603zm.166 12.513L4.799 12H5.8a1.5 1.5 0 0 0 1.38-.913l.306-.72l1.13 2.71a1.5 1.5 0 0 0 2.656.218l1.43-2.287l.42.48A1.5 1.5 0 0 0 14.25 12h1.004l-4.757 4.803a.66.66 0 0 1-.943 0M7.962 6.308a.5.5 0 0 0-.922-.004L5.47 10H2.5a.5.5 0 0 0 0 1h3.3a.5.5 0 0 0 .46-.304l1.235-2.907l2.043 4.903a.5.5 0 0 0 .886.073l2.143-3.429l1.307 1.493a.5.5 0 0 0 .376.171h3.25a.5.5 0 0 0 0-1h-3.023l-1.6-1.83a.5.5 0 0 0-.801.065l-1.987 3.179z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHeartPulse20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.388 4.29a4.3 4.3 0 0 0-6.127-.016a4.4 4.4 0 0 0-.94 4.737Q2.408 9 2.5 9h2.308L6.12 5.913a1.5 1.5 0 0 1 2.765.01l1.383 3.319l.96-1.537a1.5 1.5 0 0 1 2.4-.193L14.932 9H17.5q.103 0 .202.014a4.42 4.42 0 0 0-.978-4.702a4.305 4.305 0 0 0-6.135-.015l-.596.603zm.166 12.513L4.799 12H5.8a1.5 1.5 0 0 0 1.38-.913l.306-.72l1.13 2.71a1.5 1.5 0 0 0 2.656.218l1.43-2.287l.42.48A1.5 1.5 0 0 0 14.25 12h1.004l-4.757 4.803a.66.66 0 0 1-.943 0M7.962 6.308a.5.5 0 0 0-.922-.004L5.47 10H2.5a.5.5 0 0 0 0 1h3.3a.5.5 0 0 0 .46-.304l1.235-2.907l2.043 4.903a.5.5 0 0 0 .886.073l2.143-3.429l1.307 1.493a.5.5 0 0 0 .376.171h3.25a.5.5 0 0 0 0-1h-3.023l-1.6-1.83a.5.5 0 0 0-.801.065l-1.987 3.179z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.388 4.29a4.3 4.3 0 0 0-6.127-.016a4.4 4.4 0 0 0-.94 4.737Q2.408 9 2.5 9h2.308L6.12 5.913a1.5 1.5 0 0 1 2.765.01l1.383 3.319l.96-1.537a1.5 1.5 0 0 1 2.4-.193L14.932 9H17.5q.103 0 .202.014a4.42 4.42 0 0 0-.978-4.702a4.305 4.305 0 0 0-6.135-.015l-.596.603zm.166 12.513L4.799 12H5.8a1.5 1.5 0 0 0 1.38-.913l.306-.72l1.13 2.71a1.5 1.5 0 0 0 2.656.218l1.43-2.287l.42.48A1.5 1.5 0 0 0 14.25 12h1.004l-4.757 4.803a.66.66 0 0 1-.943 0M7.962 6.308a.5.5 0 0 0-.922-.004L5.47 10H2.5a.5.5 0 0 0 0 1h3.3a.5.5 0 0 0 .46-.304l1.235-2.907l2.043 4.903a.5.5 0 0 0 .886.073l2.143-3.429l1.307 1.493a.5.5 0 0 0 .376.171h3.25a.5.5 0 0 0 0-1h-3.023l-1.6-1.83a.5.5 0 0 0-.801.065l-1.987 3.179z"/></svg> </template>
CSS
.icon-heart-pulse-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.388%204.29a4.3%204.3%200%200%200-6.127-.016a4.4%204.4%200%200%200-.94%204.737Q2.408%209%202.5%209h2.308L6.12%205.913a1.5%201.5%200%200%201%202.765.01l1.383%203.319l.96-1.537a1.5%201.5%200%200%201%202.4-.193L14.932%209H17.5q.103%200%20.202.014a4.42%204.42%200%200%200-.978-4.702a4.305%204.305%200%200%200-6.135-.015l-.596.603zm.166%2012.513L4.799%2012H5.8a1.5%201.5%200%200%200%201.38-.913l.306-.72l1.13%202.71a1.5%201.5%200%200%200%202.656.218l1.43-2.287l.42.48A1.5%201.5%200%200%200%2014.25%2012h1.004l-4.757%204.803a.66.66%200%200%201-.943%200M7.962%206.308a.5.5%200%200%200-.922-.004L5.47%2010H2.5a.5.5%200%200%200%200%201h3.3a.5.5%200%200%200%20.46-.304l1.235-2.907l2.043%204.903a.5.5%200%200%200%20.886.073l2.143-3.429l1.307%201.493a.5.5%200%200%200%20.376.171h3.25a.5.5%200%200%200%200-1h-3.023l-1.6-1.83a.5.5%200%200%200-.801.065l-1.987%203.179z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.388%204.29a4.3%204.3%200%200%200-6.127-.016a4.4%204.4%200%200%200-.94%204.737Q2.408%209%202.5%209h2.308L6.12%205.913a1.5%201.5%200%200%201%202.765.01l1.383%203.319l.96-1.537a1.5%201.5%200%200%201%202.4-.193L14.932%209H17.5q.103%200%20.202.014a4.42%204.42%200%200%200-.978-4.702a4.305%204.305%200%200%200-6.135-.015l-.596.603zm.166%2012.513L4.799%2012H5.8a1.5%201.5%200%200%200%201.38-.913l.306-.72l1.13%202.71a1.5%201.5%200%200%200%202.656.218l1.43-2.287l.42.48A1.5%201.5%200%200%200%2014.25%2012h1.004l-4.757%204.803a.66.66%200%200%201-.943%200M7.962%206.308a.5.5%200%200%200-.922-.004L5.47%2010H2.5a.5.5%200%200%200%200%201h3.3a.5.5%200%200%200%20.46-.304l1.235-2.907l2.043%204.903a.5.5%200%200%200%20.886.073l2.143-3.429l1.307%201.493a.5.5%200%200%200%20.376.171h3.25a.5.5%200%200%200%200-1h-3.023l-1.6-1.83a.5.5%200%200%200-.801.065l-1.987%203.179z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/heart-pulse-20-filled.svg?color=%231a73e8&size=48