heart pulse warning icon
heart-pulse-warning-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- heart-pulse-warning-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 warning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.261 4.274a4.3 4.3 0 0 1 6.127.016l.605.61l.596-.603a4.305 4.305 0 0 1 6.135.015a4.42 4.42 0 0 1 .978 4.702A2 2 0 0 0 17.5 9h-1.264a1.99 1.99 0 0 0-2.144-.958l-.463-.53a1.5 1.5 0 0 0-2.401.193l-.96 1.537l-1.383-3.319a1.5 1.5 0 0 0-2.765-.01L4.808 9H2.5q-.09 0-.18.01a4.4 4.4 0 0 1 .941-4.736m5.957 11.83l1.065-2.13a1.5 1.5 0 0 1-1.668-.897l-1.129-2.71l-.305.72A1.5 1.5 0 0 1 5.8 12H4.799l4.313 4.357q.045-.128.106-.253m3.495-6.997c.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.023zm.89.447l-3.496 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.395 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 FluentHeartPulseWarning20Filled(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="M3.261 4.274a4.3 4.3 0 0 1 6.127.016l.605.61l.596-.603a4.305 4.305 0 0 1 6.135.015a4.42 4.42 0 0 1 .978 4.702A2 2 0 0 0 17.5 9h-1.264a1.99 1.99 0 0 0-2.144-.958l-.463-.53a1.5 1.5 0 0 0-2.401.193l-.96 1.537l-1.383-3.319a1.5 1.5 0 0 0-2.765-.01L4.808 9H2.5q-.09 0-.18.01a4.4 4.4 0 0 1 .941-4.736m5.957 11.83l1.065-2.13a1.5 1.5 0 0 1-1.668-.897l-1.129-2.71l-.305.72A1.5 1.5 0 0 1 5.8 12H4.799l4.313 4.357q.045-.128.106-.253m3.495-6.997c.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.023zm.89.447l-3.496 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.395 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="M3.261 4.274a4.3 4.3 0 0 1 6.127.016l.605.61l.596-.603a4.305 4.305 0 0 1 6.135.015a4.42 4.42 0 0 1 .978 4.702A2 2 0 0 0 17.5 9h-1.264a1.99 1.99 0 0 0-2.144-.958l-.463-.53a1.5 1.5 0 0 0-2.401.193l-.96 1.537l-1.383-3.319a1.5 1.5 0 0 0-2.765-.01L4.808 9H2.5q-.09 0-.18.01a4.4 4.4 0 0 1 .941-4.736m5.957 11.83l1.065-2.13a1.5 1.5 0 0 1-1.668-.897l-1.129-2.71l-.305.72A1.5 1.5 0 0 1 5.8 12H4.799l4.313 4.357q.045-.128.106-.253m3.495-6.997c.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.023zm.89.447l-3.496 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.395 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-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%22M3.261%204.274a4.3%204.3%200%200%201%206.127.016l.605.61l.596-.603a4.305%204.305%200%200%201%206.135.015a4.42%204.42%200%200%201%20.978%204.702A2%202%200%200%200%2017.5%209h-1.264a1.99%201.99%200%200%200-2.144-.958l-.463-.53a1.5%201.5%200%200%200-2.401.193l-.96%201.537l-1.383-3.319a1.5%201.5%200%200%200-2.765-.01L4.808%209H2.5q-.09%200-.18.01a4.4%204.4%200%200%201%20.941-4.736m5.957%2011.83l1.065-2.13a1.5%201.5%200%200%201-1.668-.897l-1.129-2.71l-.305.72A1.5%201.5%200%200%201%205.8%2012H4.799l4.313%204.357q.045-.128.106-.253m3.495-6.997c.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.023zm.89.447l-3.496%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.395%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%22M3.261%204.274a4.3%204.3%200%200%201%206.127.016l.605.61l.596-.603a4.305%204.305%200%200%201%206.135.015a4.42%204.42%200%200%201%20.978%204.702A2%202%200%200%200%2017.5%209h-1.264a1.99%201.99%200%200%200-2.144-.958l-.463-.53a1.5%201.5%200%200%200-2.401.193l-.96%201.537l-1.383-3.319a1.5%201.5%200%200%200-2.765-.01L4.808%209H2.5q-.09%200-.18.01a4.4%204.4%200%200%201%20.941-4.736m5.957%2011.83l1.065-2.13a1.5%201.5%200%200%201-1.668-.897l-1.129-2.71l-.305.72A1.5%201.5%200%200%201%205.8%2012H4.799l4.313%204.357q.045-.128.106-.253m3.495-6.997c.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.023zm.89.447l-3.496%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.395%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-filled.svg?color=%231a73e8&size=48