edit-audio from Material Symbols Light by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
edit-audio
Set
Material Symbols Light
Style
Regular
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
edit-audio-outline, edit-audio-outline-sharp, edit-audio-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the edit audio icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.192 21L3 17.827l3.192-3.173l.714.688l-2.004 1.985h14.157l-1.978-1.985l.707-.688L21 17.827L17.788 21l-.713-.688l2.004-1.985H4.92l1.98 1.985zm5.308-8.365V2.096h1v10.539zM7.75 10.73V4h1v6.73zm7.5 0V4h1v6.73zM4 8.346V6.423h1v1.923zm15 0V6.423h1v1.923z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEditAudio(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="M6.192 21L3 17.827l3.192-3.173l.714.688l-2.004 1.985h14.157l-1.978-1.985l.707-.688L21 17.827L17.788 21l-.713-.688l2.004-1.985H4.92l1.98 1.985zm5.308-8.365V2.096h1v10.539zM7.75 10.73V4h1v6.73zm7.5 0V4h1v6.73zM4 8.346V6.423h1v1.923zm15 0V6.423h1v1.923z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.192 21L3 17.827l3.192-3.173l.714.688l-2.004 1.985h14.157l-1.978-1.985l.707-.688L21 17.827L17.788 21l-.713-.688l2.004-1.985H4.92l1.98 1.985zm5.308-8.365V2.096h1v10.539zM7.75 10.73V4h1v6.73zm7.5 0V4h1v6.73zM4 8.346V6.423h1v1.923zm15 0V6.423h1v1.923z"/></svg>
</template>

CSS

.icon-edit-audio {
  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%22M6.192%2021L3%2017.827l3.192-3.173l.714.688l-2.004%201.985h14.157l-1.978-1.985l.707-.688L21%2017.827L17.788%2021l-.713-.688l2.004-1.985H4.92l1.98%201.985zm5.308-8.365V2.096h1v10.539zM7.75%2010.73V4h1v6.73zm7.5%200V4h1v6.73zM4%208.346V6.423h1v1.923zm15%200V6.423h1v1.923z%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%22M6.192%2021L3%2017.827l3.192-3.173l.714.688l-2.004%201.985h14.157l-1.978-1.985l.707-.688L21%2017.827L17.788%2021l-.713-.688l2.004-1.985H4.92l1.98%201.985zm5.308-8.365V2.096h1v10.539zM7.75%2010.73V4h1v6.73zm7.5%200V4h1v6.73zM4%208.346V6.423h1v1.923zm15%200V6.423h1v1.923z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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