Component Exchange icon

Component Exchange 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

component_exchange_outlined_fill0_wght400.svg

Component Exchange 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=component_exchange" />

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

Component Exchange icon in React

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

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

Component Exchange icon in Vue

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

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

Component Exchange icon in Angular

With Angular Material and the font from the HTML tab:

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

Component Exchange 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.component_exchange, fill: 0, weight: 400)

Component Exchange icon in Android

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

<!-- res/drawable/component_exchange.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="m4.825 21-.15-1.225-.35-.175q-.15-.075-.275-.175l-1.15 .475-.925-1.6 .975-.725v-.725l-.975-.75 .925-1.6 1.15 .475q.375-.25 .45-.287l.175-.088 .15-1.2h1.85l.15 1.225q.1 .05 .188 .088t.162 .087q.075 .05 .138 .088t.137 .087l1.15-.475 .925 1.6-.975 .725q.05 .2 .025 .475t-.1 .375q.05 .05 .075 .05t.075 .05l6.35-3.275-.95 1.725-4.725 2.425-.7 1.25-1.15-.475q-.375 .225-.45 .275t-.175 .1l-.15 1.2h-1.85Zm-.275-5q-.5 .5-.5 1.2t.5 1.2q.5 .5 1.2 .5t1.2-.5q.5-.5 .5-1.2t-.5-1.2q-.5-.5-1.2-.5t-1.2 .5Zm5.525-6.4-.125-1.2q-.15-.1-.3-.187t-.3-.188l-.05 .025v6.975l-.55-.975-.55 .25v-6l-.95-1.4 .95-.725v-.725l-.975-.75 .925-1.6 1.15 .475q.375-.25 .45-.287l.175-.088 .15-1.2h1.85l.15 1.225 .35 .175q.15 .075 .275 .175l1.15-.475 .925 1.6-.975 .725v.725l.975 .75-.925 1.6-1.15-.475q-.375 .225-.45 .275t-.175 .1l-.15 1.2h-1.85Zm-.275-5q-.5 .5-.5 1.2t.5 1.2q.5 .5 1.2 .5t1.2-.5q.5-.5 .5-1.2t-.5-1.2q-.5-.5-1.2-.5t-1.2 .5Zm7.525 16.4-.15-1.225-.35-.175q-.15-.075-.275-.175l-1.15 .475-.925-1.6 .975-.725v-.725l-.975-.725 .925-1.625 1.15 .475q.15-.15 .25-.225t.225-.125l.075-.3-5.875-4.375h1l.075-.575 5.4 4.025h1.475l.15 1.225q.1 .05 .188 .088t.162 .087q.075 .05 .138 .088t.137 .087l1.15-.475 .925 1.6-.975 .725v.725l.975 .75-.925 1.6-1.15-.475q-.375 .225-.45 .275t-.175 .1l-.15 1.2h-1.85Zm-.275-5q-.5 .5-.5 1.2t.5 1.2q.5 .5 1.2 .5t1.2-.5q.5-.5 .5-1.2t-.5-1.2q-.5-.5-1.2-.5t-1.2 .5Z" />
</vector>

Component Exchange icon in SVG

npm install @material-symbols/svg-400

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

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

Component Exchange 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

NameComponent Exchange
Ligaturecomponent_exchange
Code pointU+F1E7
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/component_exchange.svg, component_exchange-fill.svg
FlutterSymbols.component_exchange
LicenseApache License 2.0 (© Google LLC)

Keywords

actionsconnectionarrowsmoveconnectivitytransferswitchsharechangeupdateflowprocessworkflow

Related icons