heart pulse warning icon
heart-pulse-warning-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- heart-pulse-warning-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 warning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.713 9.107c.12-.24.276-.44.456-.602l-.293-.334a.5.5 0 0 0-.8.064l-1.987 3.179l-2.127-5.106a.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.429l.02.023zM4.8 12l4.313 4.357q.045-.128.106-.253l.353-.705l-3.409-3.443Q5.986 12 5.8 12zm12.903-2.986a4.42 4.42 0 0 0-.978-4.702a4.306 4.306 0 0 0-6.135-.015l-.596.603l-.605-.61l-.1-.099a4.3 4.3 0 0 0-6.027.083a4.4 4.4 0 0 0-.94 4.737Q2.408 9 2.5 9h.92c-.707-1.29-.52-2.94.552-4.023a3.3 3.3 0 0 1 4.706.016l.96.97a.5.5 0 0 0 .711 0L11.3 5a3.306 3.306 0 0 1 4.713.016A3.415 3.415 0 0 1 16.611 9h.889q.103 0 .202.014m-4.1.54l-3.495 6.998A1 1 0 0 0 11.002 18h6.996a1 1 0 0 0 .895-1.448l-3.5-6.999a1 1 0 0 0-1.79 0m1.396 1.941v3.002a.5.5 0 1 1-1 0v-3.002a.5.5 0 1 1 1 0m-.5 5.504a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentHeartPulseWarning20Regular(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.713 9.107c.12-.24.276-.44.456-.602l-.293-.334a.5.5 0 0 0-.8.064l-1.987 3.179l-2.127-5.106a.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.429l.02.023zM4.8 12l4.313 4.357q.045-.128.106-.253l.353-.705l-3.409-3.443Q5.986 12 5.8 12zm12.903-2.986a4.42 4.42 0 0 0-.978-4.702a4.306 4.306 0 0 0-6.135-.015l-.596.603l-.605-.61l-.1-.099a4.3 4.3 0 0 0-6.027.083a4.4 4.4 0 0 0-.94 4.737Q2.408 9 2.5 9h.92c-.707-1.29-.52-2.94.552-4.023a3.3 3.3 0 0 1 4.706.016l.96.97a.5.5 0 0 0 .711 0L11.3 5a3.306 3.306 0 0 1 4.713.016A3.415 3.415 0 0 1 16.611 9h.889q.103 0 .202.014m-4.1.54l-3.495 6.998A1 1 0 0 0 11.002 18h6.996a1 1 0 0 0 .895-1.448l-3.5-6.999a1 1 0 0 0-1.79 0m1.396 1.941v3.002a.5.5 0 1 1-1 0v-3.002a.5.5 0 1 1 1 0m-.5 5.504a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></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.713 9.107c.12-.24.276-.44.456-.602l-.293-.334a.5.5 0 0 0-.8.064l-1.987 3.179l-2.127-5.106a.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.429l.02.023zM4.8 12l4.313 4.357q.045-.128.106-.253l.353-.705l-3.409-3.443Q5.986 12 5.8 12zm12.903-2.986a4.42 4.42 0 0 0-.978-4.702a4.306 4.306 0 0 0-6.135-.015l-.596.603l-.605-.61l-.1-.099a4.3 4.3 0 0 0-6.027.083a4.4 4.4 0 0 0-.94 4.737Q2.408 9 2.5 9h.92c-.707-1.29-.52-2.94.552-4.023a3.3 3.3 0 0 1 4.706.016l.96.97a.5.5 0 0 0 .711 0L11.3 5a3.306 3.306 0 0 1 4.713.016A3.415 3.415 0 0 1 16.611 9h.889q.103 0 .202.014m-4.1.54l-3.495 6.998A1 1 0 0 0 11.002 18h6.996a1 1 0 0 0 .895-1.448l-3.5-6.999a1 1 0 0 0-1.79 0m1.396 1.941v3.002a.5.5 0 1 1-1 0v-3.002a.5.5 0 1 1 1 0m-.5 5.504a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg> </template>
CSS
.icon-heart-pulse-warning-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.713%209.107c.12-.24.276-.44.456-.602l-.293-.334a.5.5%200%200%200-.8.064l-1.987%203.179l-2.127-5.106a.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.429l.02.023zM4.8%2012l4.313%204.357q.045-.128.106-.253l.353-.705l-3.409-3.443Q5.986%2012%205.8%2012zm12.903-2.986a4.42%204.42%200%200%200-.978-4.702a4.306%204.306%200%200%200-6.135-.015l-.596.603l-.605-.61l-.1-.099a4.3%204.3%200%200%200-6.027.083a4.4%204.4%200%200%200-.94%204.737Q2.408%209%202.5%209h.92c-.707-1.29-.52-2.94.552-4.023a3.3%203.3%200%200%201%204.706.016l.96.97a.5.5%200%200%200%20.711%200L11.3%205a3.306%203.306%200%200%201%204.713.016A3.415%203.415%200%200%201%2016.611%209h.889q.103%200%20.202.014m-4.1.54l-3.495%206.998A1%201%200%200%200%2011.002%2018h6.996a1%201%200%200%200%20.895-1.448l-3.5-6.999a1%201%200%200%200-1.79%200m1.396%201.941v3.002a.5.5%200%201%201-1%200v-3.002a.5.5%200%201%201%201%200m-.5%205.504a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%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.713%209.107c.12-.24.276-.44.456-.602l-.293-.334a.5.5%200%200%200-.8.064l-1.987%203.179l-2.127-5.106a.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.429l.02.023zM4.8%2012l4.313%204.357q.045-.128.106-.253l.353-.705l-3.409-3.443Q5.986%2012%205.8%2012zm12.903-2.986a4.42%204.42%200%200%200-.978-4.702a4.306%204.306%200%200%200-6.135-.015l-.596.603l-.605-.61l-.1-.099a4.3%204.3%200%200%200-6.027.083a4.4%204.4%200%200%200-.94%204.737Q2.408%209%202.5%209h.92c-.707-1.29-.52-2.94.552-4.023a3.3%203.3%200%200%201%204.706.016l.96.97a.5.5%200%200%200%20.711%200L11.3%205a3.306%203.306%200%200%201%204.713.016A3.415%203.415%200%200%201%2016.611%209h.889q.103%200%20.202.014m-4.1.54l-3.495%206.998A1%201%200%200%200%2011.002%2018h6.996a1%201%200%200%200%20.895-1.448l-3.5-6.999a1%201%200%200%200-1.79%200m1.396%201.941v3.002a.5.5%200%201%201-1%200v-3.002a.5.5%200%201%201%201%200m-.5%205.504a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/heart-pulse-warning-20-regular.svg?color=%231a73e8&size=48