Currency Exchange icon

Currency Exchange is a Google Material Symbol from the Business category. It's one of the 500 most used Material Symbols. 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

currency_exchange_outlined_fill0_wght400.svg

Currency 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=currency_exchange" />

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

Currency Exchange icon in React

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

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

Currency Exchange icon in Vue

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

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

Currency Exchange icon in Angular

With Angular Material and the font from the HTML tab:

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

Currency 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.currency_exchange, fill: 0, weight: 400)

Currency Exchange icon in Android

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

<!-- res/drawable/currency_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="M12 23q-2.8 0-5.4-1.65T2.5 17.575v3.425H1v-6h6v1.5H3.575q1.275 1.925 3.638 3.463T12 21.5q1.95 0 3.688-.75t3.025-2.037Q20 17.425 20.75 15.688T21.5 12h1.5q0 2.275-.862 4.275T19.775 19.775q-1.5 1.5-3.5 2.363T12 23Zm-.725-3.825v-1.35q-1.125-.3-1.887-.962T8.1 15.05l1.275-.425q.3 .95 1.063 1.5t1.737 .55q1 0 1.663-.487T14.5 14.9q0-.825-.625-1.387T11.575 12.25q-1.5-.625-2.25-1.35t-.75-1.95q0-1.1 .75-1.875t2-.95v-1.275h1.375v1.275q.95 .1 1.65 .6t1.125 1.375l-1.2 .575q-.375-.7-.925-1.05t-1.3-.35q-.975 0-1.537 .45T9.95 8.95q0 .8 .65 1.275t2.1 1.075q1.725 .725 2.45 1.525t.725 2.075q0 .625-.225 1.15t-.637 .9Q14.6 17.325 14 17.563T12.65 17.875v1.3h-1.375ZM1 12q0-2.275 .863-4.275T4.225 4.225q1.5-1.5 3.5-2.362T12 1q2.8 0 5.4 1.65t4.1 3.775v-3.425h1.5v6H17v-1.5h3.425q-1.275-1.925-3.625-3.462T12 2.5q-1.95 0-3.687 .75t-3.025 2.038Q4 6.575 3.25 8.313T2.5 12H1Z" />
</vector>

Currency Exchange icon in SVG

npm install @material-symbols/svg-400

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

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

Currency 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

NameCurrency Exchange
Ligaturecurrency_exchange
Code pointU+EB70
CategoryBusiness
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/currency_exchange.svg, currency_exchange-fill.svg
FlutterSymbols.currency_exchange
LicenseApache License 2.0 (© Google LLC)

Keywords

businessarrowstransferrotatefinancecommercepaymentmoneyturncashcoinpaysync

Related icons