adaptive audio mic icon

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

Name
adaptive-audio-mic
Set
Material Symbols
Style
Regular
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
adaptive-audio-mic-sharp

3 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the adaptive audio mic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 22v-2.05q-1.8-.275-3.025-1.675T7 15h1.5q0 1.45 1.025 2.475T12 18.5t2.475-1.025T15.5 15H17q0 1.875-1.225 3.275T12.75 19.95V22zm.75-5q-.825 0-1.412-.587T10 15v-3q0-.825.588-1.412T12 10t1.413.588T14 12v3q0 .825-.587 1.413T12 17M1 14v-1.575q0-.875.363-1.562t1.012-1.038q1-.525 2.15-.8T7 8.75q.65 0 1.263.075t1.187.2Q7.9 9.675 6.862 11t-1.287 3zm17.425 0q-.25-1.675-1.287-2.988T14.55 9.026q.575-.125 1.188-.2T17 8.75q1.325 0 2.475.275t2.15.8q.65.35 1.013 1.038T23 12.425V14zM7 8q-1.25 0-2.125-.875T4 5t.875-2.125T7 2t2.125.875T10 5t-.875 2.125T7 8m10 0q-1.25 0-2.125-.875T14 5t.875-2.125T17 2t2.125.875T20 5t-.875 2.125T17 8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAdaptiveAudioMic(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="M11.25 22v-2.05q-1.8-.275-3.025-1.675T7 15h1.5q0 1.45 1.025 2.475T12 18.5t2.475-1.025T15.5 15H17q0 1.875-1.225 3.275T12.75 19.95V22zm.75-5q-.825 0-1.412-.587T10 15v-3q0-.825.588-1.412T12 10t1.413.588T14 12v3q0 .825-.587 1.413T12 17M1 14v-1.575q0-.875.363-1.562t1.012-1.038q1-.525 2.15-.8T7 8.75q.65 0 1.263.075t1.187.2Q7.9 9.675 6.862 11t-1.287 3zm17.425 0q-.25-1.675-1.287-2.988T14.55 9.026q.575-.125 1.188-.2T17 8.75q1.325 0 2.475.275t2.15.8q.65.35 1.013 1.038T23 12.425V14zM7 8q-1.25 0-2.125-.875T4 5t.875-2.125T7 2t2.125.875T10 5t-.875 2.125T7 8m10 0q-1.25 0-2.125-.875T14 5t.875-2.125T17 2t2.125.875T20 5t-.875 2.125T17 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 22v-2.05q-1.8-.275-3.025-1.675T7 15h1.5q0 1.45 1.025 2.475T12 18.5t2.475-1.025T15.5 15H17q0 1.875-1.225 3.275T12.75 19.95V22zm.75-5q-.825 0-1.412-.587T10 15v-3q0-.825.588-1.412T12 10t1.413.588T14 12v3q0 .825-.587 1.413T12 17M1 14v-1.575q0-.875.363-1.562t1.012-1.038q1-.525 2.15-.8T7 8.75q.65 0 1.263.075t1.187.2Q7.9 9.675 6.862 11t-1.287 3zm17.425 0q-.25-1.675-1.287-2.988T14.55 9.026q.575-.125 1.188-.2T17 8.75q1.325 0 2.475.275t2.15.8q.65.35 1.013 1.038T23 12.425V14zM7 8q-1.25 0-2.125-.875T4 5t.875-2.125T7 2t2.125.875T10 5t-.875 2.125T7 8m10 0q-1.25 0-2.125-.875T14 5t.875-2.125T17 2t2.125.875T20 5t-.875 2.125T17 8"/></svg>
</template>

CSS

.icon-adaptive-audio-mic {
  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%22M11.25%2022v-2.05q-1.8-.275-3.025-1.675T7%2015h1.5q0%201.45%201.025%202.475T12%2018.5t2.475-1.025T15.5%2015H17q0%201.875-1.225%203.275T12.75%2019.95V22zm.75-5q-.825%200-1.412-.587T10%2015v-3q0-.825.588-1.412T12%2010t1.413.588T14%2012v3q0%20.825-.587%201.413T12%2017M1%2014v-1.575q0-.875.363-1.562t1.012-1.038q1-.525%202.15-.8T7%208.75q.65%200%201.263.075t1.187.2Q7.9%209.675%206.862%2011t-1.287%203zm17.425%200q-.25-1.675-1.287-2.988T14.55%209.026q.575-.125%201.188-.2T17%208.75q1.325%200%202.475.275t2.15.8q.65.35%201.013%201.038T23%2012.425V14zM7%208q-1.25%200-2.125-.875T4%205t.875-2.125T7%202t2.125.875T10%205t-.875%202.125T7%208m10%200q-1.25%200-2.125-.875T14%205t.875-2.125T17%202t2.125.875T20%205t-.875%202.125T17%208%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%22M11.25%2022v-2.05q-1.8-.275-3.025-1.675T7%2015h1.5q0%201.45%201.025%202.475T12%2018.5t2.475-1.025T15.5%2015H17q0%201.875-1.225%203.275T12.75%2019.95V22zm.75-5q-.825%200-1.412-.587T10%2015v-3q0-.825.588-1.412T12%2010t1.413.588T14%2012v3q0%20.825-.587%201.413T12%2017M1%2014v-1.575q0-.875.363-1.562t1.012-1.038q1-.525%202.15-.8T7%208.75q.65%200%201.263.075t1.187.2Q7.9%209.675%206.862%2011t-1.287%203zm17.425%200q-.25-1.675-1.287-2.988T14.55%209.026q.575-.125%201.188-.2T17%208.75q1.325%200%202.475.275t2.15.8q.65.35%201.013%201.038T23%2012.425V14zM7%208q-1.25%200-2.125-.875T4%205t.875-2.125T7%202t2.125.875T10%205t-.875%202.125T7%208m10%200q-1.25%200-2.125-.875T14%205t.875-2.125T17%202t2.125.875T20%205t-.875%202.125T17%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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