heart pulse error icon
heart-pulse-error-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- heart-pulse-error-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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="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.603zm3.488 3.88l.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-.064m-2.999 5.825q.073.006.145.005a5.5 5.5 0 0 0 .48 2.798l-.006.005a.66.66 0 0 1-.942 0L4.799 12H5.8a1.5 1.5 0 0 0 1.38-.913l.306-.72l1.13 2.71a1.5 1.5 0 0 0 1.261.918M20 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 FluentHeartPulseError20Filled(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.603zm3.488 3.88l.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-.064m-2.999 5.825q.073.006.145.005a5.5 5.5 0 0 0 .48 2.798l-.006.005a.66.66 0 0 1-.942 0L4.799 12H5.8a1.5 1.5 0 0 0 1.38-.913l.306-.72l1.13 2.71a1.5 1.5 0 0 0 1.261.918M20 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="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.603zm3.488 3.88l.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-.064m-2.999 5.825q.073.006.145.005a5.5 5.5 0 0 0 .48 2.798l-.006.005a.66.66 0 0 1-.942 0L4.799 12H5.8a1.5 1.5 0 0 0 1.38-.913l.306-.72l1.13 2.71a1.5 1.5 0 0 0 1.261.918M20 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-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.603zm3.488%203.88l.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-.064m-2.999%205.825q.073.006.145.005a5.5%205.5%200%200%200%20.48%202.798l-.006.005a.66.66%200%200%201-.942%200L4.799%2012H5.8a1.5%201.5%200%200%200%201.38-.913l.306-.72l1.13%202.71a1.5%201.5%200%200%200%201.261.918M20%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%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.603zm3.488%203.88l.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-.064m-2.999%205.825q.073.006.145.005a5.5%205.5%200%200%200%20.48%202.798l-.006.005a.66.66%200%200%201-.942%200L4.799%2012H5.8a1.5%201.5%200%200%200%201.38-.913l.306-.72l1.13%202.71a1.5%201.5%200%200%200%201.261.918M20%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-filled.svg?color=%231a73e8&size=48