voice-wave from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
voice-wave
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

Use the voice wave icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M15.5 3.53A11.96 11.96 0 0 1 19 12c0 3.306-1.337 6.3-3.5 8.47M11 7.528A6 6 0 0 1 13 12a6 6 0 0 1-2 4.472M6 11a1 1 0 1 1 0 2a1 1 0 0 1 0-2Z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignVoiceWave(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M15.5 3.53A11.96 11.96 0 0 1 19 12c0 3.306-1.337 6.3-3.5 8.47M11 7.528A6 6 0 0 1 13 12a6 6 0 0 1-2 4.472M6 11a1 1 0 1 1 0 2a1 1 0 0 1 0-2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M15.5 3.53A11.96 11.96 0 0 1 19 12c0 3.306-1.337 6.3-3.5 8.47M11 7.528A6 6 0 0 1 13 12a6 6 0 0 1-2 4.472M6 11a1 1 0 1 1 0 2a1 1 0 0 1 0-2Z"/></svg>
</template>

CSS

.icon-voice-wave {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M15.5%203.53A11.96%2011.96%200%200%201%2019%2012c0%203.306-1.337%206.3-3.5%208.47M11%207.528A6%206%200%200%201%2013%2012a6%206%200%200%201-2%204.472M6%2011a1%201%200%201%201%200%202a1%201%200%200%201%200-2Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M15.5%203.53A11.96%2011.96%200%200%201%2019%2012c0%203.306-1.337%206.3-3.5%208.47M11%207.528A6%206%200%200%201%2013%2012a6%206%200%200%201-2%204.472M6%2011a1%201%200%201%201%200%202a1%201%200%200%201%200-2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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