wave pulse icon
wave-pulse from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- wave-pulse
- Set
- Reicon
- Style
- Outline
- 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="M22.75 12.501a.75.75 0 0 1-.75.75h-3.764c-.121 0-.258.094-.326.222l-1.221 2.318c-.255.484-.773.75-1.322.684a1.29 1.29 0 0 1-1.105-.981l-2.163-9.013l-2.241 12.21a1.294 1.294 0 0 1-1.236 1.059h-.051a1.295 1.295 0 0 1-1.262-.965l-1.377-5.248c-.036-.138-.15-.287-.316-.287H2a.75.75 0 0 1 0-1.5h3.615c.823 0 1.55.578 1.767 1.406l1.156 4.409l2.25-12.254a1.29 1.29 0 0 1 1.247-1.059a1.28 1.28 0 0 1 1.308.99l2.255 9.4l.984-1.867c.327-.622.976-1.023 1.653-1.023h3.764a.75.75 0 0 1 .75.75z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconWavePulse(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="M22.75 12.501a.75.75 0 0 1-.75.75h-3.764c-.121 0-.258.094-.326.222l-1.221 2.318c-.255.484-.773.75-1.322.684a1.29 1.29 0 0 1-1.105-.981l-2.163-9.013l-2.241 12.21a1.294 1.294 0 0 1-1.236 1.059h-.051a1.295 1.295 0 0 1-1.262-.965l-1.377-5.248c-.036-.138-.15-.287-.316-.287H2a.75.75 0 0 1 0-1.5h3.615c.823 0 1.55.578 1.767 1.406l1.156 4.409l2.25-12.254a1.29 1.29 0 0 1 1.247-1.059a1.28 1.28 0 0 1 1.308.99l2.255 9.4l.984-1.867c.327-.622.976-1.023 1.653-1.023h3.764a.75.75 0 0 1 .75.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.75 12.501a.75.75 0 0 1-.75.75h-3.764c-.121 0-.258.094-.326.222l-1.221 2.318c-.255.484-.773.75-1.322.684a1.29 1.29 0 0 1-1.105-.981l-2.163-9.013l-2.241 12.21a1.294 1.294 0 0 1-1.236 1.059h-.051a1.295 1.295 0 0 1-1.262-.965l-1.377-5.248c-.036-.138-.15-.287-.316-.287H2a.75.75 0 0 1 0-1.5h3.615c.823 0 1.55.578 1.767 1.406l1.156 4.409l2.25-12.254a1.29 1.29 0 0 1 1.247-1.059a1.28 1.28 0 0 1 1.308.99l2.255 9.4l.984-1.867c.327-.622.976-1.023 1.653-1.023h3.764a.75.75 0 0 1 .75.75z"/></svg> </template>
CSS
.icon-wave-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%22M22.75%2012.501a.75.75%200%200%201-.75.75h-3.764c-.121%200-.258.094-.326.222l-1.221%202.318c-.255.484-.773.75-1.322.684a1.29%201.29%200%200%201-1.105-.981l-2.163-9.013l-2.241%2012.21a1.294%201.294%200%200%201-1.236%201.059h-.051a1.295%201.295%200%200%201-1.262-.965l-1.377-5.248c-.036-.138-.15-.287-.316-.287H2a.75.75%200%200%201%200-1.5h3.615c.823%200%201.55.578%201.767%201.406l1.156%204.409l2.25-12.254a1.29%201.29%200%200%201%201.247-1.059a1.28%201.28%200%200%201%201.308.99l2.255%209.4l.984-1.867c.327-.622.976-1.023%201.653-1.023h3.764a.75.75%200%200%201%20.75.75z%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%22M22.75%2012.501a.75.75%200%200%201-.75.75h-3.764c-.121%200-.258.094-.326.222l-1.221%202.318c-.255.484-.773.75-1.322.684a1.29%201.29%200%200%201-1.105-.981l-2.163-9.013l-2.241%2012.21a1.294%201.294%200%200%201-1.236%201.059h-.051a1.295%201.295%200%200%201-1.262-.965l-1.377-5.248c-.036-.138-.15-.287-.316-.287H2a.75.75%200%200%201%200-1.5h3.615c.823%200%201.55.578%201.767%201.406l1.156%204.409l2.25-12.254a1.29%201.29%200%200%201%201.247-1.059a1.28%201.28%200%200%201%201.308.99l2.255%209.4l.984-1.867c.327-.622.976-1.023%201.653-1.023h3.764a.75.75%200%200%201%20.75.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/wave-pulse.svg?color=%231a73e8&size=48