Background Replace icon

Background Replace 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

background_replace_outlined_fill0_wght400.svg

Background Replace 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=background_replace" />

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

Background Replace icon in React

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

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

Background Replace icon in Vue

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

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

Background Replace icon in Angular

With Angular Material and the font from the HTML tab:

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

Background Replace 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.background_replace, fill: 0, weight: 400)

Background Replace icon in Android

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

<!-- res/drawable/background_replace.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.1 11v-2.125l5.875-5.875h2.125L3.1 11Zm-.1-4.15v-2.125l1.725-1.725h2.125L3 6.85Zm13.175-.425q-.25-.275-.525-.537T15.05 5.425l2.425-2.425h2.125L16.175 6.425ZM5.5 14.975l1.925-1.925q.175 .275 .363 .5t.412 .425l-.475 .125q-.575 .175-1.125 .4t-1.1 .475Zm11.95-5.55q-.05-.45-.15-.875t-.3-.825l4-4v2.15L17.45 9.425ZM11.725 4.5l1.5-1.5h2.125l-1.75 1.75q-.4-.125-.787-.187T12 4.5h-.275ZM3 15.375v-2.125l3.5-3.5v.25q0 .425 .05 .825t.2 .775L3 15.375Zm16.75 .275q-.3-.275-.65-.45t-.7-.325l2.6-2.6v2.125l-1.25 1.25Zm-2.9-1.35q-.275-.075-.537-.162T15.775 13.975q.5-.425 .838-.975t.562-1.175l3.825-3.825v2.15L16.85 14.3Zm-4.85-.3q-1.65 0-2.825-1.175t-1.175-2.825q0-1.65 1.175-2.825t2.825-1.175q1.65 0 2.825 1.175t1.175 2.825q0 1.65-1.175 2.825t-2.825 1.175Zm1.775-2.225q.725-.725 .725-1.775t-.725-1.775q-.725-.725-1.775-.725t-1.775 .725q-.725 .725-.725 1.775t.725 1.775q.725 .725 1.775 .725t1.775-.725ZM4 21v-1.775q0-.85 .425-1.575t1.175-1.1q1.5-.75 3.113-1.15T12 15q1.675 0 3.288 .4T18.4 16.55q.75 .375 1.175 1.1t.425 1.575v1.775H4Zm1.5-1.5h13q0-.5-.187-.937T17.7 17.9q-1.35-.65-2.775-1.025t-2.925-.375q-1.5 0-2.925 .375t-2.775 1.025q-.425 .225-.612 .663T5.5 19.5Zm6.5 0Zm0-9.5Z" />
</vector>

Background Replace icon in SVG

npm install @material-symbols/svg-400

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

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

Background Replace 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

NameBackground Replace
Ligaturebackground_replace
Code pointU+F20A
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/background_replace.svg, background_replace-fill.svg
FlutterSymbols.background_replace
LicenseApache License 2.0 (© Google LLC)

Keywords

actionslineshumanvideopersonpeoplecamerauserfilterdiagonalpatternlayersoverlay

Related icons