audio waveform icon

audio-waveform from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
audio-waveform
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the audio waveform 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="round" stroke-linejoin="round" stroke-width="1.5" d="M22 14h-.272c-.38 0-.57 0-.732-.036a1.5 1.5 0 0 1-1.084-.957c-.056-.156-.08-.345-.126-.721l-.164-1.306a1.119 1.119 0 0 0-2.223.027l-.8 8.001a1.102 1.102 0 0 1-2.193-.007L13.093 4.996a1.098 1.098 0 0 0-2.186 0L9.594 19a1.102 1.102 0 0 1-2.193.007l-.8-8a1.119 1.119 0 0 0-2.223-.028l-.164 1.306c-.047.376-.07.565-.126.72a1.5 1.5 0 0 1-1.084.958C2.842 14 2.652 14 2.272 14H2"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAudioWaveform(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="round" strokeLinejoin="round" strokeWidth="1.5" d="M22 14h-.272c-.38 0-.57 0-.732-.036a1.5 1.5 0 0 1-1.084-.957c-.056-.156-.08-.345-.126-.721l-.164-1.306a1.119 1.119 0 0 0-2.223.027l-.8 8.001a1.102 1.102 0 0 1-2.193-.007L13.093 4.996a1.098 1.098 0 0 0-2.186 0L9.594 19a1.102 1.102 0 0 1-2.193.007l-.8-8a1.119 1.119 0 0 0-2.223-.028l-.164 1.306c-.047.376-.07.565-.126.72a1.5 1.5 0 0 1-1.084.958C2.842 14 2.652 14 2.272 14H2"/></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="round" stroke-linejoin="round" stroke-width="1.5" d="M22 14h-.272c-.38 0-.57 0-.732-.036a1.5 1.5 0 0 1-1.084-.957c-.056-.156-.08-.345-.126-.721l-.164-1.306a1.119 1.119 0 0 0-2.223.027l-.8 8.001a1.102 1.102 0 0 1-2.193-.007L13.093 4.996a1.098 1.098 0 0 0-2.186 0L9.594 19a1.102 1.102 0 0 1-2.193.007l-.8-8a1.119 1.119 0 0 0-2.223-.028l-.164 1.306c-.047.376-.07.565-.126.72a1.5 1.5 0 0 1-1.084.958C2.842 14 2.652 14 2.272 14H2"/></svg>
</template>

CSS

.icon-audio-waveform {
  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%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M22%2014h-.272c-.38%200-.57%200-.732-.036a1.5%201.5%200%200%201-1.084-.957c-.056-.156-.08-.345-.126-.721l-.164-1.306a1.119%201.119%200%200%200-2.223.027l-.8%208.001a1.102%201.102%200%200%201-2.193-.007L13.093%204.996a1.098%201.098%200%200%200-2.186%200L9.594%2019a1.102%201.102%200%200%201-2.193.007l-.8-8a1.119%201.119%200%200%200-2.223-.028l-.164%201.306c-.047.376-.07.565-.126.72a1.5%201.5%200%200%201-1.084.958C2.842%2014%202.652%2014%202.272%2014H2%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%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M22%2014h-.272c-.38%200-.57%200-.732-.036a1.5%201.5%200%200%201-1.084-.957c-.056-.156-.08-.345-.126-.721l-.164-1.306a1.119%201.119%200%200%200-2.223.027l-.8%208.001a1.102%201.102%200%200%201-2.193-.007L13.093%204.996a1.098%201.098%200%200%200-2.186%200L9.594%2019a1.102%201.102%200%200%201-2.193.007l-.8-8a1.119%201.119%200%200%200-2.223-.028l-.164%201.306c-.047.376-.07.565-.126.72a1.5%201.5%200%200%201-1.084.958C2.842%2014%202.652%2014%202.272%2014H2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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