currency exchange icon
currency-exchange from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- currency-exchange
- Set
- Material Symbols
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- currency-exchange-outline, currency-exchange-outline-sharp, currency-exchange-sharp
1 other variant in Material Symbols
The same icon in other sets
currency-exchangeBootstrap Iconscurrency-exchangeEmoji One (Colored)currency-exchangeFluent Emojicurrency-exchangeFluent Emoji Flatcurrency-exchangeFluent Emoji High Contrastcurrency-exchangeMaterial Symbols Lightcurrency-exchangeNoto Emojicurrency-exchangeOpenMojicurrency-exchangeTDesign Iconscurrency-exchangeTwitter Emoji
More business icons from Material Symbols
Use the currency exchange icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 23q-2.8 0-5.15-1.275T3 18.325V21H1v-6h6v2H4.525q1.2 1.8 3.163 2.9T12 21q1.875 0 3.513-.712t2.85-1.925t1.925-2.85T21 12h2q0 2.275-.862 4.275t-2.363 3.5t-3.5 2.363T12 23m-.9-4v-1.3q-1.175-.275-1.912-1.012T8.1 14.75l1.65-.65q.3 1.025.938 1.538t1.462.512t1.413-.387t.587-1.213q0-.725-.612-1.175T11.35 12.35q-1.475-.525-2.162-1.25T8.5 9.2q0-1.025.713-1.862T11.15 6.25V5h1.75v1.25q.9.075 1.638.725T15.55 8.5l-1.6.65q-.2-.575-.65-.962T12.05 7.8q-.875 0-1.338.375T10.25 9.2t.575 1.025t2.075.875q1.8.65 2.4 1.525t.6 1.925q0 .725-.25 1.275t-.663.938t-.962.625t-1.175.362V19zM1 12q0-2.275.863-4.275t2.362-3.5t3.5-2.362T12 1q2.8 0 5.15 1.275t3.85 3.4V3h2v6h-6V7h2.475q-1.2-1.8-3.162-2.9T12 3q-1.875 0-3.512.713t-2.85 1.924t-1.925 2.85T3 12z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCurrencyExchange(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 23q-2.8 0-5.15-1.275T3 18.325V21H1v-6h6v2H4.525q1.2 1.8 3.163 2.9T12 21q1.875 0 3.513-.712t2.85-1.925t1.925-2.85T21 12h2q0 2.275-.862 4.275t-2.363 3.5t-3.5 2.363T12 23m-.9-4v-1.3q-1.175-.275-1.912-1.012T8.1 14.75l1.65-.65q.3 1.025.938 1.538t1.462.512t1.413-.387t.587-1.213q0-.725-.612-1.175T11.35 12.35q-1.475-.525-2.162-1.25T8.5 9.2q0-1.025.713-1.862T11.15 6.25V5h1.75v1.25q.9.075 1.638.725T15.55 8.5l-1.6.65q-.2-.575-.65-.962T12.05 7.8q-.875 0-1.338.375T10.25 9.2t.575 1.025t2.075.875q1.8.65 2.4 1.525t.6 1.925q0 .725-.25 1.275t-.663.938t-.962.625t-1.175.362V19zM1 12q0-2.275.863-4.275t2.362-3.5t3.5-2.362T12 1q2.8 0 5.15 1.275t3.85 3.4V3h2v6h-6V7h2.475q-1.2-1.8-3.162-2.9T12 3q-1.875 0-3.512.713t-2.85 1.924t-1.925 2.85T3 12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 23q-2.8 0-5.15-1.275T3 18.325V21H1v-6h6v2H4.525q1.2 1.8 3.163 2.9T12 21q1.875 0 3.513-.712t2.85-1.925t1.925-2.85T21 12h2q0 2.275-.862 4.275t-2.363 3.5t-3.5 2.363T12 23m-.9-4v-1.3q-1.175-.275-1.912-1.012T8.1 14.75l1.65-.65q.3 1.025.938 1.538t1.462.512t1.413-.387t.587-1.213q0-.725-.612-1.175T11.35 12.35q-1.475-.525-2.162-1.25T8.5 9.2q0-1.025.713-1.862T11.15 6.25V5h1.75v1.25q.9.075 1.638.725T15.55 8.5l-1.6.65q-.2-.575-.65-.962T12.05 7.8q-.875 0-1.338.375T10.25 9.2t.575 1.025t2.075.875q1.8.65 2.4 1.525t.6 1.925q0 .725-.25 1.275t-.663.938t-.962.625t-1.175.362V19zM1 12q0-2.275.863-4.275t2.362-3.5t3.5-2.362T12 1q2.8 0 5.15 1.275t3.85 3.4V3h2v6h-6V7h2.475q-1.2-1.8-3.162-2.9T12 3q-1.875 0-3.512.713t-2.85 1.924t-1.925 2.85T3 12z"/></svg> </template>
CSS
.icon-currency-exchange {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2023q-2.8%200-5.15-1.275T3%2018.325V21H1v-6h6v2H4.525q1.2%201.8%203.163%202.9T12%2021q1.875%200%203.513-.712t2.85-1.925t1.925-2.85T21%2012h2q0%202.275-.862%204.275t-2.363%203.5t-3.5%202.363T12%2023m-.9-4v-1.3q-1.175-.275-1.912-1.012T8.1%2014.75l1.65-.65q.3%201.025.938%201.538t1.462.512t1.413-.387t.587-1.213q0-.725-.612-1.175T11.35%2012.35q-1.475-.525-2.162-1.25T8.5%209.2q0-1.025.713-1.862T11.15%206.25V5h1.75v1.25q.9.075%201.638.725T15.55%208.5l-1.6.65q-.2-.575-.65-.962T12.05%207.8q-.875%200-1.338.375T10.25%209.2t.575%201.025t2.075.875q1.8.65%202.4%201.525t.6%201.925q0%20.725-.25%201.275t-.663.938t-.962.625t-1.175.362V19zM1%2012q0-2.275.863-4.275t2.362-3.5t3.5-2.362T12%201q2.8%200%205.15%201.275t3.85%203.4V3h2v6h-6V7h2.475q-1.2-1.8-3.162-2.9T12%203q-1.875%200-3.512.713t-2.85%201.924t-1.925%202.85T3%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2023q-2.8%200-5.15-1.275T3%2018.325V21H1v-6h6v2H4.525q1.2%201.8%203.163%202.9T12%2021q1.875%200%203.513-.712t2.85-1.925t1.925-2.85T21%2012h2q0%202.275-.862%204.275t-2.363%203.5t-3.5%202.363T12%2023m-.9-4v-1.3q-1.175-.275-1.912-1.012T8.1%2014.75l1.65-.65q.3%201.025.938%201.538t1.462.512t1.413-.387t.587-1.213q0-.725-.612-1.175T11.35%2012.35q-1.475-.525-2.162-1.25T8.5%209.2q0-1.025.713-1.862T11.15%206.25V5h1.75v1.25q.9.075%201.638.725T15.55%208.5l-1.6.65q-.2-.575-.65-.962T12.05%207.8q-.875%200-1.338.375T10.25%209.2t.575%201.025t2.075.875q1.8.65%202.4%201.525t.6%201.925q0%20.725-.25%201.275t-.663.938t-.962.625t-1.175.362V19zM1%2012q0-2.275.863-4.275t2.362-3.5t3.5-2.362T12%201q2.8%200%205.15%201.275t3.85%203.4V3h2v6h-6V7h2.475q-1.2-1.8-3.162-2.9T12%203q-1.875%200-3.512.713t-2.85%201.924t-1.925%202.85T3%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/currency-exchange.svg?color=%231a73e8&size=48