document heart pulse icon
document-heart-pulse-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- document-heart-pulse-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
document-100-16-filleddocument-add-16-filleddocument-arrow-down-16-filleddocument-arrow-down-off-20-filleddocument-arrow-left-16-filleddocument-arrow-right-16-filleddocument-arrow-up-16-filleddocument-autosave-24-regulardocument-border-20-filleddocument-border-print-20-filleddocument-briefcase-16-filleddocument-broken-20-filleddocument-bullet-list-16-filleddocument-bullet-list-arrow-left-16-filleddocument-bullet-list-clock-20-filleddocument-bullet-list-cube-16-filleddocument-bullet-list-multiple-20-filleddocument-bullet-list-off-20-filleddocument-catch-up-16-filleddocument-checkmark-16-filleddocument-chevron-double-20-filleddocument-code-16-filleddocument-contract-16-filleddocument-copy-16-filled
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="M5.5 4.25a.75.75 0 0 1 .75-.75H12V8a2 2 0 0 0 2 2h4.5v9.75a.75.75 0 0 1-.75.75h-6.52L9.73 22h8.02A2.25 2.25 0 0 0 20 19.75V9.664c0-.464-.184-.909-.513-1.237l-5.914-5.914A1.75 1.75 0 0 0 12.336 2H6.25A2.25 2.25 0 0 0 4 4.25v6.95a4.6 4.6 0 0 1 1.5.046zM17.44 8.5H14a.5.5 0 0 1-.5-.5V4.56zM3.121 14.276a2.105 2.105 0 0 1 2.977 0l.403.403a.75.75 0 0 0 1.06 0l.367-.367A2.105 2.105 0 0 1 11.513 16h1.504a3.605 3.605 0 0 0-5.983-2.904A3.605 3.605 0 0 0 1.014 16h1.505a2.1 2.1 0 0 1 .603-1.724M5.37 19.5H3.248L6.5 22.754a.75.75 0 0 0 1.061 0l3.254-3.254h-2.12l-1.663 1.663zm.255-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.462-1.645l.687.713a.75.75 0 0 0 .557.23l2-.046a.75.75 0 0 0-.034-1.5l-1.671.038L9.54 15.98a.75.75 0 0 0-1.1.023l-1.355 1.524z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentHeartPulse24Regular(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="M5.5 4.25a.75.75 0 0 1 .75-.75H12V8a2 2 0 0 0 2 2h4.5v9.75a.75.75 0 0 1-.75.75h-6.52L9.73 22h8.02A2.25 2.25 0 0 0 20 19.75V9.664c0-.464-.184-.909-.513-1.237l-5.914-5.914A1.75 1.75 0 0 0 12.336 2H6.25A2.25 2.25 0 0 0 4 4.25v6.95a4.6 4.6 0 0 1 1.5.046zM17.44 8.5H14a.5.5 0 0 1-.5-.5V4.56zM3.121 14.276a2.105 2.105 0 0 1 2.977 0l.403.403a.75.75 0 0 0 1.06 0l.367-.367A2.105 2.105 0 0 1 11.513 16h1.504a3.605 3.605 0 0 0-5.983-2.904A3.605 3.605 0 0 0 1.014 16h1.505a2.1 2.1 0 0 1 .603-1.724M5.37 19.5H3.248L6.5 22.754a.75.75 0 0 0 1.061 0l3.254-3.254h-2.12l-1.663 1.663zm.255-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.462-1.645l.687.713a.75.75 0 0 0 .557.23l2-.046a.75.75 0 0 0-.034-1.5l-1.671.038L9.54 15.98a.75.75 0 0 0-1.1.023l-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="M5.5 4.25a.75.75 0 0 1 .75-.75H12V8a2 2 0 0 0 2 2h4.5v9.75a.75.75 0 0 1-.75.75h-6.52L9.73 22h8.02A2.25 2.25 0 0 0 20 19.75V9.664c0-.464-.184-.909-.513-1.237l-5.914-5.914A1.75 1.75 0 0 0 12.336 2H6.25A2.25 2.25 0 0 0 4 4.25v6.95a4.6 4.6 0 0 1 1.5.046zM17.44 8.5H14a.5.5 0 0 1-.5-.5V4.56zM3.121 14.276a2.105 2.105 0 0 1 2.977 0l.403.403a.75.75 0 0 0 1.06 0l.367-.367A2.105 2.105 0 0 1 11.513 16h1.504a3.605 3.605 0 0 0-5.983-2.904A3.605 3.605 0 0 0 1.014 16h1.505a2.1 2.1 0 0 1 .603-1.724M5.37 19.5H3.248L6.5 22.754a.75.75 0 0 0 1.061 0l3.254-3.254h-2.12l-1.663 1.663zm.255-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.462-1.645l.687.713a.75.75 0 0 0 .557.23l2-.046a.75.75 0 0 0-.034-1.5l-1.671.038L9.54 15.98a.75.75 0 0 0-1.1.023l-1.355 1.524z"/></svg> </template>
CSS
.icon-document-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%22M5.5%204.25a.75.75%200%200%201%20.75-.75H12V8a2%202%200%200%200%202%202h4.5v9.75a.75.75%200%200%201-.75.75h-6.52L9.73%2022h8.02A2.25%202.25%200%200%200%2020%2019.75V9.664c0-.464-.184-.909-.513-1.237l-5.914-5.914A1.75%201.75%200%200%200%2012.336%202H6.25A2.25%202.25%200%200%200%204%204.25v6.95a4.6%204.6%200%200%201%201.5.046zM17.44%208.5H14a.5.5%200%200%201-.5-.5V4.56zM3.121%2014.276a2.105%202.105%200%200%201%202.977%200l.403.403a.75.75%200%200%200%201.06%200l.367-.367A2.105%202.105%200%200%201%2011.513%2016h1.504a3.605%203.605%200%200%200-5.983-2.904A3.605%203.605%200%200%200%201.014%2016h1.505a2.1%202.1%200%200%201%20.603-1.724M5.37%2019.5H3.248L6.5%2022.754a.75.75%200%200%200%201.061%200l3.254-3.254h-2.12l-1.663%201.663zm.255-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.462-1.645l.687.713a.75.75%200%200%200%20.557.23l2-.046a.75.75%200%200%200-.034-1.5l-1.671.038L9.54%2015.98a.75.75%200%200%200-1.1.023l-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%22M5.5%204.25a.75.75%200%200%201%20.75-.75H12V8a2%202%200%200%200%202%202h4.5v9.75a.75.75%200%200%201-.75.75h-6.52L9.73%2022h8.02A2.25%202.25%200%200%200%2020%2019.75V9.664c0-.464-.184-.909-.513-1.237l-5.914-5.914A1.75%201.75%200%200%200%2012.336%202H6.25A2.25%202.25%200%200%200%204%204.25v6.95a4.6%204.6%200%200%201%201.5.046zM17.44%208.5H14a.5.5%200%200%201-.5-.5V4.56zM3.121%2014.276a2.105%202.105%200%200%201%202.977%200l.403.403a.75.75%200%200%200%201.06%200l.367-.367A2.105%202.105%200%200%201%2011.513%2016h1.504a3.605%203.605%200%200%200-5.983-2.904A3.605%203.605%200%200%200%201.014%2016h1.505a2.1%202.1%200%200%201%20.603-1.724M5.37%2019.5H3.248L6.5%2022.754a.75.75%200%200%200%201.061%200l3.254-3.254h-2.12l-1.663%201.663zm.255-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.462-1.645l.687.713a.75.75%200%200%200%20.557.23l2-.046a.75.75%200%200%200-.034-1.5l-1.671.038L9.54%2015.98a.75.75%200%200%200-1.1.023l-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-regular.svg?color=%231a73e8&size=48