heart-pulse-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
heart-pulse-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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="M10.497 16.803L15.253 12H14.25q-.184 0-.36-.044l-3.865 3.902l-3.863-3.902Q5.986 12 5.8 12H4.799l4.755 4.803c.26.263.682.263.942 0m6.227-12.49a4.42 4.42 0 0 1 .978 4.7A2 2 0 0 0 17.5 9h-.889a3.415 3.415 0 0 0-.598-3.984A3.306 3.306 0 0 0 11.3 5l-.951.963a.5.5 0 0 1-.711 0l-.96-.97a3.3 3.3 0 0 0-4.706-.016C2.899 6.061 2.713 7.711 3.42 9H2.5q-.09 0-.18.01a4.4 4.4 0 0 1 .941-4.736a4.3 4.3 0 0 1 6.127.016l.605.61l.596-.603l.109-.106a4.306 4.306 0 0 1 6.026.121M7.962 6.307a.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 FluentHeartPulse20Regular(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="M10.497 16.803L15.253 12H14.25q-.184 0-.36-.044l-3.865 3.902l-3.863-3.902Q5.986 12 5.8 12H4.799l4.755 4.803c.26.263.682.263.942 0m6.227-12.49a4.42 4.42 0 0 1 .978 4.7A2 2 0 0 0 17.5 9h-.889a3.415 3.415 0 0 0-.598-3.984A3.306 3.306 0 0 0 11.3 5l-.951.963a.5.5 0 0 1-.711 0l-.96-.97a3.3 3.3 0 0 0-4.706-.016C2.899 6.061 2.713 7.711 3.42 9H2.5q-.09 0-.18.01a4.4 4.4 0 0 1 .941-4.736a4.3 4.3 0 0 1 6.127.016l.605.61l.596-.603l.109-.106a4.306 4.306 0 0 1 6.026.121M7.962 6.307a.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="M10.497 16.803L15.253 12H14.25q-.184 0-.36-.044l-3.865 3.902l-3.863-3.902Q5.986 12 5.8 12H4.799l4.755 4.803c.26.263.682.263.942 0m6.227-12.49a4.42 4.42 0 0 1 .978 4.7A2 2 0 0 0 17.5 9h-.889a3.415 3.415 0 0 0-.598-3.984A3.306 3.306 0 0 0 11.3 5l-.951.963a.5.5 0 0 1-.711 0l-.96-.97a3.3 3.3 0 0 0-4.706-.016C2.899 6.061 2.713 7.711 3.42 9H2.5q-.09 0-.18.01a4.4 4.4 0 0 1 .941-4.736a4.3 4.3 0 0 1 6.127.016l.605.61l.596-.603l.109-.106a4.306 4.306 0 0 1 6.026.121M7.962 6.307a.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-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.497%2016.803L15.253%2012H14.25q-.184%200-.36-.044l-3.865%203.902l-3.863-3.902Q5.986%2012%205.8%2012H4.799l4.755%204.803c.26.263.682.263.942%200m6.227-12.49a4.42%204.42%200%200%201%20.978%204.7A2%202%200%200%200%2017.5%209h-.889a3.415%203.415%200%200%200-.598-3.984A3.306%203.306%200%200%200%2011.3%205l-.951.963a.5.5%200%200%201-.711%200l-.96-.97a3.3%203.3%200%200%200-4.706-.016C2.899%206.061%202.713%207.711%203.42%209H2.5q-.09%200-.18.01a4.4%204.4%200%200%201%20.941-4.736a4.3%204.3%200%200%201%206.127.016l.605.61l.596-.603l.109-.106a4.306%204.306%200%200%201%206.026.121M7.962%206.307a.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%22M10.497%2016.803L15.253%2012H14.25q-.184%200-.36-.044l-3.865%203.902l-3.863-3.902Q5.986%2012%205.8%2012H4.799l4.755%204.803c.26.263.682.263.942%200m6.227-12.49a4.42%204.42%200%200%201%20.978%204.7A2%202%200%200%200%2017.5%209h-.889a3.415%203.415%200%200%200-.598-3.984A3.306%203.306%200%200%200%2011.3%205l-.951.963a.5.5%200%200%201-.711%200l-.96-.97a3.3%203.3%200%200%200-4.706-.016C2.899%206.061%202.713%207.711%203.42%209H2.5q-.09%200-.18.01a4.4%204.4%200%200%201%20.941-4.736a4.3%204.3%200%200%201%206.127.016l.605.61l.596-.603l.109-.106a4.306%204.306%200%200%201%206.026.121M7.962%206.307a.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-regular.svg?color=%231a73e8&size=48