pulse-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
pulse-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

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 512 512"><path fill="currentColor" d="M426 266a54.07 54.07 0 0 0-49.3 32h-24.84l-27-81a22 22 0 0 0-42 .92l-37.2 130.2l-48-281.74a22 22 0 0 0-43-1.72L94.82 298H32v44h80a22 22 0 0 0 21.34-16.66L171.69 172l46.61 273.62A22 22 0 0 0 238.76 464H240a22 22 0 0 0 21.15-16l44.47-149.62l9.51 28.62A22 22 0 0 0 336 342h40.7a54 54 0 1 0 49.3-76"/></svg>

React

import type { SVGProps } from "react";

export function IonPulseSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M426 266a54.07 54.07 0 0 0-49.3 32h-24.84l-27-81a22 22 0 0 0-42 .92l-37.2 130.2l-48-281.74a22 22 0 0 0-43-1.72L94.82 298H32v44h80a22 22 0 0 0 21.34-16.66L171.69 172l46.61 273.62A22 22 0 0 0 238.76 464H240a22 22 0 0 0 21.15-16l44.47-149.62l9.51 28.62A22 22 0 0 0 336 342h40.7a54 54 0 1 0 49.3-76"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M426 266a54.07 54.07 0 0 0-49.3 32h-24.84l-27-81a22 22 0 0 0-42 .92l-37.2 130.2l-48-281.74a22 22 0 0 0-43-1.72L94.82 298H32v44h80a22 22 0 0 0 21.34-16.66L171.69 172l46.61 273.62A22 22 0 0 0 238.76 464H240a22 22 0 0 0 21.15-16l44.47-149.62l9.51 28.62A22 22 0 0 0 336 342h40.7a54 54 0 1 0 49.3-76"/></svg>
</template>

CSS

.icon-pulse-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M426%20266a54.07%2054.07%200%200%200-49.3%2032h-24.84l-27-81a22%2022%200%200%200-42%20.92l-37.2%20130.2l-48-281.74a22%2022%200%200%200-43-1.72L94.82%20298H32v44h80a22%2022%200%200%200%2021.34-16.66L171.69%20172l46.61%20273.62A22%2022%200%200%200%20238.76%20464H240a22%2022%200%200%200%2021.15-16l44.47-149.62l9.51%2028.62A22%2022%200%200%200%20336%20342h40.7a54%2054%200%201%200%2049.3-76%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M426%20266a54.07%2054.07%200%200%200-49.3%2032h-24.84l-27-81a22%2022%200%200%200-42%20.92l-37.2%20130.2l-48-281.74a22%2022%200%200%200-43-1.72L94.82%20298H32v44h80a22%2022%200%200%200%2021.34-16.66L171.69%20172l46.61%20273.62A22%2022%200%200%200%20238.76%20464H240a22%2022%200%200%200%2021.15-16l44.47-149.62l9.51%2028.62A22%2022%200%200%200%20336%20342h40.7a54%2054%200%201%200%2049.3-76%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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