pulse from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
pulse
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-pulse

The same icon in other sets

Use the pulse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.97 4.757a.999.999 0 0 0-1.918-.073l-3.186 9.554l-2.952-6.644a1.002 1.002 0 0 0-1.843.034L5.323 12H2v2h3.323c.823 0 1.552-.494 1.856-1.257l.869-2.172l3.037 6.835c.162.363.521.594.915.594l.048-.001a1 1 0 0 0 .9-.683l2.914-8.742l.979 3.911A1.995 1.995 0 0 0 18.781 14H22v-2h-3.22z"/></svg>

React

import type { SVGProps } from "react";

export function BxPulse(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="M16.97 4.757a.999.999 0 0 0-1.918-.073l-3.186 9.554l-2.952-6.644a1.002 1.002 0 0 0-1.843.034L5.323 12H2v2h3.323c.823 0 1.552-.494 1.856-1.257l.869-2.172l3.037 6.835c.162.363.521.594.915.594l.048-.001a1 1 0 0 0 .9-.683l2.914-8.742l.979 3.911A1.995 1.995 0 0 0 18.781 14H22v-2h-3.22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.97 4.757a.999.999 0 0 0-1.918-.073l-3.186 9.554l-2.952-6.644a1.002 1.002 0 0 0-1.843.034L5.323 12H2v2h3.323c.823 0 1.552-.494 1.856-1.257l.869-2.172l3.037 6.835c.162.363.521.594.915.594l.048-.001a1 1 0 0 0 .9-.683l2.914-8.742l.979 3.911A1.995 1.995 0 0 0 18.781 14H22v-2h-3.22z"/></svg>
</template>

CSS

.icon-pulse {
  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%22M16.97%204.757a.999.999%200%200%200-1.918-.073l-3.186%209.554l-2.952-6.644a1.002%201.002%200%200%200-1.843.034L5.323%2012H2v2h3.323c.823%200%201.552-.494%201.856-1.257l.869-2.172l3.037%206.835c.162.363.521.594.915.594l.048-.001a1%201%200%200%200%20.9-.683l2.914-8.742l.979%203.911A1.995%201.995%200%200%200%2018.781%2014H22v-2h-3.22z%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%22M16.97%204.757a.999.999%200%200%200-1.918-.073l-3.186%209.554l-2.952-6.644a1.002%201.002%200%200%200-1.843.034L5.323%2012H2v2h3.323c.823%200%201.552-.494%201.856-1.257l.869-2.172l3.037%206.835c.162.363.521.594.915.594l.048-.001a1%201%200%200%200%20.9-.683l2.914-8.742l.979%203.911A1.995%201.995%200%200%200%2018.781%2014H22v-2h-3.22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/pulse.svg?color=%231a73e8&size=48