pulse alert icon
pulse-alert from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- pulse-alert
- Set
- Material Symbols Light
- Style
- Regular
- 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="M4.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.5zM12 19.923l-1.156-1.042q-2.025-1.817-3.326-3.103q-1.3-1.286-2.16-2.278h.853q.212 0 .38-.096q.167-.096.292-.258l1.501-2.25l1.502 2.25q.126.162.293.258t.379.096h1.984q.11 1.221.695 2.225t1.511 1.673q-.365.346-.77.721q-.403.375-.845.779zm5.48-3.595q-.21-.21-.21-.52t.21-.52t.52-.211t.52.21t.21.52t-.21.521t-.52.21t-.52-.21m.02-2.674V9.5h1v4.154z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPulseAlert(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="M4.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.5zM12 19.923l-1.156-1.042q-2.025-1.817-3.326-3.103q-1.3-1.286-2.16-2.278h.853q.212 0 .38-.096q.167-.096.292-.258l1.501-2.25l1.502 2.25q.126.162.293.258t.379.096h1.984q.11 1.221.695 2.225t1.511 1.673q-.365.346-.77.721q-.403.375-.845.779zm5.48-3.595q-.21-.21-.21-.52t.21-.52t.52-.211t.52.21t.21.52t-.21.521t-.52.21t-.52-.21m.02-2.674V9.5h1v4.154z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.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.5zM12 19.923l-1.156-1.042q-2.025-1.817-3.326-3.103q-1.3-1.286-2.16-2.278h.853q.212 0 .38-.096q.167-.096.292-.258l1.501-2.25l1.502 2.25q.126.162.293.258t.379.096h1.984q.11 1.221.695 2.225t1.511 1.673q-.365.346-.77.721q-.403.375-.845.779zm5.48-3.595q-.21-.21-.21-.52t.21-.52t.52-.211t.52.21t.21.52t-.21.521t-.52.21t-.52-.21m.02-2.674V9.5h1v4.154z"/></svg> </template>
CSS
.icon-pulse-alert {
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%22M4.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.5zM12%2019.923l-1.156-1.042q-2.025-1.817-3.326-3.103q-1.3-1.286-2.16-2.278h.853q.212%200%20.38-.096q.167-.096.292-.258l1.501-2.25l1.502%202.25q.126.162.293.258t.379.096h1.984q.11%201.221.695%202.225t1.511%201.673q-.365.346-.77.721q-.403.375-.845.779zm5.48-3.595q-.21-.21-.21-.52t.21-.52t.52-.211t.52.21t.21.52t-.21.521t-.52.21t-.52-.21m.02-2.674V9.5h1v4.154z%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%22M4.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.5zM12%2019.923l-1.156-1.042q-2.025-1.817-3.326-3.103q-1.3-1.286-2.16-2.278h.853q.212%200%20.38-.096q.167-.096.292-.258l1.501-2.25l1.502%202.25q.126.162.293.258t.379.096h1.984q.11%201.221.695%202.225t1.511%201.673q-.365.346-.77.721q-.403.375-.845.779zm5.48-3.595q-.21-.21-.21-.52t.21-.52t.52-.211t.52.21t.21.52t-.21.521t-.52.21t-.52-.21m.02-2.674V9.5h1v4.154z%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.svg?color=%231a73e8&size=48