wave pulse icon

wave-pulse-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
wave-pulse-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More ui icons from Reicon

Use the wave pulse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 12.501a1 1 0 0 1-1 1h-3.764c-.018 0-.075.031-.105.09l-1.221 2.317a1.55 1.55 0 0 1-1.574.815a1.54 1.54 0 0 1-1.318-1.17L12.131 7.69l-2.027 11.048A1.54 1.54 0 0 1 8.632 20l-.061.001c-.71 0-1.323-.466-1.504-1.152l-1.376-5.248c-.016-.06-.055-.1-.074-.1H2a1 1 0 0 1 0-2h3.615c.937 0 1.763.654 2.009 1.592l.872 3.322l2.046-11.15A1.54 1.54 0 0 1 12.028 4a1.534 1.534 0 0 1 1.558 1.182l2.101 8.755l.674-1.28c.37-.703 1.106-1.157 1.875-1.157H22a1 1 0 0 1 1 1"/></svg>

React

import type { SVGProps } from "react";

export function ReiconWavePulseFilled(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="M23 12.501a1 1 0 0 1-1 1h-3.764c-.018 0-.075.031-.105.09l-1.221 2.317a1.55 1.55 0 0 1-1.574.815a1.54 1.54 0 0 1-1.318-1.17L12.131 7.69l-2.027 11.048A1.54 1.54 0 0 1 8.632 20l-.061.001c-.71 0-1.323-.466-1.504-1.152l-1.376-5.248c-.016-.06-.055-.1-.074-.1H2a1 1 0 0 1 0-2h3.615c.937 0 1.763.654 2.009 1.592l.872 3.322l2.046-11.15A1.54 1.54 0 0 1 12.028 4a1.534 1.534 0 0 1 1.558 1.182l2.101 8.755l.674-1.28c.37-.703 1.106-1.157 1.875-1.157H22a1 1 0 0 1 1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 12.501a1 1 0 0 1-1 1h-3.764c-.018 0-.075.031-.105.09l-1.221 2.317a1.55 1.55 0 0 1-1.574.815a1.54 1.54 0 0 1-1.318-1.17L12.131 7.69l-2.027 11.048A1.54 1.54 0 0 1 8.632 20l-.061.001c-.71 0-1.323-.466-1.504-1.152l-1.376-5.248c-.016-.06-.055-.1-.074-.1H2a1 1 0 0 1 0-2h3.615c.937 0 1.763.654 2.009 1.592l.872 3.322l2.046-11.15A1.54 1.54 0 0 1 12.028 4a1.534 1.534 0 0 1 1.558 1.182l2.101 8.755l.674-1.28c.37-.703 1.106-1.157 1.875-1.157H22a1 1 0 0 1 1 1"/></svg>
</template>

CSS

.icon-wave-pulse-filled {
  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%22M23%2012.501a1%201%200%200%201-1%201h-3.764c-.018%200-.075.031-.105.09l-1.221%202.317a1.55%201.55%200%200%201-1.574.815a1.54%201.54%200%200%201-1.318-1.17L12.131%207.69l-2.027%2011.048A1.54%201.54%200%200%201%208.632%2020l-.061.001c-.71%200-1.323-.466-1.504-1.152l-1.376-5.248c-.016-.06-.055-.1-.074-.1H2a1%201%200%200%201%200-2h3.615c.937%200%201.763.654%202.009%201.592l.872%203.322l2.046-11.15A1.54%201.54%200%200%201%2012.028%204a1.534%201.534%200%200%201%201.558%201.182l2.101%208.755l.674-1.28c.37-.703%201.106-1.157%201.875-1.157H22a1%201%200%200%201%201%201%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%22M23%2012.501a1%201%200%200%201-1%201h-3.764c-.018%200-.075.031-.105.09l-1.221%202.317a1.55%201.55%200%200%201-1.574.815a1.54%201.54%200%200%201-1.318-1.17L12.131%207.69l-2.027%2011.048A1.54%201.54%200%200%201%208.632%2020l-.061.001c-.71%200-1.323-.466-1.504-1.152l-1.376-5.248c-.016-.06-.055-.1-.074-.1H2a1%201%200%200%201%200-2h3.615c.937%200%201.763.654%202.009%201.592l.872%203.322l2.046-11.15A1.54%201.54%200%200%201%2012.028%204a1.534%201.534%200%200%201%201.558%201.182l2.101%208.755l.674-1.28c.37-.703%201.106-1.157%201.875-1.157H22a1%201%200%200%201%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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