Home App Logo icon

Home App Logo is a Google Material Symbol from the Actions 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

home_app_logo_outlined_fill0_wght400.svg

Home App Logo 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=home_app_logo" />

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

Home App Logo icon in React

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

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

Home App Logo icon in Vue

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

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

Home App Logo icon in Angular

With Angular Material and the font from the HTML tab:

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

Home App Logo 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.home_app_logo, fill: 0, weight: 400)

Home App Logo icon in Android

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

<!-- res/drawable/home_app_logo.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="M12 13.25ZM5.825 21q-1.177 0-2.001-.824Q3 19.352 3 18.175v-6.175q0-.565 .212-1.082Q3.424 10.4 3.825 10l6.2-6.175q.425-.425 .938-.625 .513-.2 1.037-.2 .541 0 1.059 .2Q13.577 3.401 14 3.825l6.175 6.175q.401 .4 .613 .918Q21 11.435 21 12v6.175q0 1.177-.817 2.001Q19.367 21 18.2 21H5.825Zm0-1.5h12.375q.553 0 .926-.387Q19.5 18.725 19.5 18.175v-6.175q0-.273-.087-.511Q19.325 11.25 19.125 11.05L14.975 6.9l-1.9 1.9 3.8 3.825v4.25H7.125v-4.25l6.775-6.775-.976-.964q-.261-.257-.505-.322Q12.175 4.5 12.013 4.5q-.163 0-.425 .063T11.075 4.875L4.9 11.05q-.2 .204-.3 .441T4.5 12v6.175q0 .55 .388 .938T5.825 19.5Zm2.8-4.125h6.75v-2.125L12 9.875 8.625 13.25v2.125Z" />
</vector>

Home App Logo icon in SVG

npm install @material-symbols/svg-400

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

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

Home App Logo 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

NameHome App Logo
Ligaturehome_app_logo
Code pointU+E295
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/home_app_logo.svg, home_app_logo-fill.svg
FlutterSymbols.home_app_logo
LicenseApache License 2.0 (© Google LLC)

Keywords

actionsnetworkstructurenestlocationhousebuildingplacearchitecturegooglestartpropertyandroid

Related icons