pulse-alert-sharp from Material Symbols by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
pulse-alert-sharp
Set
Material Symbols
Style
Sharp
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="M3.025 12q-.55-.875-.787-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.55L8.025 8.2L5.45 12zM12 21l-3.175-2.85Q7.3 16.775 6.288 15.788T4.55 14h1.975L8 11.8L9.475 14H12.1q.225 1.375 1.013 2.475t1.962 1.75zm5-7V9h2v5zm.288 2.713Q17 16.425 17 16t.288-.712T18 15t.713.288T19 16t-.288.713T18 17t-.712-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPulseAlertSharp(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="M3.025 12q-.55-.875-.787-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.55L8.025 8.2L5.45 12zM12 21l-3.175-2.85Q7.3 16.775 6.288 15.788T4.55 14h1.975L8 11.8L9.475 14H12.1q.225 1.375 1.013 2.475t1.962 1.75zm5-7V9h2v5zm.288 2.713Q17 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="M3.025 12q-.55-.875-.787-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.55L8.025 8.2L5.45 12zM12 21l-3.175-2.85Q7.3 16.775 6.288 15.788T4.55 14h1.975L8 11.8L9.475 14H12.1q.225 1.375 1.013 2.475t1.962 1.75zm5-7V9h2v5zm.288 2.713Q17 16.425 17 16t.288-.712T18 15t.713.288T19 16t-.288.713T18 17t-.712-.288"/></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%22M3.025%2012q-.55-.875-.787-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.55L8.025%208.2L5.45%2012zM12%2021l-3.175-2.85Q7.3%2016.775%206.288%2015.788T4.55%2014h1.975L8%2011.8L9.475%2014H12.1q.225%201.375%201.013%202.475t1.962%201.75zm5-7V9h2v5zm.288%202.713Q17%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%22M3.025%2012q-.55-.875-.787-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.55L8.025%208.2L5.45%2012zM12%2021l-3.175-2.85Q7.3%2016.775%206.288%2015.788T4.55%2014h1.975L8%2011.8L9.475%2014H12.1q.225%201.375%201.013%202.475t1.962%201.75zm5-7V9h2v5zm.288%202.713Q17%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-sharp.svg?color=%231a73e8&size=48