document heart pulse icon

document-heart-pulse-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
document-heart-pulse-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document 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 2v6a2 2 0 0 0 2 2h6v10.5a1.5 1.5 0 0 1-1.5 1.5H9.73l2.576-2.576l.02-.02l.347-.348a4.605 4.605 0 0 0-5.63-7.202A4.6 4.6 0 0 0 4 11.2V3.5A1.5 1.5 0 0 1 5.5 2zm1.5.5V8a.5.5 0 0 0 .5.5h5.5zM2.062 13.216a3.605 3.605 0 0 1 4.972-.12A3.605 3.605 0 0 1 13.017 16h-2.042l-.738-.737a1.75 1.75 0 0 0-2.545.074l-.494.556l-.742-1.114a1.75 1.75 0 0 0-3.021.188L2.918 16H1.014c-.065-1 .284-2.02 1.048-2.784M3.248 19.5L6.5 22.754a.75.75 0 0 0 1.061 0l3.254-3.254h-2.14l-.367.413a1.75 1.75 0 0 1-2.764-.192l-.147-.221zm2.376-4.166a.75.75 0 0 0-1.295.08L3.536 17H1.75a.75.75 0 0 0 0 1.5H4a.75.75 0 0 0 .67-.415l.423-.844l1.283 1.925a.75.75 0 0 0 1.185.082l1.471-1.655l.688.687c.14.141.331.22.53.22h2a.75.75 0 0 0 0-1.5h-1.69l-1.03-1.03a.75.75 0 0 0-1.09.032l-1.355 1.524z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentHeartPulse24Filled(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 2v6a2 2 0 0 0 2 2h6v10.5a1.5 1.5 0 0 1-1.5 1.5H9.73l2.576-2.576l.02-.02l.347-.348a4.605 4.605 0 0 0-5.63-7.202A4.6 4.6 0 0 0 4 11.2V3.5A1.5 1.5 0 0 1 5.5 2zm1.5.5V8a.5.5 0 0 0 .5.5h5.5zM2.062 13.216a3.605 3.605 0 0 1 4.972-.12A3.605 3.605 0 0 1 13.017 16h-2.042l-.738-.737a1.75 1.75 0 0 0-2.545.074l-.494.556l-.742-1.114a1.75 1.75 0 0 0-3.021.188L2.918 16H1.014c-.065-1 .284-2.02 1.048-2.784M3.248 19.5L6.5 22.754a.75.75 0 0 0 1.061 0l3.254-3.254h-2.14l-.367.413a1.75 1.75 0 0 1-2.764-.192l-.147-.221zm2.376-4.166a.75.75 0 0 0-1.295.08L3.536 17H1.75a.75.75 0 0 0 0 1.5H4a.75.75 0 0 0 .67-.415l.423-.844l1.283 1.925a.75.75 0 0 0 1.185.082l1.471-1.655l.688.687c.14.141.331.22.53.22h2a.75.75 0 0 0 0-1.5h-1.69l-1.03-1.03a.75.75 0 0 0-1.09.032l-1.355 1.524z"/></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 2v6a2 2 0 0 0 2 2h6v10.5a1.5 1.5 0 0 1-1.5 1.5H9.73l2.576-2.576l.02-.02l.347-.348a4.605 4.605 0 0 0-5.63-7.202A4.6 4.6 0 0 0 4 11.2V3.5A1.5 1.5 0 0 1 5.5 2zm1.5.5V8a.5.5 0 0 0 .5.5h5.5zM2.062 13.216a3.605 3.605 0 0 1 4.972-.12A3.605 3.605 0 0 1 13.017 16h-2.042l-.738-.737a1.75 1.75 0 0 0-2.545.074l-.494.556l-.742-1.114a1.75 1.75 0 0 0-3.021.188L2.918 16H1.014c-.065-1 .284-2.02 1.048-2.784M3.248 19.5L6.5 22.754a.75.75 0 0 0 1.061 0l3.254-3.254h-2.14l-.367.413a1.75 1.75 0 0 1-2.764-.192l-.147-.221zm2.376-4.166a.75.75 0 0 0-1.295.08L3.536 17H1.75a.75.75 0 0 0 0 1.5H4a.75.75 0 0 0 .67-.415l.423-.844l1.283 1.925a.75.75 0 0 0 1.185.082l1.471-1.655l.688.687c.14.141.331.22.53.22h2a.75.75 0 0 0 0-1.5h-1.69l-1.03-1.03a.75.75 0 0 0-1.09.032l-1.355 1.524z"/></svg>
</template>

CSS

.icon-document-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%202v6a2%202%200%200%200%202%202h6v10.5a1.5%201.5%200%200%201-1.5%201.5H9.73l2.576-2.576l.02-.02l.347-.348a4.605%204.605%200%200%200-5.63-7.202A4.6%204.6%200%200%200%204%2011.2V3.5A1.5%201.5%200%200%201%205.5%202zm1.5.5V8a.5.5%200%200%200%20.5.5h5.5zM2.062%2013.216a3.605%203.605%200%200%201%204.972-.12A3.605%203.605%200%200%201%2013.017%2016h-2.042l-.738-.737a1.75%201.75%200%200%200-2.545.074l-.494.556l-.742-1.114a1.75%201.75%200%200%200-3.021.188L2.918%2016H1.014c-.065-1%20.284-2.02%201.048-2.784M3.248%2019.5L6.5%2022.754a.75.75%200%200%200%201.061%200l3.254-3.254h-2.14l-.367.413a1.75%201.75%200%200%201-2.764-.192l-.147-.221zm2.376-4.166a.75.75%200%200%200-1.295.08L3.536%2017H1.75a.75.75%200%200%200%200%201.5H4a.75.75%200%200%200%20.67-.415l.423-.844l1.283%201.925a.75.75%200%200%200%201.185.082l1.471-1.655l.688.687c.14.141.331.22.53.22h2a.75.75%200%200%200%200-1.5h-1.69l-1.03-1.03a.75.75%200%200%200-1.09.032l-1.355%201.524z%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%202v6a2%202%200%200%200%202%202h6v10.5a1.5%201.5%200%200%201-1.5%201.5H9.73l2.576-2.576l.02-.02l.347-.348a4.605%204.605%200%200%200-5.63-7.202A4.6%204.6%200%200%200%204%2011.2V3.5A1.5%201.5%200%200%201%205.5%202zm1.5.5V8a.5.5%200%200%200%20.5.5h5.5zM2.062%2013.216a3.605%203.605%200%200%201%204.972-.12A3.605%203.605%200%200%201%2013.017%2016h-2.042l-.738-.737a1.75%201.75%200%200%200-2.545.074l-.494.556l-.742-1.114a1.75%201.75%200%200%200-3.021.188L2.918%2016H1.014c-.065-1%20.284-2.02%201.048-2.784M3.248%2019.5L6.5%2022.754a.75.75%200%200%200%201.061%200l3.254-3.254h-2.14l-.367.413a1.75%201.75%200%200%201-2.764-.192l-.147-.221zm2.376-4.166a.75.75%200%200%200-1.295.08L3.536%2017H1.75a.75.75%200%200%200%200%201.5H4a.75.75%200%200%200%20.67-.415l.423-.844l1.283%201.925a.75.75%200%200%200%201.185.082l1.471-1.655l.688.687c.14.141.331.22.53.22h2a.75.75%200%200%200%200-1.5h-1.69l-1.03-1.03a.75.75%200%200%200-1.09.032l-1.355%201.524z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-heart-pulse-24-filled.svg?color=%231a73e8&size=48