mic gear icon
mic-gear-outline-rounded from Material Symbols Light by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- mic-gear-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
Use the mic gear icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.577 12.423Q8 11.846 8 11V5q0-.846.577-1.423T10 3t1.423.577T12 5v6q0 .846-.577 1.423T10 13t-1.423-.577m2.136-.71Q11 11.425 11 11V5q0-.425-.288-.712T10 4t-.712.288T9 5v6q0 .425.288.713T10 12t.713-.288M9.5 20v-3.017q-2.165-.19-3.716-1.72q-1.551-1.529-1.748-3.738q-.03-.214.11-.37Q4.286 11 4.5 11t.357.153t.185.366q.202 1.875 1.592 3.156q1.389 1.28 3.283 1.28q.248 0 .416.191q.167.19.167.413V20q0 .214-.143.357T10 20.5t-.357-.143T9.5 20m4.446-.908l-.475.187q-.171.061-.33.013q-.158-.048-.257-.188l-.065-.139q-.098-.165-.086-.332t.17-.297l.358-.302q-.165-.517-.165-1.034t.165-1.035l-.357-.302q-.14-.11-.171-.283t.067-.34l.11-.144q.098-.14.244-.188q.146-.049.317.013l.475.187q.313-.373.74-.588q.425-.214.898-.32l.054-.456q.037-.177.174-.303q.138-.126.315-.126h.13q.177 0 .315.13t.174.305l.054.45q.473.106.899.32t.74.588l.475-.187q.17-.062.33-.013q.158.048.256.188l.066.138q.098.166.086.333t-.171.296l-.358.302q.166.518.166 1.035t-.166 1.034l.358.302q.14.11.171.284t-.067.34l-.11.144q-.098.14-.244.188t-.317-.013l-.475-.187q-.333.374-.75.588q-.416.214-.889.32l-.054.456q-.036.177-.174.303q-.137.125-.314.125h-.131q-.177 0-.314-.128t-.175-.306l-.053-.45q-.474-.106-.89-.32t-.749-.588m3.836-.564q.626-.626.626-1.528t-.626-1.528t-1.528-.626t-1.528.626T14.1 17t.626 1.528t1.528.626t1.528-.626"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMicGearOutlineRounded(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="M8.577 12.423Q8 11.846 8 11V5q0-.846.577-1.423T10 3t1.423.577T12 5v6q0 .846-.577 1.423T10 13t-1.423-.577m2.136-.71Q11 11.425 11 11V5q0-.425-.288-.712T10 4t-.712.288T9 5v6q0 .425.288.713T10 12t.713-.288M9.5 20v-3.017q-2.165-.19-3.716-1.72q-1.551-1.529-1.748-3.738q-.03-.214.11-.37Q4.286 11 4.5 11t.357.153t.185.366q.202 1.875 1.592 3.156q1.389 1.28 3.283 1.28q.248 0 .416.191q.167.19.167.413V20q0 .214-.143.357T10 20.5t-.357-.143T9.5 20m4.446-.908l-.475.187q-.171.061-.33.013q-.158-.048-.257-.188l-.065-.139q-.098-.165-.086-.332t.17-.297l.358-.302q-.165-.517-.165-1.034t.165-1.035l-.357-.302q-.14-.11-.171-.283t.067-.34l.11-.144q.098-.14.244-.188q.146-.049.317.013l.475.187q.313-.373.74-.588q.425-.214.898-.32l.054-.456q.037-.177.174-.303q.138-.126.315-.126h.13q.177 0 .315.13t.174.305l.054.45q.473.106.899.32t.74.588l.475-.187q.17-.062.33-.013q.158.048.256.188l.066.138q.098.166.086.333t-.171.296l-.358.302q.166.518.166 1.035t-.166 1.034l.358.302q.14.11.171.284t-.067.34l-.11.144q-.098.14-.244.188t-.317-.013l-.475-.187q-.333.374-.75.588q-.416.214-.889.32l-.054.456q-.036.177-.174.303q-.137.125-.314.125h-.131q-.177 0-.314-.128t-.175-.306l-.053-.45q-.474-.106-.89-.32t-.749-.588m3.836-.564q.626-.626.626-1.528t-.626-1.528t-1.528-.626t-1.528.626T14.1 17t.626 1.528t1.528.626t1.528-.626"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.577 12.423Q8 11.846 8 11V5q0-.846.577-1.423T10 3t1.423.577T12 5v6q0 .846-.577 1.423T10 13t-1.423-.577m2.136-.71Q11 11.425 11 11V5q0-.425-.288-.712T10 4t-.712.288T9 5v6q0 .425.288.713T10 12t.713-.288M9.5 20v-3.017q-2.165-.19-3.716-1.72q-1.551-1.529-1.748-3.738q-.03-.214.11-.37Q4.286 11 4.5 11t.357.153t.185.366q.202 1.875 1.592 3.156q1.389 1.28 3.283 1.28q.248 0 .416.191q.167.19.167.413V20q0 .214-.143.357T10 20.5t-.357-.143T9.5 20m4.446-.908l-.475.187q-.171.061-.33.013q-.158-.048-.257-.188l-.065-.139q-.098-.165-.086-.332t.17-.297l.358-.302q-.165-.517-.165-1.034t.165-1.035l-.357-.302q-.14-.11-.171-.283t.067-.34l.11-.144q.098-.14.244-.188q.146-.049.317.013l.475.187q.313-.373.74-.588q.425-.214.898-.32l.054-.456q.037-.177.174-.303q.138-.126.315-.126h.13q.177 0 .315.13t.174.305l.054.45q.473.106.899.32t.74.588l.475-.187q.17-.062.33-.013q.158.048.256.188l.066.138q.098.166.086.333t-.171.296l-.358.302q.166.518.166 1.035t-.166 1.034l.358.302q.14.11.171.284t-.067.34l-.11.144q-.098.14-.244.188t-.317-.013l-.475-.187q-.333.374-.75.588q-.416.214-.889.32l-.054.456q-.036.177-.174.303q-.137.125-.314.125h-.131q-.177 0-.314-.128t-.175-.306l-.053-.45q-.474-.106-.89-.32t-.749-.588m3.836-.564q.626-.626.626-1.528t-.626-1.528t-1.528-.626t-1.528.626T14.1 17t.626 1.528t1.528.626t1.528-.626"/></svg> </template>
CSS
.icon-mic-gear-outline-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%22M8.577%2012.423Q8%2011.846%208%2011V5q0-.846.577-1.423T10%203t1.423.577T12%205v6q0%20.846-.577%201.423T10%2013t-1.423-.577m2.136-.71Q11%2011.425%2011%2011V5q0-.425-.288-.712T10%204t-.712.288T9%205v6q0%20.425.288.713T10%2012t.713-.288M9.5%2020v-3.017q-2.165-.19-3.716-1.72q-1.551-1.529-1.748-3.738q-.03-.214.11-.37Q4.286%2011%204.5%2011t.357.153t.185.366q.202%201.875%201.592%203.156q1.389%201.28%203.283%201.28q.248%200%20.416.191q.167.19.167.413V20q0%20.214-.143.357T10%2020.5t-.357-.143T9.5%2020m4.446-.908l-.475.187q-.171.061-.33.013q-.158-.048-.257-.188l-.065-.139q-.098-.165-.086-.332t.17-.297l.358-.302q-.165-.517-.165-1.034t.165-1.035l-.357-.302q-.14-.11-.171-.283t.067-.34l.11-.144q.098-.14.244-.188q.146-.049.317.013l.475.187q.313-.373.74-.588q.425-.214.898-.32l.054-.456q.037-.177.174-.303q.138-.126.315-.126h.13q.177%200%20.315.13t.174.305l.054.45q.473.106.899.32t.74.588l.475-.187q.17-.062.33-.013q.158.048.256.188l.066.138q.098.166.086.333t-.171.296l-.358.302q.166.518.166%201.035t-.166%201.034l.358.302q.14.11.171.284t-.067.34l-.11.144q-.098.14-.244.188t-.317-.013l-.475-.187q-.333.374-.75.588q-.416.214-.889.32l-.054.456q-.036.177-.174.303q-.137.125-.314.125h-.131q-.177%200-.314-.128t-.175-.306l-.053-.45q-.474-.106-.89-.32t-.749-.588m3.836-.564q.626-.626.626-1.528t-.626-1.528t-1.528-.626t-1.528.626T14.1%2017t.626%201.528t1.528.626t1.528-.626%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%22M8.577%2012.423Q8%2011.846%208%2011V5q0-.846.577-1.423T10%203t1.423.577T12%205v6q0%20.846-.577%201.423T10%2013t-1.423-.577m2.136-.71Q11%2011.425%2011%2011V5q0-.425-.288-.712T10%204t-.712.288T9%205v6q0%20.425.288.713T10%2012t.713-.288M9.5%2020v-3.017q-2.165-.19-3.716-1.72q-1.551-1.529-1.748-3.738q-.03-.214.11-.37Q4.286%2011%204.5%2011t.357.153t.185.366q.202%201.875%201.592%203.156q1.389%201.28%203.283%201.28q.248%200%20.416.191q.167.19.167.413V20q0%20.214-.143.357T10%2020.5t-.357-.143T9.5%2020m4.446-.908l-.475.187q-.171.061-.33.013q-.158-.048-.257-.188l-.065-.139q-.098-.165-.086-.332t.17-.297l.358-.302q-.165-.517-.165-1.034t.165-1.035l-.357-.302q-.14-.11-.171-.283t.067-.34l.11-.144q.098-.14.244-.188q.146-.049.317.013l.475.187q.313-.373.74-.588q.425-.214.898-.32l.054-.456q.037-.177.174-.303q.138-.126.315-.126h.13q.177%200%20.315.13t.174.305l.054.45q.473.106.899.32t.74.588l.475-.187q.17-.062.33-.013q.158.048.256.188l.066.138q.098.166.086.333t-.171.296l-.358.302q.166.518.166%201.035t-.166%201.034l.358.302q.14.11.171.284t-.067.34l-.11.144q-.098.14-.244.188t-.317-.013l-.475-.187q-.333.374-.75.588q-.416.214-.889.32l-.054.456q-.036.177-.174.303q-.137.125-.314.125h-.131q-.177%200-.314-.128t-.175-.306l-.053-.45q-.474-.106-.89-.32t-.749-.588m3.836-.564q.626-.626.626-1.528t-.626-1.528t-1.528-.626t-1.528.626T14.1%2017t.626%201.528t1.528.626t1.528-.626%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mic-gear-outline-rounded.svg?color=%231a73e8&size=48