Transition Dissolve icon

Transition Dissolve 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

transition_dissolve_outlined_fill0_wght400.svg

Transition Dissolve 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=transition_dissolve" />

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

Transition Dissolve icon in React

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

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

Transition Dissolve icon in Vue

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

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

Transition Dissolve icon in Angular

With Angular Material and the font from the HTML tab:

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

Transition Dissolve 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.transition_dissolve, fill: 0, weight: 400)

Transition Dissolve icon in Android

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

<!-- res/drawable/transition_dissolve.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="M5.25 20q-.525 0-.887-.375T4 18.75q0-.55 .375-.912t.875-.363q.55 0 .913 .363T6.525 18.75q0 .5-.362 .875T5.25 20Zm4.5 0q-.55 0-.912-.375T8.475 18.75q0-.55 .375-.912t.9-.363q.525 0 .888 .363T11 18.75q0 .5-.362 .875T9.75 20Zm4.5 0q-.5 0-.887-.375T12.975 18.75q0-.55 .388-.912T14.25 17.475q.525 0 .9 .363t.375 .912q0 .5-.375 .875t-.9 .375Zm4.475 0q-.525 0-.9-.375t-.375-.875q0-.55 .388-.912T18.725 17.475q.55 0 .913 .363T20 18.75q0 .5-.362 .875T18.725 20ZM5.25 15.525q-.5 0-.875-.375t-.375-.9q0-.5 .363-.875t.887-.375q.525 0 .9 .363t.375 .887q0 .525-.362 .9T5.25 15.525Zm4.5 0q-.525 0-.9-.375t-.375-.9q0-.525 .375-.887t.9-.363q.525 0 .888 .363T11 14.25q0 .525-.362 .9T9.75 15.525Zm4.5 0q-.5 0-.887-.375T12.975 14.25q0-.525 .388-.887T14.25 13q.525 0 .9 .363t.375 .887q0 .525-.375 .9t-.9 .375Zm4.475 0q-.5 0-.887-.375T17.45 14.25q0-.525 .388-.887T18.725 13q.55 0 .913 .363T20 14.25q0 .525-.362 .9T18.725 15.525ZM5.25 11.025q-.5 0-.875-.387T4 9.75q0-.5 .375-.887t.875-.388q.55 0 .913 .375t.362 .9q0 .5-.362 .888T5.25 11.025Zm4.5 0q-.525 0-.9-.387T8.475 9.75q0-.525 .375-.9t.9-.375q.525 0 .888 .375t.362 .9q0 .5-.362 .888T9.75 11.025Zm4.5 0q-.5 0-.887-.387T12.975 9.75q0-.525 .388-.9t.887-.375q.525 0 .9 .375t.375 .9q0 .5-.375 .888T14.25 11.025Zm4.475 0q-.5 0-.887-.387T17.45 9.75q0-.525 .388-.9t.887-.375q.55 0 .913 .375t.362 .9q0 .5-.362 .888T18.725 11.025ZM5.25 6.55q-.5 0-.875-.387T4 5.275q0-.5 .363-.887T5.25 4q.525 0 .9 .363t.375 .912q0 .5-.362 .888T5.25 6.55Zm4.5 0q-.525 0-.9-.387T8.475 5.275q0-.55 .375-.912t.9-.363q.525 0 .888 .363T11 5.275q0 .5-.362 .888T9.75 6.55Zm4.5 0q-.5 0-.887-.387T12.975 5.275q0-.55 .388-.912T14.25 4q.525 0 .9 .363t.375 .912q0 .5-.375 .888T14.25 6.55Zm4.475 0q-.5 0-.887-.387T17.45 5.275q0-.55 .388-.912T18.725 4q.55 0 .913 .363T20 5.275q0 .5-.362 .888T18.725 6.55Z" />
</vector>

Transition Dissolve icon in SVG

npm install @material-symbols/svg-400

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

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

Transition Dissolve 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

NameTransition Dissolve
Ligaturetransition_dissolve
Code pointU+F50D
CategoryImages
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/transition_dissolve.svg, transition_dissolve-fill.svg
FlutterSymbols.transition_dissolve
LicenseApache License 2.0 (© Google LLC)

Keywords

imagesmediavideoeditingeditorgridcollectionpresentationmoviefilmeffectdotssequence

Related icons