Photo Auto Merge icon

Photo Auto Merge 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

photo_auto_merge_outlined_fill0_wght400.svg

Photo Auto Merge 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=photo_auto_merge" />

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

Photo Auto Merge icon in React

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

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

Photo Auto Merge icon in Vue

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

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

Photo Auto Merge icon in Angular

With Angular Material and the font from the HTML tab:

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

Photo Auto Merge 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.photo_auto_merge, fill: 0, weight: 400)

Photo Auto Merge icon in Android

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

<!-- res/drawable/photo_auto_merge.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="M6.95 18.55q-.6 0-1.05-.45t-.45-1.05v-12.55q0-.6 .45-1.05t1.05-.45h7.4q-.05 .375-.087 .75t.012 .75H6.95v12.4q1.15-1.45 2.775-2.3t3.503-.85q1.847 0 3.485 .863Q18.35 15.475 19.5 16.9q.025 .025 0-.004t0 .004v-7.4q.375 0 .75-.025t.75-.125v7.7q0 .6-.45 1.05t-1.05 .45H6.95Zm6.275-10.075ZM4.325 22.975q-.625 .075-1.112-.3T2.65 21.675L1.05 9.225q-.075-.625 .317-1.112T2.375 7.55l1.575-.175v1.525l-1.425 .15 1.625 12.45 11.925-1.45h3.075q0 .525-.387 .888T17.825 21.35L4.325 22.975Zm-.175-1.475Zm13.25-15 1.791-5H20.3l1.775 5h-1.05l-.4-1.1h-1.779L18.475 6.5h-1.075Zm1.7-1.85h1.275l-.625-2.025-.65 2.025ZM13.225 15.25q-1.2 0-2.3 .463T9.025 17.05h8.4q-.8-.875-1.9-1.337T13.225 15.25Zm0-9.575q1.15 0 1.975 .825t.825 1.975q0 1.15-.825 1.963T13.225 11.25q-1.15 0-1.975-.807T10.425 8.475q0-1.15 .825-1.975t1.975-.825Zm0 1.5q-.55 0-.925 .375t-.375 .925q0 .55 .375 .925t.925 .375q.55 0 .925-.375t.375-.925q0-.55-.375-.925t-.925-.375Z" />
</vector>

Photo Auto Merge icon in SVG

npm install @material-symbols/svg-400

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

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

Photo Auto Merge 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

NamePhoto Auto Merge
Ligaturephoto_auto_merge
Code pointU+F530
CategoryImages
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/photo_auto_merge.svg, photo_auto_merge-fill.svg
FlutterSymbols.photo_auto_merge
LicenseApache License 2.0 (© Google LLC)

Keywords

imagesedithumanpersonimageletterspeoplepicturephotographybodyalphabetprofileuser

Related icons