Mobile Layout icon

Mobile Layout is a Google Material Symbol from the Hardware 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_layout_outlined_fill0_wght400.svg

Mobile Layout 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=mobile_layout" />

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

Mobile Layout icon in React

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

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

Mobile Layout icon in Vue

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

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

Mobile Layout icon in Angular

With Angular Material and the font from the HTML tab:

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

Mobile Layout 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_layout, fill: 0, weight: 400)

Mobile Layout icon in Android

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

<!-- res/drawable/mobile_layout.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="M2.5 21q-.6 0-1.05-.45t-.45-1.05v-2.7q0-.6 .45-1.05t1.05-.45h6.8q.6 0 1.05 .45t.45 1.05v2.7q0 .6-.45 1.05t-1.05 .45H2.5Zm12.3 0q-.6 0-1.05-.45t-.45-1.05v-15q0-.6 .45-1.05t1.05-.45h6.7q.6 0 1.05 .45t.45 1.05v15q0 .6-.45 1.05t-1.05 .45H14.8Zm-12.3-1.5h6.8v-2.7H2.5v2.7Zm12.3 0h6.7v-15H14.8v15Zm3.355-1.5q.32 0 .533-.225t.212-.537q0-.313-.217-.525-.217-.213-.537-.213-.321 0-.533 .216-.213 .215-.213 .534 0 .3 .217 .525 .217 .225 .538 .225ZM2.5 12.8q-.6 0-1.05-.45t-.45-1.05v-6.8q0-.6 .45-1.05t1.05-.45h6.8q.6 0 1.05 .45t.45 1.05v6.8q0 .6-.45 1.05t-1.05 .45H2.5Zm4.563-5.3q.312 0 .525-.216 .212-.215 .212-.534 0-.3-.215-.525-.216-.225-.535-.225-.3 0-.525 .225t-.225 .538q0 .312 .225 .525t.538 .212ZM2.5 11.1l2.075-2.775 2.275 3.025h2.45v-6.85H2.5v6.6Zm3.4 7.05Zm12.25-6.15ZM5.9 7.925Z" />
</vector>

Mobile Layout icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/mobile_layout.svg" width="24" height="24" alt="Mobile Layout">

Mobile Layout 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 Layout
Ligaturemobile_layout
Code pointU+F2BF
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/mobile_layout.svg, mobile_layout-fill.svg
FlutterSymbols.mobile_layout
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwareviewphonephotostructurecameragridarrangementorganizationorderpanelsmartphone

Related icons