pulse alert icon
pulse-alert-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- pulse-alert-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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.5 13.154V10q0-.213.143-.357T18 9.5t.357.143t.143.357v3.154q0 .213-.143.357t-.357.143t-.357-.143t-.143-.357M4.564 12.5q-.685-.933-1.124-1.891Q3 9.65 3 8.494q0-1.908 1.296-3.2Q5.592 4 7.5 4q1.294 0 2.463.685Q11.13 5.369 12 6.639q.87-1.289 2.025-1.964T16.5 4q1.87 0 3.166 1.27T21 8.41q-.646-.437-1.412-.674Q18.824 7.5 18 7.5q-2.154 0-3.717 1.438t-1.74 3.562h-1.877l-1.604-2.396q-.131-.187-.305-.27T8.39 9.75t-.37.084q-.177.083-.307.27L6.104 12.5zm6.28 6.38q-2.025-1.816-3.326-3.102q-1.3-1.286-2.16-2.278h.854q.211 0 .379-.096q.167-.096.292-.258l1.502-2.25l1.502 2.25q.125.162.292.258t.379.096h1.984q.11 1.221.696 2.225t1.51 1.673q-.365.346-.77.721q-.403.375-.845.779l-.404.363q-.16.135-.346.202t-.383.068t-.383-.067t-.346-.202zm6.636-2.552q-.21-.21-.21-.52t.21-.52t.52-.211t.52.21t.21.52t-.21.521t-.52.21t-.52-.21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPulseAlertRounded(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.5 13.154V10q0-.213.143-.357T18 9.5t.357.143t.143.357v3.154q0 .213-.143.357t-.357.143t-.357-.143t-.143-.357M4.564 12.5q-.685-.933-1.124-1.891Q3 9.65 3 8.494q0-1.908 1.296-3.2Q5.592 4 7.5 4q1.294 0 2.463.685Q11.13 5.369 12 6.639q.87-1.289 2.025-1.964T16.5 4q1.87 0 3.166 1.27T21 8.41q-.646-.437-1.412-.674Q18.824 7.5 18 7.5q-2.154 0-3.717 1.438t-1.74 3.562h-1.877l-1.604-2.396q-.131-.187-.305-.27T8.39 9.75t-.37.084q-.177.083-.307.27L6.104 12.5zm6.28 6.38q-2.025-1.816-3.326-3.102q-1.3-1.286-2.16-2.278h.854q.211 0 .379-.096q.167-.096.292-.258l1.502-2.25l1.502 2.25q.125.162.292.258t.379.096h1.984q.11 1.221.696 2.225t1.51 1.673q-.365.346-.77.721q-.403.375-.845.779l-.404.363q-.16.135-.346.202t-.383.068t-.383-.067t-.346-.202zm6.636-2.552q-.21-.21-.21-.52t.21-.52t.52-.211t.52.21t.21.52t-.21.521t-.52.21t-.52-.21"/></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.5 13.154V10q0-.213.143-.357T18 9.5t.357.143t.143.357v3.154q0 .213-.143.357t-.357.143t-.357-.143t-.143-.357M4.564 12.5q-.685-.933-1.124-1.891Q3 9.65 3 8.494q0-1.908 1.296-3.2Q5.592 4 7.5 4q1.294 0 2.463.685Q11.13 5.369 12 6.639q.87-1.289 2.025-1.964T16.5 4q1.87 0 3.166 1.27T21 8.41q-.646-.437-1.412-.674Q18.824 7.5 18 7.5q-2.154 0-3.717 1.438t-1.74 3.562h-1.877l-1.604-2.396q-.131-.187-.305-.27T8.39 9.75t-.37.084q-.177.083-.307.27L6.104 12.5zm6.28 6.38q-2.025-1.816-3.326-3.102q-1.3-1.286-2.16-2.278h.854q.211 0 .379-.096q.167-.096.292-.258l1.502-2.25l1.502 2.25q.125.162.292.258t.379.096h1.984q.11 1.221.696 2.225t1.51 1.673q-.365.346-.77.721q-.403.375-.845.779l-.404.363q-.16.135-.346.202t-.383.068t-.383-.067t-.346-.202zm6.636-2.552q-.21-.21-.21-.52t.21-.52t.52-.211t.52.21t.21.52t-.21.521t-.52.21t-.52-.21"/></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.5%2013.154V10q0-.213.143-.357T18%209.5t.357.143t.143.357v3.154q0%20.213-.143.357t-.357.143t-.357-.143t-.143-.357M4.564%2012.5q-.685-.933-1.124-1.891Q3%209.65%203%208.494q0-1.908%201.296-3.2Q5.592%204%207.5%204q1.294%200%202.463.685Q11.13%205.369%2012%206.639q.87-1.289%202.025-1.964T16.5%204q1.87%200%203.166%201.27T21%208.41q-.646-.437-1.412-.674Q18.824%207.5%2018%207.5q-2.154%200-3.717%201.438t-1.74%203.562h-1.877l-1.604-2.396q-.131-.187-.305-.27T8.39%209.75t-.37.084q-.177.083-.307.27L6.104%2012.5zm6.28%206.38q-2.025-1.816-3.326-3.102q-1.3-1.286-2.16-2.278h.854q.211%200%20.379-.096q.167-.096.292-.258l1.502-2.25l1.502%202.25q.125.162.292.258t.379.096h1.984q.11%201.221.696%202.225t1.51%201.673q-.365.346-.77.721q-.403.375-.845.779l-.404.363q-.16.135-.346.202t-.383.068t-.383-.067t-.346-.202zm6.636-2.552q-.21-.21-.21-.52t.21-.52t.52-.211t.52.21t.21.52t-.21.521t-.52.21t-.52-.21%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.5%2013.154V10q0-.213.143-.357T18%209.5t.357.143t.143.357v3.154q0%20.213-.143.357t-.357.143t-.357-.143t-.143-.357M4.564%2012.5q-.685-.933-1.124-1.891Q3%209.65%203%208.494q0-1.908%201.296-3.2Q5.592%204%207.5%204q1.294%200%202.463.685Q11.13%205.369%2012%206.639q.87-1.289%202.025-1.964T16.5%204q1.87%200%203.166%201.27T21%208.41q-.646-.437-1.412-.674Q18.824%207.5%2018%207.5q-2.154%200-3.717%201.438t-1.74%203.562h-1.877l-1.604-2.396q-.131-.187-.305-.27T8.39%209.75t-.37.084q-.177.083-.307.27L6.104%2012.5zm6.28%206.38q-2.025-1.816-3.326-3.102q-1.3-1.286-2.16-2.278h.854q.211%200%20.379-.096q.167-.096.292-.258l1.502-2.25l1.502%202.25q.125.162.292.258t.379.096h1.984q.11%201.221.696%202.225t1.51%201.673q-.365.346-.77.721q-.403.375-.845.779l-.404.363q-.16.135-.346.202t-.383.068t-.383-.067t-.346-.202zm6.636-2.552q-.21-.21-.21-.52t.21-.52t.52-.211t.52.21t.21.52t-.21.521t-.52.21t-.52-.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/pulse-alert-rounded.svg?color=%231a73e8&size=48