frame person mic icon
frame-person-mic-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- frame-person-mic-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
Use the frame person 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 12q-1.275 0-2.137-.862T8 9q0-1.25.863-2.125T11 6q1.25 0 2.125.875T14 9q0 1.275-.875 2.138T11 12m6.725 3.075q.525-.425.7-1.075q.05-.2.213-.35T19 13.5t.35.15t.1.35q-.175.95-.837 1.625T17 16.45v1.05q0 .2-.15.35t-.35.15t-.35-.15t-.15-.35v-1.05q-.95-.15-1.613-.825T13.55 14q-.05-.2.1-.35t.35-.15t.363.15t.212.35q.175.65.7 1.075t1.225.425t1.225-.425m-2.113-.937q-.362-.363-.362-.888v-2q0-.525.363-.888T16.5 10t.888.363t.362.887v2q0 .525-.363.888t-.887.362t-.888-.363M4 22q-.825 0-1.412-.587T2 20v-3q0-.425.288-.712T3 16t.713.288T4 17v3h3q.425 0 .713.288T8 21t-.288.713T7 22zM2 7V4q0-.825.588-1.412T4 2h3q.425 0 .713.288T8 3t-.288.713T7 4H4v3q0 .425-.288.713T3 8t-.712-.288T2 7m18 15h-3q-.425 0-.712-.288T16 21t.288-.712T17 20h3v-3q0-.425.288-.712T21 16t.713.288T22 17v3q0 .825-.587 1.413T20 22m0-15V4h-3q-.425 0-.712-.288T16 3t.288-.712T17 2h3q.825 0 1.413.588T22 4v3q0 .425-.288.713T21 8t-.712-.288T20 7M6 18q-.425 0-.712-.288T5 17v-.9q0-.525.263-.987t.712-.738q1.05-.625 2.213-.975t2.362-.4q.425-.025.7.3t.25.75q0 .725.225 1.438t.65 1.337q.275.375.1.775t-.6.4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFramePersonMicRounded(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 12q-1.275 0-2.137-.862T8 9q0-1.25.863-2.125T11 6q1.25 0 2.125.875T14 9q0 1.275-.875 2.138T11 12m6.725 3.075q.525-.425.7-1.075q.05-.2.213-.35T19 13.5t.35.15t.1.35q-.175.95-.837 1.625T17 16.45v1.05q0 .2-.15.35t-.35.15t-.35-.15t-.15-.35v-1.05q-.95-.15-1.613-.825T13.55 14q-.05-.2.1-.35t.35-.15t.363.15t.212.35q.175.65.7 1.075t1.225.425t1.225-.425m-2.113-.937q-.362-.363-.362-.888v-2q0-.525.363-.888T16.5 10t.888.363t.362.887v2q0 .525-.363.888t-.887.362t-.888-.363M4 22q-.825 0-1.412-.587T2 20v-3q0-.425.288-.712T3 16t.713.288T4 17v3h3q.425 0 .713.288T8 21t-.288.713T7 22zM2 7V4q0-.825.588-1.412T4 2h3q.425 0 .713.288T8 3t-.288.713T7 4H4v3q0 .425-.288.713T3 8t-.712-.288T2 7m18 15h-3q-.425 0-.712-.288T16 21t.288-.712T17 20h3v-3q0-.425.288-.712T21 16t.713.288T22 17v3q0 .825-.587 1.413T20 22m0-15V4h-3q-.425 0-.712-.288T16 3t.288-.712T17 2h3q.825 0 1.413.588T22 4v3q0 .425-.288.713T21 8t-.712-.288T20 7M6 18q-.425 0-.712-.288T5 17v-.9q0-.525.263-.987t.712-.738q1.05-.625 2.213-.975t2.362-.4q.425-.025.7.3t.25.75q0 .725.225 1.438t.65 1.337q.275.375.1.775t-.6.4z"/></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 12q-1.275 0-2.137-.862T8 9q0-1.25.863-2.125T11 6q1.25 0 2.125.875T14 9q0 1.275-.875 2.138T11 12m6.725 3.075q.525-.425.7-1.075q.05-.2.213-.35T19 13.5t.35.15t.1.35q-.175.95-.837 1.625T17 16.45v1.05q0 .2-.15.35t-.35.15t-.35-.15t-.15-.35v-1.05q-.95-.15-1.613-.825T13.55 14q-.05-.2.1-.35t.35-.15t.363.15t.212.35q.175.65.7 1.075t1.225.425t1.225-.425m-2.113-.937q-.362-.363-.362-.888v-2q0-.525.363-.888T16.5 10t.888.363t.362.887v2q0 .525-.363.888t-.887.362t-.888-.363M4 22q-.825 0-1.412-.587T2 20v-3q0-.425.288-.712T3 16t.713.288T4 17v3h3q.425 0 .713.288T8 21t-.288.713T7 22zM2 7V4q0-.825.588-1.412T4 2h3q.425 0 .713.288T8 3t-.288.713T7 4H4v3q0 .425-.288.713T3 8t-.712-.288T2 7m18 15h-3q-.425 0-.712-.288T16 21t.288-.712T17 20h3v-3q0-.425.288-.712T21 16t.713.288T22 17v3q0 .825-.587 1.413T20 22m0-15V4h-3q-.425 0-.712-.288T16 3t.288-.712T17 2h3q.825 0 1.413.588T22 4v3q0 .425-.288.713T21 8t-.712-.288T20 7M6 18q-.425 0-.712-.288T5 17v-.9q0-.525.263-.987t.712-.738q1.05-.625 2.213-.975t2.362-.4q.425-.025.7.3t.25.75q0 .725.225 1.438t.65 1.337q.275.375.1.775t-.6.4z"/></svg> </template>
CSS
.icon-frame-person-mic-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%22M11%2012q-1.275%200-2.137-.862T8%209q0-1.25.863-2.125T11%206q1.25%200%202.125.875T14%209q0%201.275-.875%202.138T11%2012m6.725%203.075q.525-.425.7-1.075q.05-.2.213-.35T19%2013.5t.35.15t.1.35q-.175.95-.837%201.625T17%2016.45v1.05q0%20.2-.15.35t-.35.15t-.35-.15t-.15-.35v-1.05q-.95-.15-1.613-.825T13.55%2014q-.05-.2.1-.35t.35-.15t.363.15t.212.35q.175.65.7%201.075t1.225.425t1.225-.425m-2.113-.937q-.362-.363-.362-.888v-2q0-.525.363-.888T16.5%2010t.888.363t.362.887v2q0%20.525-.363.888t-.887.362t-.888-.363M4%2022q-.825%200-1.412-.587T2%2020v-3q0-.425.288-.712T3%2016t.713.288T4%2017v3h3q.425%200%20.713.288T8%2021t-.288.713T7%2022zM2%207V4q0-.825.588-1.412T4%202h3q.425%200%20.713.288T8%203t-.288.713T7%204H4v3q0%20.425-.288.713T3%208t-.712-.288T2%207m18%2015h-3q-.425%200-.712-.288T16%2021t.288-.712T17%2020h3v-3q0-.425.288-.712T21%2016t.713.288T22%2017v3q0%20.825-.587%201.413T20%2022m0-15V4h-3q-.425%200-.712-.288T16%203t.288-.712T17%202h3q.825%200%201.413.588T22%204v3q0%20.425-.288.713T21%208t-.712-.288T20%207M6%2018q-.425%200-.712-.288T5%2017v-.9q0-.525.263-.987t.712-.738q1.05-.625%202.213-.975t2.362-.4q.425-.025.7.3t.25.75q0%20.725.225%201.438t.65%201.337q.275.375.1.775t-.6.4z%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%2012q-1.275%200-2.137-.862T8%209q0-1.25.863-2.125T11%206q1.25%200%202.125.875T14%209q0%201.275-.875%202.138T11%2012m6.725%203.075q.525-.425.7-1.075q.05-.2.213-.35T19%2013.5t.35.15t.1.35q-.175.95-.837%201.625T17%2016.45v1.05q0%20.2-.15.35t-.35.15t-.35-.15t-.15-.35v-1.05q-.95-.15-1.613-.825T13.55%2014q-.05-.2.1-.35t.35-.15t.363.15t.212.35q.175.65.7%201.075t1.225.425t1.225-.425m-2.113-.937q-.362-.363-.362-.888v-2q0-.525.363-.888T16.5%2010t.888.363t.362.887v2q0%20.525-.363.888t-.887.362t-.888-.363M4%2022q-.825%200-1.412-.587T2%2020v-3q0-.425.288-.712T3%2016t.713.288T4%2017v3h3q.425%200%20.713.288T8%2021t-.288.713T7%2022zM2%207V4q0-.825.588-1.412T4%202h3q.425%200%20.713.288T8%203t-.288.713T7%204H4v3q0%20.425-.288.713T3%208t-.712-.288T2%207m18%2015h-3q-.425%200-.712-.288T16%2021t.288-.712T17%2020h3v-3q0-.425.288-.712T21%2016t.713.288T22%2017v3q0%20.825-.587%201.413T20%2022m0-15V4h-3q-.425%200-.712-.288T16%203t.288-.712T17%202h3q.825%200%201.413.588T22%204v3q0%20.425-.288.713T21%208t-.712-.288T20%207M6%2018q-.425%200-.712-.288T5%2017v-.9q0-.525.263-.987t.712-.738q1.05-.625%202.213-.975t2.362-.4q.425-.025.7.3t.25.75q0%20.725.225%201.438t.65%201.337q.275.375.1.775t-.6.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/frame-person-mic-rounded.svg?color=%231a73e8&size=48