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

Name
edit-audio-rounded
Set
Material Symbols
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
edit-audio-outline-rounded

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="m5.825 19l.875.9q.275.275.288.688T6.7 21.3q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.15-.15-.213-.325T2.426 18t.063-.375t.212-.325l2.6-2.6q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712L5.825 17h12.35l-.875-.9q-.275-.275-.288-.687t.288-.713q.275-.275.7-.275t.7.275l2.6 2.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6 2.6q-.275.275-.687.275T17.3 21.3q-.3-.3-.3-.712t.3-.713l.875-.875zM11 12V2q0-.425.288-.712T12 1t.713.288T13 2v10q0 .425-.288.713T12 13t-.712-.288T11 12m-4-2V4q0-.425.288-.712T8 3t.713.288T9 4v6q0 .425-.288.713T8 11t-.712-.288T7 10m8 0V4q0-.425.288-.712T16 3t.713.288T17 4v6q0 .425-.288.713T16 11t-.712-.288T15 10M3 7.5v-1q0-.425.288-.712T4 5.5t.713.288T5 6.5v1q0 .425-.288.713T4 8.5t-.712-.288T3 7.5m16 0v-1q0-.425.288-.712T20 5.5t.713.288T21 6.5v1q0 .425-.288.713T20 8.5t-.712-.288T19 7.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEditAudioRounded(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="m5.825 19l.875.9q.275.275.288.688T6.7 21.3q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.15-.15-.213-.325T2.426 18t.063-.375t.212-.325l2.6-2.6q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712L5.825 17h12.35l-.875-.9q-.275-.275-.288-.687t.288-.713q.275-.275.7-.275t.7.275l2.6 2.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6 2.6q-.275.275-.687.275T17.3 21.3q-.3-.3-.3-.712t.3-.713l.875-.875zM11 12V2q0-.425.288-.712T12 1t.713.288T13 2v10q0 .425-.288.713T12 13t-.712-.288T11 12m-4-2V4q0-.425.288-.712T8 3t.713.288T9 4v6q0 .425-.288.713T8 11t-.712-.288T7 10m8 0V4q0-.425.288-.712T16 3t.713.288T17 4v6q0 .425-.288.713T16 11t-.712-.288T15 10M3 7.5v-1q0-.425.288-.712T4 5.5t.713.288T5 6.5v1q0 .425-.288.713T4 8.5t-.712-.288T3 7.5m16 0v-1q0-.425.288-.712T20 5.5t.713.288T21 6.5v1q0 .425-.288.713T20 8.5t-.712-.288T19 7.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.825 19l.875.9q.275.275.288.688T6.7 21.3q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.15-.15-.213-.325T2.426 18t.063-.375t.212-.325l2.6-2.6q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712L5.825 17h12.35l-.875-.9q-.275-.275-.288-.687t.288-.713q.275-.275.7-.275t.7.275l2.6 2.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6 2.6q-.275.275-.687.275T17.3 21.3q-.3-.3-.3-.712t.3-.713l.875-.875zM11 12V2q0-.425.288-.712T12 1t.713.288T13 2v10q0 .425-.288.713T12 13t-.712-.288T11 12m-4-2V4q0-.425.288-.712T8 3t.713.288T9 4v6q0 .425-.288.713T8 11t-.712-.288T7 10m8 0V4q0-.425.288-.712T16 3t.713.288T17 4v6q0 .425-.288.713T16 11t-.712-.288T15 10M3 7.5v-1q0-.425.288-.712T4 5.5t.713.288T5 6.5v1q0 .425-.288.713T4 8.5t-.712-.288T3 7.5m16 0v-1q0-.425.288-.712T20 5.5t.713.288T21 6.5v1q0 .425-.288.713T20 8.5t-.712-.288T19 7.5"/></svg>
</template>

CSS

.icon-edit-audio-rounded {
  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%22m5.825%2019l.875.9q.275.275.288.688T6.7%2021.3q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.15-.15-.213-.325T2.426%2018t.063-.375t.212-.325l2.6-2.6q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712L5.825%2017h12.35l-.875-.9q-.275-.275-.288-.687t.288-.713q.275-.275.7-.275t.7.275l2.6%202.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6%202.6q-.275.275-.687.275T17.3%2021.3q-.3-.3-.3-.712t.3-.713l.875-.875zM11%2012V2q0-.425.288-.712T12%201t.713.288T13%202v10q0%20.425-.288.713T12%2013t-.712-.288T11%2012m-4-2V4q0-.425.288-.712T8%203t.713.288T9%204v6q0%20.425-.288.713T8%2011t-.712-.288T7%2010m8%200V4q0-.425.288-.712T16%203t.713.288T17%204v6q0%20.425-.288.713T16%2011t-.712-.288T15%2010M3%207.5v-1q0-.425.288-.712T4%205.5t.713.288T5%206.5v1q0%20.425-.288.713T4%208.5t-.712-.288T3%207.5m16%200v-1q0-.425.288-.712T20%205.5t.713.288T21%206.5v1q0%20.425-.288.713T20%208.5t-.712-.288T19%207.5%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%22m5.825%2019l.875.9q.275.275.288.688T6.7%2021.3q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.15-.15-.213-.325T2.426%2018t.063-.375t.212-.325l2.6-2.6q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712L5.825%2017h12.35l-.875-.9q-.275-.275-.288-.687t.288-.713q.275-.275.7-.275t.7.275l2.6%202.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6%202.6q-.275.275-.687.275T17.3%2021.3q-.3-.3-.3-.712t.3-.713l.875-.875zM11%2012V2q0-.425.288-.712T12%201t.713.288T13%202v10q0%20.425-.288.713T12%2013t-.712-.288T11%2012m-4-2V4q0-.425.288-.712T8%203t.713.288T9%204v6q0%20.425-.288.713T8%2011t-.712-.288T7%2010m8%200V4q0-.425.288-.712T16%203t.713.288T17%204v6q0%20.425-.288.713T16%2011t-.712-.288T15%2010M3%207.5v-1q0-.425.288-.712T4%205.5t.713.288T5%206.5v1q0%20.425-.288.713T4%208.5t-.712-.288T3%207.5m16%200v-1q0-.425.288-.712T20%205.5t.713.288T21%206.5v1q0%20.425-.288.713T20%208.5t-.712-.288T19%207.5%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-rounded.svg?color=%231a73e8&size=48