Mobile Camera Front icon

Mobile Camera Front is a Google Material Symbol from the Images 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

mobile_camera_front_outlined_fill0_wght400.svg

Mobile Camera Front 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=mobile_camera_front" />

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

Mobile Camera Front icon in React

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

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

Mobile Camera Front icon in Vue

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

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

Mobile Camera Front icon in Angular

With Angular Material and the font from the HTML tab:

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

Mobile Camera Front 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.mobile_camera_front, fill: 0, weight: 400)

Mobile Camera Front icon in Android

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

<!-- res/drawable/mobile_camera_front.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="m10.025 22.5-1.075-1.075 1.425-1.425H5v-1.5h5.425l-1.475-1.475 1.075-1.075 3.275 3.275L10.025 22.5ZM6.5 13.45q1.3-.575 2.688-.862T12 12.3q1.425 0 2.806 .288Q16.187 12.875 17.5 13.45v-9.95H6.5v9.95Zm7.5 6.55v-1.5h5v1.5H14ZM10.013 10.032q-.813-.819-.813-1.988 0-1.169 .819-1.981 .818-.813 1.987-.813 1.169 0 1.982 .819 .812 .818 .812 1.987 0 1.169-.818 1.982-.819 .812-1.988 .812-1.169 0-1.981-.818ZM12.925 8.977q.375-.373 .375-.925T12.927 7.125q-.373-.375-.925-.375T11.075 7.123q-.375 .373-.375 .925T11.073 8.975q.374 .375 .925 .375T12.925 8.977ZM12 13.85Zm0-5.8ZM5 17.2v-13.7q0-.6 .45-1.05t1.05-.45h11q.6 0 1.05 .45t.45 1.05v3.75q.45 .075 .75 .424 .3 .349 .3 .791V10.325q0 .475-.3 .825t-.75 .425v5.625h-1.5v-2.025q-1.1-.65-2.437-.987T12 13.85q-1.725 0-3.05 .338T6.5 15.175v2.025h-1.5Z" />
</vector>

Mobile Camera Front icon in SVG

npm install @material-symbols/svg-400

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

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

Mobile Camera Front 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

NameMobile Camera Front
Ligaturemobile_camera_front
Code pointU+F2C9
CategoryImages
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/mobile_camera_front.svg, mobile_camera_front-fill.svg
FlutterSymbols.mobile_camera_front
LicenseApache License 2.0 (© Google LLC)

Keywords

imageshumanvideopersonphonephotopicturephotographybodyrecordmultimediastreamingrecording

Related icons