Frame Person Mic icon

Frame Person Mic is a Google Material Symbol from the Audio&Video category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

frame_person_mic_outlined_fill0_wght400.svg

Frame Person Mic icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=frame_person_mic" />

<span class="material-symbols-outlined">frame_person_mic</span>

Frame Person Mic icon in React

// With the font from the HTML tab:
export function FramePersonMicIcon() {
  return (
    <span className="material-symbols-outlined">
      frame_person_mic
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import FramePersonMicIcon from "@material-symbols/svg-400/outlined/frame_person_mic.svg?react";

Frame Person Mic icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">frame_person_mic</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import FramePersonMicIcon from "@material-symbols/svg-400/outlined/frame_person_mic.svg?component"; -->

Frame Person Mic icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">frame_person_mic</mat-icon>

Frame Person Mic icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.frame_person_mic, fill: 0, weight: 400)

Frame Person Mic icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/frame_person_mic.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M13.1 16.5Zm-8.1 1.5v-1.9q0-.675 .438-1.187T6.5 14.075q1.425-.725 3-.975t3.15 .025q-.075 .275-.112 .563T12.5 14.25q0 .107 .013 .203 .012 .097 .012 .197-1.575-.275-3.125 .013T6.5 15.8v.7h6.6q.275 .45 .625 .838t.775 .662H5Zm6-6q-1.275 0-2.137-.862T8 9q0-1.25 .863-2.125t2.137-.875q1.25 0 2.125 .875t.875 2.125q0 1.275-.875 2.138T11 12Zm-.009-1.5q.634 0 1.072-.429t.437-1.062q0-.634-.434-1.071t-1.075-.438Q10.35 7.5 9.925 7.934t-.425 1.075Q9.5 9.65 9.929 10.075t1.062 .425Zm.009-1.5ZM3.5 22q-.6 0-1.05-.45t-.45-1.05v-4.3h1.5v4.3h4.3v1.5H3.5ZM2 7.8v-4.3q0-.6 .45-1.05t1.05-.45h4.3v1.5H3.5v4.3H2ZM16.2 22v-1.5h4.3v-4.3h1.5v4.3q0 .6-.45 1.05t-1.05 .45H16.2Zm4.3-14.2v-4.3H16.2v-1.5h4.3q.6 0 1.05 .45t.45 1.05v4.3h-1.5ZM16.5 18v-1.55q-1.075-.2-1.787-1.012T14 13.5h1q0 .825 .588 1.413T17 15.5q.825 0 1.413-.587T19 13.5h1q0 1.125-.712 1.938T17.5 16.45v1.55h-1Zm-.387-3.862Q15.75 13.775 15.75 13.25v-2q0-.525 .363-.887T17 10q.525 0 .888 .363T18.25 11.25v2q0 .525-.362 .888T17 14.5q-.525 0-.887-.362Z" />
</vector>

Frame Person Mic icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/frame_person_mic.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/frame_person_mic.svg" width="24" height="24" alt="Frame Person Mic">

Frame Person Mic icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameFrame Person Mic
Ligatureframe_person_mic
Code pointU+F4D5
CategoryAudio&Video
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/frame_person_mic.svg, frame_person_mic-fill.svg
FlutterSymbols.frame_person_mic
LicenseApache License 2.0 (© Google LLC)

Keywords

audio and videohumanpeopleaudioinputbodysoundprofileuserrecordtrackingheadrecording

Related icons