Moving Beds icon

Moving Beds is a Google Material Symbol from the Social 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

moving_beds_outlined_fill0_wght400.svg

Moving Beds 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=moving_beds" />

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

Moving Beds icon in React

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

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

Moving Beds icon in Vue

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

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

Moving Beds icon in Angular

With Angular Material and the font from the HTML tab:

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

Moving Beds 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.moving_beds, fill: 0, weight: 400)

Moving Beds icon in Android

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

<!-- res/drawable/moving_beds.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="M3.5 22q-.619 0-1.059-.441Q2 21.119 2 20.5v-17q0-.619 .441-1.059Q2.881 2 3.5 2h10q.619 0 1.06 .441Q15 2.881 15 3.5v17q0 .619-.44 1.059Q14.119 22 13.5 22H3.5Zm0-11.125q.5-.425 1.138-.65t1.362-.225h5q.725 0 1.363 .225t1.137 .65v-7.375H3.5v7.375Zm3.763-2.64q-.513-.515-.513-1.237t.515-1.235q.514-.513 1.237-.513t1.236 .515q.512 .515 .512 1.237t-.515 1.236q-.514 .512-1.237 .512t-1.235-.515ZM19.5 15.5l-1.05-1.05 1.675-1.7H16v-1.5h4.125l-1.675-1.7 1.05-1.05 3.5 3.5-3.5 3.5ZM3.5 20.5h10v-6.5q0-1.05-.725-1.775t-1.775-.725H6q-1.05 0-1.775 .725t-.725 1.775v6.5Zm4.25-1.75h1.5v-2h2v-1.5h-2v-2h-1.5v2h-2v1.5h2v2Zm-4.25 1.75h10-10Z" />
</vector>

Moving Beds icon in SVG

npm install @material-symbols/svg-400

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

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

Moving Beds 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

NameMoving Beds
Ligaturemoving_beds
Code pointU+E73D
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/moving_beds.svg, moving_beds-fill.svg
FlutterSymbols.moving_beds
LicenseApache License 2.0 (© Google LLC)

Keywords

socialhumanpersonhomearrowshealthpeoplebodyrightmovehousemedicaltransfer

Related icons