frame person mic icon
frame-person-mic-outline-sharp from Material Symbols by Google · Outline Sharp · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- frame-person-mic-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- 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="M5 18v-1.9q0-.525.263-.987t.712-.738q1.275-.75 2.713-1.1t2.912-.25q-.05.25-.075.488T11.5 14q0 .275.025.525t.075.5q-1.175-.1-2.3.15T7.15 16h4.775q.275.6.663 1.1t.912.9zm6-6q-1.275 0-2.137-.862T8 9q0-1.25.863-2.125T11 6q1.25 0 2.125.875T14 9q0 1.275-.875 2.138T11 12m0-2q.425 0 .713-.288T12 9t-.288-.712T11 8t-.712.288T10 9t.288.713T11 10m5 8v-1.55q-1.075-.2-1.787-1.012T13.5 13.5h1q0 .825.588 1.413t1.412.587t1.413-.587t.587-1.413h1q0 1.125-.712 1.938T17 16.45V18zm-.387-3.863q-.363-.362-.363-.887v-2q0-.525.363-.888T16.5 10t.888.363t.362.887v2q0 .525-.363.888t-.887.362t-.888-.363M2 22v-6h2v4h4v2zM2 8V2h6v2H4v4zm14 14v-2h4v-4h2v6zm4-14V4h-4V2h6v6z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFramePersonMicOutlineSharp(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="M5 18v-1.9q0-.525.263-.987t.712-.738q1.275-.75 2.713-1.1t2.912-.25q-.05.25-.075.488T11.5 14q0 .275.025.525t.075.5q-1.175-.1-2.3.15T7.15 16h4.775q.275.6.663 1.1t.912.9zm6-6q-1.275 0-2.137-.862T8 9q0-1.25.863-2.125T11 6q1.25 0 2.125.875T14 9q0 1.275-.875 2.138T11 12m0-2q.425 0 .713-.288T12 9t-.288-.712T11 8t-.712.288T10 9t.288.713T11 10m5 8v-1.55q-1.075-.2-1.787-1.012T13.5 13.5h1q0 .825.588 1.413t1.412.587t1.413-.587t.587-1.413h1q0 1.125-.712 1.938T17 16.45V18zm-.387-3.863q-.363-.362-.363-.887v-2q0-.525.363-.888T16.5 10t.888.363t.362.887v2q0 .525-.363.888t-.887.362t-.888-.363M2 22v-6h2v4h4v2zM2 8V2h6v2H4v4zm14 14v-2h4v-4h2v6zm4-14V4h-4V2h6v6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 18v-1.9q0-.525.263-.987t.712-.738q1.275-.75 2.713-1.1t2.912-.25q-.05.25-.075.488T11.5 14q0 .275.025.525t.075.5q-1.175-.1-2.3.15T7.15 16h4.775q.275.6.663 1.1t.912.9zm6-6q-1.275 0-2.137-.862T8 9q0-1.25.863-2.125T11 6q1.25 0 2.125.875T14 9q0 1.275-.875 2.138T11 12m0-2q.425 0 .713-.288T12 9t-.288-.712T11 8t-.712.288T10 9t.288.713T11 10m5 8v-1.55q-1.075-.2-1.787-1.012T13.5 13.5h1q0 .825.588 1.413t1.412.587t1.413-.587t.587-1.413h1q0 1.125-.712 1.938T17 16.45V18zm-.387-3.863q-.363-.362-.363-.887v-2q0-.525.363-.888T16.5 10t.888.363t.362.887v2q0 .525-.363.888t-.887.362t-.888-.363M2 22v-6h2v4h4v2zM2 8V2h6v2H4v4zm14 14v-2h4v-4h2v6zm4-14V4h-4V2h6v6z"/></svg> </template>
CSS
.icon-frame-person-mic-outline-sharp {
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%22M5%2018v-1.9q0-.525.263-.987t.712-.738q1.275-.75%202.713-1.1t2.912-.25q-.05.25-.075.488T11.5%2014q0%20.275.025.525t.075.5q-1.175-.1-2.3.15T7.15%2016h4.775q.275.6.663%201.1t.912.9zm6-6q-1.275%200-2.137-.862T8%209q0-1.25.863-2.125T11%206q1.25%200%202.125.875T14%209q0%201.275-.875%202.138T11%2012m0-2q.425%200%20.713-.288T12%209t-.288-.712T11%208t-.712.288T10%209t.288.713T11%2010m5%208v-1.55q-1.075-.2-1.787-1.012T13.5%2013.5h1q0%20.825.588%201.413t1.412.587t1.413-.587t.587-1.413h1q0%201.125-.712%201.938T17%2016.45V18zm-.387-3.863q-.363-.362-.363-.887v-2q0-.525.363-.888T16.5%2010t.888.363t.362.887v2q0%20.525-.363.888t-.887.362t-.888-.363M2%2022v-6h2v4h4v2zM2%208V2h6v2H4v4zm14%2014v-2h4v-4h2v6zm4-14V4h-4V2h6v6z%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%22M5%2018v-1.9q0-.525.263-.987t.712-.738q1.275-.75%202.713-1.1t2.912-.25q-.05.25-.075.488T11.5%2014q0%20.275.025.525t.075.5q-1.175-.1-2.3.15T7.15%2016h4.775q.275.6.663%201.1t.912.9zm6-6q-1.275%200-2.137-.862T8%209q0-1.25.863-2.125T11%206q1.25%200%202.125.875T14%209q0%201.275-.875%202.138T11%2012m0-2q.425%200%20.713-.288T12%209t-.288-.712T11%208t-.712.288T10%209t.288.713T11%2010m5%208v-1.55q-1.075-.2-1.787-1.012T13.5%2013.5h1q0%20.825.588%201.413t1.412.587t1.413-.587t.587-1.413h1q0%201.125-.712%201.938T17%2016.45V18zm-.387-3.863q-.363-.362-.363-.887v-2q0-.525.363-.888T16.5%2010t.888.363t.362.887v2q0%20.525-.363.888t-.887.362t-.888-.363M2%2022v-6h2v4h4v2zM2%208V2h6v2H4v4zm14%2014v-2h4v-4h2v6zm4-14V4h-4V2h6v6z%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-outline-sharp.svg?color=%231a73e8&size=48