audio capture icon

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

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

2 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the audio capture icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.7 20.3q-.475.475-1.088.213T2 19.575V13q0-.425.288-.712T3 12t.713.288T4 13v4.125l.85-.85q.125-.125.313-.2T5.55 16H7q.425 0 .713.288T8 17t-.288.713T7 18H6zM17 18q-.425 0-.712-.288T16 17t.288-.712T17 16h3v-3.025q0-.425.288-.7T21 12t.713.288T22 13v3q0 .825-.587 1.413T20 18zm-5.712-3.287Q11 14.425 11 14V6q0-.425.288-.712T12 5t.713.288T13 6v8q0 .425-.288.713T12 15t-.712-.288m-4-2Q7 12.426 7 12V8q0-.425.288-.712T8 7t.713.288T9 8v4q0 .425-.288.713T8 13t-.712-.288m8-1Q15 11.426 15 11V9q0-.425.288-.712T16 8t.713.288T17 9v2q0 .425-.288.713T16 12t-.712-.288M3 8q-.425 0-.712-.288T2 7V4q0-.825.588-1.412T4 2h3q.425 0 .713.288T8 3t-.288.713T7 4H4v3.025q0 .425-.288.7T3 8m17.288-.288Q20 7.426 20 7V4h-3q-.425 0-.712-.288T16 3t.288-.712T17 2h3q.825 0 1.413.588T22 4v3.025q0 .425-.288.7T21 8t-.712-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAudioCaptureRounded(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="M3.7 20.3q-.475.475-1.088.213T2 19.575V13q0-.425.288-.712T3 12t.713.288T4 13v4.125l.85-.85q.125-.125.313-.2T5.55 16H7q.425 0 .713.288T8 17t-.288.713T7 18H6zM17 18q-.425 0-.712-.288T16 17t.288-.712T17 16h3v-3.025q0-.425.288-.7T21 12t.713.288T22 13v3q0 .825-.587 1.413T20 18zm-5.712-3.287Q11 14.425 11 14V6q0-.425.288-.712T12 5t.713.288T13 6v8q0 .425-.288.713T12 15t-.712-.288m-4-2Q7 12.426 7 12V8q0-.425.288-.712T8 7t.713.288T9 8v4q0 .425-.288.713T8 13t-.712-.288m8-1Q15 11.426 15 11V9q0-.425.288-.712T16 8t.713.288T17 9v2q0 .425-.288.713T16 12t-.712-.288M3 8q-.425 0-.712-.288T2 7V4q0-.825.588-1.412T4 2h3q.425 0 .713.288T8 3t-.288.713T7 4H4v3.025q0 .425-.288.7T3 8m17.288-.288Q20 7.426 20 7V4h-3q-.425 0-.712-.288T16 3t.288-.712T17 2h3q.825 0 1.413.588T22 4v3.025q0 .425-.288.7T21 8t-.712-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.7 20.3q-.475.475-1.088.213T2 19.575V13q0-.425.288-.712T3 12t.713.288T4 13v4.125l.85-.85q.125-.125.313-.2T5.55 16H7q.425 0 .713.288T8 17t-.288.713T7 18H6zM17 18q-.425 0-.712-.288T16 17t.288-.712T17 16h3v-3.025q0-.425.288-.7T21 12t.713.288T22 13v3q0 .825-.587 1.413T20 18zm-5.712-3.287Q11 14.425 11 14V6q0-.425.288-.712T12 5t.713.288T13 6v8q0 .425-.288.713T12 15t-.712-.288m-4-2Q7 12.426 7 12V8q0-.425.288-.712T8 7t.713.288T9 8v4q0 .425-.288.713T8 13t-.712-.288m8-1Q15 11.426 15 11V9q0-.425.288-.712T16 8t.713.288T17 9v2q0 .425-.288.713T16 12t-.712-.288M3 8q-.425 0-.712-.288T2 7V4q0-.825.588-1.412T4 2h3q.425 0 .713.288T8 3t-.288.713T7 4H4v3.025q0 .425-.288.7T3 8m17.288-.288Q20 7.426 20 7V4h-3q-.425 0-.712-.288T16 3t.288-.712T17 2h3q.825 0 1.413.588T22 4v3.025q0 .425-.288.7T21 8t-.712-.288"/></svg>
</template>

CSS

.icon-audio-capture-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%22M3.7%2020.3q-.475.475-1.088.213T2%2019.575V13q0-.425.288-.712T3%2012t.713.288T4%2013v4.125l.85-.85q.125-.125.313-.2T5.55%2016H7q.425%200%20.713.288T8%2017t-.288.713T7%2018H6zM17%2018q-.425%200-.712-.288T16%2017t.288-.712T17%2016h3v-3.025q0-.425.288-.7T21%2012t.713.288T22%2013v3q0%20.825-.587%201.413T20%2018zm-5.712-3.287Q11%2014.425%2011%2014V6q0-.425.288-.712T12%205t.713.288T13%206v8q0%20.425-.288.713T12%2015t-.712-.288m-4-2Q7%2012.426%207%2012V8q0-.425.288-.712T8%207t.713.288T9%208v4q0%20.425-.288.713T8%2013t-.712-.288m8-1Q15%2011.426%2015%2011V9q0-.425.288-.712T16%208t.713.288T17%209v2q0%20.425-.288.713T16%2012t-.712-.288M3%208q-.425%200-.712-.288T2%207V4q0-.825.588-1.412T4%202h3q.425%200%20.713.288T8%203t-.288.713T7%204H4v3.025q0%20.425-.288.7T3%208m17.288-.288Q20%207.426%2020%207V4h-3q-.425%200-.712-.288T16%203t.288-.712T17%202h3q.825%200%201.413.588T22%204v3.025q0%20.425-.288.7T21%208t-.712-.288%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%22M3.7%2020.3q-.475.475-1.088.213T2%2019.575V13q0-.425.288-.712T3%2012t.713.288T4%2013v4.125l.85-.85q.125-.125.313-.2T5.55%2016H7q.425%200%20.713.288T8%2017t-.288.713T7%2018H6zM17%2018q-.425%200-.712-.288T16%2017t.288-.712T17%2016h3v-3.025q0-.425.288-.7T21%2012t.713.288T22%2013v3q0%20.825-.587%201.413T20%2018zm-5.712-3.287Q11%2014.425%2011%2014V6q0-.425.288-.712T12%205t.713.288T13%206v8q0%20.425-.288.713T12%2015t-.712-.288m-4-2Q7%2012.426%207%2012V8q0-.425.288-.712T8%207t.713.288T9%208v4q0%20.425-.288.713T8%2013t-.712-.288m8-1Q15%2011.426%2015%2011V9q0-.425.288-.712T16%208t.713.288T17%209v2q0%20.425-.288.713T16%2012t-.712-.288M3%208q-.425%200-.712-.288T2%207V4q0-.825.588-1.412T4%202h3q.425%200%20.713.288T8%203t-.288.713T7%204H4v3.025q0%20.425-.288.7T3%208m17.288-.288Q20%207.426%2020%207V4h-3q-.425%200-.712-.288T16%203t.288-.712T17%202h3q.825%200%201.413.588T22%204v3.025q0%20.425-.288.7T21%208t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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