pulse alert icon
pulse-alert-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- pulse-alert-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the pulse alert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 13v-3q0-.425.288-.712T18 9t.713.288T19 10v3q0 .425-.288.713T18 14t-.712-.288T17 13M3.025 12q-.55-.875-.788-1.737T2 8.474q0-2.35 1.575-3.912T7.5 3q1.275 0 2.463.55T12 5.1q.85-1 2.025-1.55T16.5 3q2.35 0 3.925 1.588T22 8.525Q21.2 7.8 20.175 7.4T18 7q-2.25 0-3.9 1.438T12.1 12h-1.55l-1.7-2.55q-.15-.225-.362-.337T8.025 9t-.475.113t-.375.337L5.45 12zm5.8 6.15Q7.3 16.775 6.288 15.787T4.55 14H6q.25 0 .475-.125t.35-.325L8 11.8l1.175 1.75q.125.2.35.325T10 14h2.1q.225 1.375 1.012 2.475t1.963 1.75l-1.75 1.575q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.375zm8.463-1.437Q17 16.425 17 16t.288-.712T18 15t.713.288T19 16t-.288.713T18 17t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPulseAlertRounded(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="M17 13v-3q0-.425.288-.712T18 9t.713.288T19 10v3q0 .425-.288.713T18 14t-.712-.288T17 13M3.025 12q-.55-.875-.788-1.737T2 8.474q0-2.35 1.575-3.912T7.5 3q1.275 0 2.463.55T12 5.1q.85-1 2.025-1.55T16.5 3q2.35 0 3.925 1.588T22 8.525Q21.2 7.8 20.175 7.4T18 7q-2.25 0-3.9 1.438T12.1 12h-1.55l-1.7-2.55q-.15-.225-.362-.337T8.025 9t-.475.113t-.375.337L5.45 12zm5.8 6.15Q7.3 16.775 6.288 15.787T4.55 14H6q.25 0 .475-.125t.35-.325L8 11.8l1.175 1.75q.125.2.35.325T10 14h2.1q.225 1.375 1.012 2.475t1.963 1.75l-1.75 1.575q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.375zm8.463-1.437Q17 16.425 17 16t.288-.712T18 15t.713.288T19 16t-.288.713T18 17t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 13v-3q0-.425.288-.712T18 9t.713.288T19 10v3q0 .425-.288.713T18 14t-.712-.288T17 13M3.025 12q-.55-.875-.788-1.737T2 8.474q0-2.35 1.575-3.912T7.5 3q1.275 0 2.463.55T12 5.1q.85-1 2.025-1.55T16.5 3q2.35 0 3.925 1.588T22 8.525Q21.2 7.8 20.175 7.4T18 7q-2.25 0-3.9 1.438T12.1 12h-1.55l-1.7-2.55q-.15-.225-.362-.337T8.025 9t-.475.113t-.375.337L5.45 12zm5.8 6.15Q7.3 16.775 6.288 15.787T4.55 14H6q.25 0 .475-.125t.35-.325L8 11.8l1.175 1.75q.125.2.35.325T10 14h2.1q.225 1.375 1.012 2.475t1.963 1.75l-1.75 1.575q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.375zm8.463-1.437Q17 16.425 17 16t.288-.712T18 15t.713.288T19 16t-.288.713T18 17t-.712-.288"/></svg> </template>
CSS
.icon-pulse-alert-rounded {
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%22M17%2013v-3q0-.425.288-.712T18%209t.713.288T19%2010v3q0%20.425-.288.713T18%2014t-.712-.288T17%2013M3.025%2012q-.55-.875-.788-1.737T2%208.474q0-2.35%201.575-3.912T7.5%203q1.275%200%202.463.55T12%205.1q.85-1%202.025-1.55T16.5%203q2.35%200%203.925%201.588T22%208.525Q21.2%207.8%2020.175%207.4T18%207q-2.25%200-3.9%201.438T12.1%2012h-1.55l-1.7-2.55q-.15-.225-.362-.337T8.025%209t-.475.113t-.375.337L5.45%2012zm5.8%206.15Q7.3%2016.775%206.288%2015.787T4.55%2014H6q.25%200%20.475-.125t.35-.325L8%2011.8l1.175%201.75q.125.2.35.325T10%2014h2.1q.225%201.375%201.012%202.475t1.963%201.75l-1.75%201.575q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.375zm8.463-1.437Q17%2016.425%2017%2016t.288-.712T18%2015t.713.288T19%2016t-.288.713T18%2017t-.712-.288%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%22M17%2013v-3q0-.425.288-.712T18%209t.713.288T19%2010v3q0%20.425-.288.713T18%2014t-.712-.288T17%2013M3.025%2012q-.55-.875-.788-1.737T2%208.474q0-2.35%201.575-3.912T7.5%203q1.275%200%202.463.55T12%205.1q.85-1%202.025-1.55T16.5%203q2.35%200%203.925%201.588T22%208.525Q21.2%207.8%2020.175%207.4T18%207q-2.25%200-3.9%201.438T12.1%2012h-1.55l-1.7-2.55q-.15-.225-.362-.337T8.025%209t-.475.113t-.375.337L5.45%2012zm5.8%206.15Q7.3%2016.775%206.288%2015.787T4.55%2014H6q.25%200%20.475-.125t.35-.325L8%2011.8l1.175%201.75q.125.2.35.325T10%2014h2.1q.225%201.375%201.012%202.475t1.963%201.75l-1.75%201.575q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.375zm8.463-1.437Q17%2016.425%2017%2016t.288-.712T18%2015t.713.288T19%2016t-.288.713T18%2017t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/pulse-alert-rounded.svg?color=%231a73e8&size=48