heart pulse error icon
heart-pulse-error-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- heart-pulse-error-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the heart pulse error icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m12.876 8.17l.952 1.089a5.5 5.5 0 0 0-.966.414l-.295-.337l-.585.936a5.5 5.5 0 0 0-1.76 2.676a.5.5 0 0 1-.684-.256L7.495 7.79L6.26 10.696A.5.5 0 0 1 5.8 11H2.5a.5.5 0 0 1 0-1h2.97l1.57-3.696a.5.5 0 0 1 .922.004l2.127 5.106l1.987-3.179a.5.5 0 0 1 .8-.064m3.848-3.858a4.42 4.42 0 0 1 .978 4.702A2 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.121M4.856 12l4.784 4.847a.5.5 0 0 0 .712-.703l-4.146-4.2Q6.011 12 5.8 12zM20 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M15.5 12a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5m0 5.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentHeartPulseError20Regular(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="m12.876 8.17l.952 1.089a5.5 5.5 0 0 0-.966.414l-.295-.337l-.585.936a5.5 5.5 0 0 0-1.76 2.676a.5.5 0 0 1-.684-.256L7.495 7.79L6.26 10.696A.5.5 0 0 1 5.8 11H2.5a.5.5 0 0 1 0-1h2.97l1.57-3.696a.5.5 0 0 1 .922.004l2.127 5.106l1.987-3.179a.5.5 0 0 1 .8-.064m3.848-3.858a4.42 4.42 0 0 1 .978 4.702A2 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.121M4.856 12l4.784 4.847a.5.5 0 0 0 .712-.703l-4.146-4.2Q6.011 12 5.8 12zM20 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M15.5 12a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5m0 5.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m12.876 8.17l.952 1.089a5.5 5.5 0 0 0-.966.414l-.295-.337l-.585.936a5.5 5.5 0 0 0-1.76 2.676a.5.5 0 0 1-.684-.256L7.495 7.79L6.26 10.696A.5.5 0 0 1 5.8 11H2.5a.5.5 0 0 1 0-1h2.97l1.57-3.696a.5.5 0 0 1 .922.004l2.127 5.106l1.987-3.179a.5.5 0 0 1 .8-.064m3.848-3.858a4.42 4.42 0 0 1 .978 4.702A2 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.121M4.856 12l4.784 4.847a.5.5 0 0 0 .712-.703l-4.146-4.2Q6.011 12 5.8 12zM20 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M15.5 12a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5m0 5.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25"/></svg> </template>
CSS
.icon-heart-pulse-error-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%22m12.876%208.17l.952%201.089a5.5%205.5%200%200%200-.966.414l-.295-.337l-.585.936a5.5%205.5%200%200%200-1.76%202.676a.5.5%200%200%201-.684-.256L7.495%207.79L6.26%2010.696A.5.5%200%200%201%205.8%2011H2.5a.5.5%200%200%201%200-1h2.97l1.57-3.696a.5.5%200%200%201%20.922.004l2.127%205.106l1.987-3.179a.5.5%200%200%201%20.8-.064m3.848-3.858a4.42%204.42%200%200%201%20.978%204.702A2%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.121M4.856%2012l4.784%204.847a.5.5%200%200%200%20.712-.703l-4.146-4.2Q6.011%2012%205.8%2012zM20%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M15.5%2012a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-2a.5.5%200%200%200-.5-.5m0%205.125a.625.625%200%201%200%200-1.25a.625.625%200%200%200%200%201.25%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%22m12.876%208.17l.952%201.089a5.5%205.5%200%200%200-.966.414l-.295-.337l-.585.936a5.5%205.5%200%200%200-1.76%202.676a.5.5%200%200%201-.684-.256L7.495%207.79L6.26%2010.696A.5.5%200%200%201%205.8%2011H2.5a.5.5%200%200%201%200-1h2.97l1.57-3.696a.5.5%200%200%201%20.922.004l2.127%205.106l1.987-3.179a.5.5%200%200%201%20.8-.064m3.848-3.858a4.42%204.42%200%200%201%20.978%204.702A2%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.121M4.856%2012l4.784%204.847a.5.5%200%200%200%20.712-.703l-4.146-4.2Q6.011%2012%205.8%2012zM20%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M15.5%2012a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-2a.5.5%200%200%200-.5-.5m0%205.125a.625.625%200%201%200%200-1.25a.625.625%200%200%200%200%201.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/heart-pulse-error-20-regular.svg?color=%231a73e8&size=48