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

Name
edit-audio
Set
Material Symbols
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

The same icon in other sets

More audio & video icons from Material Symbols

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 22l-4-4l4-4l1.425 1.4l-1.6 1.6h12.35L16.6 15.4L18 14l4 4l-4 4l-1.425-1.4l1.6-1.6H5.825L7.4 20.6zm5-9V1h2v12zm-4-2V3h2v8zm8 0V3h2v8zM3 8.5v-3h2v3zm16 0v-3h2v3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEditAudio(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 22l-4-4l4-4l1.425 1.4l-1.6 1.6h12.35L16.6 15.4L18 14l4 4l-4 4l-1.425-1.4l1.6-1.6H5.825L7.4 20.6zm5-9V1h2v12zm-4-2V3h2v8zm8 0V3h2v8zM3 8.5v-3h2v3zm16 0v-3h2v3z"/></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 22l-4-4l4-4l1.425 1.4l-1.6 1.6h12.35L16.6 15.4L18 14l4 4l-4 4l-1.425-1.4l1.6-1.6H5.825L7.4 20.6zm5-9V1h2v12zm-4-2V3h2v8zm8 0V3h2v8zM3 8.5v-3h2v3zm16 0v-3h2v3z"/></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%2022l-4-4l4-4l1.425%201.4l-1.6%201.6h12.35L16.6%2015.4L18%2014l4%204l-4%204l-1.425-1.4l1.6-1.6H5.825L7.4%2020.6zm5-9V1h2v12zm-4-2V3h2v8zm8%200V3h2v8zM3%208.5v-3h2v3zm16%200v-3h2v3z%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%2022l-4-4l4-4l1.425%201.4l-1.6%201.6h12.35L16.6%2015.4L18%2014l4%204l-4%204l-1.425-1.4l1.6-1.6H5.825L7.4%2020.6zm5-9V1h2v12zm-4-2V3h2v8zm8%200V3h2v8zM3%208.5v-3h2v3zm16%200v-3h2v3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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