pulse alert icon
pulse-alert-sharp from Material Symbols Light by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- pulse-alert-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- 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.877L8.39 9.104L6.104 12.5zM12 19.923l-1.156-1.042q-2.025-1.817-3.326-3.103q-1.3-1.286-2.16-2.278H6.64l1.745-2.604l1.744 2.604h2.413q.11 1.221.696 2.225t1.51 1.673q-.365.346-.77.721q-.403.375-.845.779zm5.5-6.27V9.5h1v4.154zm-.02 2.675q-.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 MaterialSymbolsLightPulseAlertSharp(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.877L8.39 9.104L6.104 12.5zM12 19.923l-1.156-1.042q-2.025-1.817-3.326-3.103q-1.3-1.286-2.16-2.278H6.64l1.745-2.604l1.744 2.604h2.413q.11 1.221.696 2.225t1.51 1.673q-.365.346-.77.721q-.403.375-.845.779zm5.5-6.27V9.5h1v4.154zm-.02 2.675q-.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="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.877L8.39 9.104L6.104 12.5zM12 19.923l-1.156-1.042q-2.025-1.817-3.326-3.103q-1.3-1.286-2.16-2.278H6.64l1.745-2.604l1.744 2.604h2.413q.11 1.221.696 2.225t1.51 1.673q-.365.346-.77.721q-.403.375-.845.779zm5.5-6.27V9.5h1v4.154zm-.02 2.675q-.21-.21-.21-.52t.21-.52t.52-.211t.52.21t.21.52t-.21.521t-.52.21t-.52-.21"/></svg> </template>
CSS
.icon-pulse-alert-sharp {
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.877L8.39%209.104L6.104%2012.5zM12%2019.923l-1.156-1.042q-2.025-1.817-3.326-3.103q-1.3-1.286-2.16-2.278H6.64l1.745-2.604l1.744%202.604h2.413q.11%201.221.696%202.225t1.51%201.673q-.365.346-.77.721q-.403.375-.845.779zm5.5-6.27V9.5h1v4.154zm-.02%202.675q-.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%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.877L8.39%209.104L6.104%2012.5zM12%2019.923l-1.156-1.042q-2.025-1.817-3.326-3.103q-1.3-1.286-2.16-2.278H6.64l1.745-2.604l1.744%202.604h2.413q.11%201.221.696%202.225t1.51%201.673q-.365.346-.77.721q-.403.375-.845.779zm5.5-6.27V9.5h1v4.154zm-.02%202.675q-.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-sharp.svg?color=%231a73e8&size=48