adaptive audio mic off icon
adaptive-audio-mic-off-outline from Material Symbols by Google · Outline · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- adaptive-audio-mic-off-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- adaptive-audio-mic-off-outline-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 off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.775 22.6L1.4 4.225L2.8 2.8l18.375 18.4zM23 14h-4.575q-.075-.525-.238-1.025T17.776 12h3.15q-.1-.175-.225-.3t-.3-.225q-.65-.375-1.487-.55T17 10.75h-.075q-.5-.575-1.088-1t-1.287-.725q.575-.125 1.188-.2T17 8.75q1.325 0 2.475.275t2.15.8q.65.35 1.013 1.038T23 12.425zm-6-6q-1.25 0-2.125-.875T14 5t.875-2.125T17 2t2.125.875T20 5t-.875 2.125T17 8m0-2q.425 0 .713-.288T18 5t-.288-.712T17 4t-.712.288T16 5t.288.713T17 6M1 14v-1.575q0-.875.363-1.562t1.012-1.038q1-.525 2.15-.8T7 8.75q.325 0 .638.013t.637.062v2q-.325-.05-.638-.062T7 10.75q-1.075 0-1.912.175t-1.488.55q-.175.1-.3.225t-.225.3h3.15q-.25.475-.413.975T5.576 14zm8.5-7.325L5.325 2.5q.35-.25.775-.375T7 2q1.25 0 2.125.875T10 5q0 .475-.125.9t-.375.775M12 17q-.825 0-1.412-.587T10 15v-3q0-.425.15-.775t.425-.625L14 14.025V15q0 .825-.587 1.413T12 17m-.75 5v-2.05q-1.8-.275-3.025-1.675T7 15h1.5q0 1.45 1.025 2.475T12 18.5q1.325 0 2.313-.875t1.162-2.15l1.225 1.25q-.475 1.275-1.525 2.15T12.75 19.95V22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAdaptiveAudioMicOffOutline(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="M19.775 22.6L1.4 4.225L2.8 2.8l18.375 18.4zM23 14h-4.575q-.075-.525-.238-1.025T17.776 12h3.15q-.1-.175-.225-.3t-.3-.225q-.65-.375-1.487-.55T17 10.75h-.075q-.5-.575-1.088-1t-1.287-.725q.575-.125 1.188-.2T17 8.75q1.325 0 2.475.275t2.15.8q.65.35 1.013 1.038T23 12.425zm-6-6q-1.25 0-2.125-.875T14 5t.875-2.125T17 2t2.125.875T20 5t-.875 2.125T17 8m0-2q.425 0 .713-.288T18 5t-.288-.712T17 4t-.712.288T16 5t.288.713T17 6M1 14v-1.575q0-.875.363-1.562t1.012-1.038q1-.525 2.15-.8T7 8.75q.325 0 .638.013t.637.062v2q-.325-.05-.638-.062T7 10.75q-1.075 0-1.912.175t-1.488.55q-.175.1-.3.225t-.225.3h3.15q-.25.475-.413.975T5.576 14zm8.5-7.325L5.325 2.5q.35-.25.775-.375T7 2q1.25 0 2.125.875T10 5q0 .475-.125.9t-.375.775M12 17q-.825 0-1.412-.587T10 15v-3q0-.425.15-.775t.425-.625L14 14.025V15q0 .825-.587 1.413T12 17m-.75 5v-2.05q-1.8-.275-3.025-1.675T7 15h1.5q0 1.45 1.025 2.475T12 18.5q1.325 0 2.313-.875t1.162-2.15l1.225 1.25q-.475 1.275-1.525 2.15T12.75 19.95V22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.775 22.6L1.4 4.225L2.8 2.8l18.375 18.4zM23 14h-4.575q-.075-.525-.238-1.025T17.776 12h3.15q-.1-.175-.225-.3t-.3-.225q-.65-.375-1.487-.55T17 10.75h-.075q-.5-.575-1.088-1t-1.287-.725q.575-.125 1.188-.2T17 8.75q1.325 0 2.475.275t2.15.8q.65.35 1.013 1.038T23 12.425zm-6-6q-1.25 0-2.125-.875T14 5t.875-2.125T17 2t2.125.875T20 5t-.875 2.125T17 8m0-2q.425 0 .713-.288T18 5t-.288-.712T17 4t-.712.288T16 5t.288.713T17 6M1 14v-1.575q0-.875.363-1.562t1.012-1.038q1-.525 2.15-.8T7 8.75q.325 0 .638.013t.637.062v2q-.325-.05-.638-.062T7 10.75q-1.075 0-1.912.175t-1.488.55q-.175.1-.3.225t-.225.3h3.15q-.25.475-.413.975T5.576 14zm8.5-7.325L5.325 2.5q.35-.25.775-.375T7 2q1.25 0 2.125.875T10 5q0 .475-.125.9t-.375.775M12 17q-.825 0-1.412-.587T10 15v-3q0-.425.15-.775t.425-.625L14 14.025V15q0 .825-.587 1.413T12 17m-.75 5v-2.05q-1.8-.275-3.025-1.675T7 15h1.5q0 1.45 1.025 2.475T12 18.5q1.325 0 2.313-.875t1.162-2.15l1.225 1.25q-.475 1.275-1.525 2.15T12.75 19.95V22z"/></svg> </template>
CSS
.icon-adaptive-audio-mic-off-outline {
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%22M19.775%2022.6L1.4%204.225L2.8%202.8l18.375%2018.4zM23%2014h-4.575q-.075-.525-.238-1.025T17.776%2012h3.15q-.1-.175-.225-.3t-.3-.225q-.65-.375-1.487-.55T17%2010.75h-.075q-.5-.575-1.088-1t-1.287-.725q.575-.125%201.188-.2T17%208.75q1.325%200%202.475.275t2.15.8q.65.35%201.013%201.038T23%2012.425zm-6-6q-1.25%200-2.125-.875T14%205t.875-2.125T17%202t2.125.875T20%205t-.875%202.125T17%208m0-2q.425%200%20.713-.288T18%205t-.288-.712T17%204t-.712.288T16%205t.288.713T17%206M1%2014v-1.575q0-.875.363-1.562t1.012-1.038q1-.525%202.15-.8T7%208.75q.325%200%20.638.013t.637.062v2q-.325-.05-.638-.062T7%2010.75q-1.075%200-1.912.175t-1.488.55q-.175.1-.3.225t-.225.3h3.15q-.25.475-.413.975T5.576%2014zm8.5-7.325L5.325%202.5q.35-.25.775-.375T7%202q1.25%200%202.125.875T10%205q0%20.475-.125.9t-.375.775M12%2017q-.825%200-1.412-.587T10%2015v-3q0-.425.15-.775t.425-.625L14%2014.025V15q0%20.825-.587%201.413T12%2017m-.75%205v-2.05q-1.8-.275-3.025-1.675T7%2015h1.5q0%201.45%201.025%202.475T12%2018.5q1.325%200%202.313-.875t1.162-2.15l1.225%201.25q-.475%201.275-1.525%202.15T12.75%2019.95V22z%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%22M19.775%2022.6L1.4%204.225L2.8%202.8l18.375%2018.4zM23%2014h-4.575q-.075-.525-.238-1.025T17.776%2012h3.15q-.1-.175-.225-.3t-.3-.225q-.65-.375-1.487-.55T17%2010.75h-.075q-.5-.575-1.088-1t-1.287-.725q.575-.125%201.188-.2T17%208.75q1.325%200%202.475.275t2.15.8q.65.35%201.013%201.038T23%2012.425zm-6-6q-1.25%200-2.125-.875T14%205t.875-2.125T17%202t2.125.875T20%205t-.875%202.125T17%208m0-2q.425%200%20.713-.288T18%205t-.288-.712T17%204t-.712.288T16%205t.288.713T17%206M1%2014v-1.575q0-.875.363-1.562t1.012-1.038q1-.525%202.15-.8T7%208.75q.325%200%20.638.013t.637.062v2q-.325-.05-.638-.062T7%2010.75q-1.075%200-1.912.175t-1.488.55q-.175.1-.3.225t-.225.3h3.15q-.25.475-.413.975T5.576%2014zm8.5-7.325L5.325%202.5q.35-.25.775-.375T7%202q1.25%200%202.125.875T10%205q0%20.475-.125.9t-.375.775M12%2017q-.825%200-1.412-.587T10%2015v-3q0-.425.15-.775t.425-.625L14%2014.025V15q0%20.825-.587%201.413T12%2017m-.75%205v-2.05q-1.8-.275-3.025-1.675T7%2015h1.5q0%201.45%201.025%202.475T12%2018.5q1.325%200%202.313-.875t1.162-2.15l1.225%201.25q-.475%201.275-1.525%202.15T12.75%2019.95V22z%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-off-outline.svg?color=%231a73e8&size=48