currency exchange icon
currency-exchange-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- currency-exchange-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- currency-exchange-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
currency-exchangeBootstrap Iconscurrency-exchangeEmoji One (Colored)currency-exchangeFluent Emojicurrency-exchangeFluent Emoji Flatcurrency-exchangeFluent Emoji High Contrastcurrency-exchangeMaterial Symbolscurrency-exchangeNoto Emojicurrency-exchangeOpenMojicurrency-exchangeTDesign Iconscurrency-exchangeTwitter Emoji
More business icons from Material Symbols Light
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.15 16.535q.883 0 1.653-.465q.77-.464.77-1.52q0-.84-.555-1.32t-2.168-1.072q-1.61-.583-2.287-1.231q-.678-.648-.678-1.727q0-.91.683-1.68t1.967-.962v-.683q0-.196.147-.343t.343-.148t.343.148t.147.343v.683q.687.05 1.29.43t.997.966q.098.14.025.299t-.25.226q-.171.067-.352.025t-.304-.202q-.327-.396-.788-.641q-.462-.245-1.083-.245q-.99 0-1.588.509T9.865 9.2t.46 1.179t2.114.99q1.8.65 2.438 1.39q.639.741.639 1.791q0 .706-.28 1.237q-.278.53-.72.88q-.441.349-.981.538t-1.07.237v.683q0 .196-.147.343t-.343.148t-.343-.148t-.147-.343v-.733q-.893-.2-1.568-.682t-1.113-1.294q-.092-.177-.016-.368q.076-.19.253-.257q.17-.068.361-.007q.19.06.289.226q.426.727 1.06 1.126t1.399.399M12 22q-3.05 0-5.467-1.621q-2.418-1.621-3.63-4.362v2.79q0 .214-.142.358t-.357.143t-.357-.143t-.143-.357v-3.692q0-.349.23-.578q.23-.23.578-.23h3.692q.213 0 .357.143t.143.357t-.143.357t-.357.143H3.698q.97 2.569 3.249 4.13Q9.227 21 12 21q3.448 0 5.976-2.254t2.955-5.717q.03-.227.177-.378q.146-.151.373-.151q.213 0 .35.166q.136.167.106.388q-.195 1.894-1.043 3.52t-2.178 2.835t-3.051 1.9T12 22m0-19Q8.667 3 6.091 5.187T3.07 10.952q-.03.227-.177.388q-.146.16-.373.16q-.233 0-.36-.166q-.126-.167-.096-.407q.233-1.971 1.11-3.607q.877-1.635 2.208-2.815t3.031-1.842T12 2q2.992 0 5.467 1.63t3.63 4.43V5.192q0-.213.143-.356t.356-.144t.357.144t.143.356v3.693q0 .348-.23.578t-.577.23h-3.693q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.144h2.706Q19.391 6.2 17.101 4.6T12 3"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCurrencyExchangeRounded(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.15 16.535q.883 0 1.653-.465q.77-.464.77-1.52q0-.84-.555-1.32t-2.168-1.072q-1.61-.583-2.287-1.231q-.678-.648-.678-1.727q0-.91.683-1.68t1.967-.962v-.683q0-.196.147-.343t.343-.148t.343.148t.147.343v.683q.687.05 1.29.43t.997.966q.098.14.025.299t-.25.226q-.171.067-.352.025t-.304-.202q-.327-.396-.788-.641q-.462-.245-1.083-.245q-.99 0-1.588.509T9.865 9.2t.46 1.179t2.114.99q1.8.65 2.438 1.39q.639.741.639 1.791q0 .706-.28 1.237q-.278.53-.72.88q-.441.349-.981.538t-1.07.237v.683q0 .196-.147.343t-.343.148t-.343-.148t-.147-.343v-.733q-.893-.2-1.568-.682t-1.113-1.294q-.092-.177-.016-.368q.076-.19.253-.257q.17-.068.361-.007q.19.06.289.226q.426.727 1.06 1.126t1.399.399M12 22q-3.05 0-5.467-1.621q-2.418-1.621-3.63-4.362v2.79q0 .214-.142.358t-.357.143t-.357-.143t-.143-.357v-3.692q0-.349.23-.578q.23-.23.578-.23h3.692q.213 0 .357.143t.143.357t-.143.357t-.357.143H3.698q.97 2.569 3.249 4.13Q9.227 21 12 21q3.448 0 5.976-2.254t2.955-5.717q.03-.227.177-.378q.146-.151.373-.151q.213 0 .35.166q.136.167.106.388q-.195 1.894-1.043 3.52t-2.178 2.835t-3.051 1.9T12 22m0-19Q8.667 3 6.091 5.187T3.07 10.952q-.03.227-.177.388q-.146.16-.373.16q-.233 0-.36-.166q-.126-.167-.096-.407q.233-1.971 1.11-3.607q.877-1.635 2.208-2.815t3.031-1.842T12 2q2.992 0 5.467 1.63t3.63 4.43V5.192q0-.213.143-.356t.356-.144t.357.144t.143.356v3.693q0 .348-.23.578t-.577.23h-3.693q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.144h2.706Q19.391 6.2 17.101 4.6T12 3"/></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.15 16.535q.883 0 1.653-.465q.77-.464.77-1.52q0-.84-.555-1.32t-2.168-1.072q-1.61-.583-2.287-1.231q-.678-.648-.678-1.727q0-.91.683-1.68t1.967-.962v-.683q0-.196.147-.343t.343-.148t.343.148t.147.343v.683q.687.05 1.29.43t.997.966q.098.14.025.299t-.25.226q-.171.067-.352.025t-.304-.202q-.327-.396-.788-.641q-.462-.245-1.083-.245q-.99 0-1.588.509T9.865 9.2t.46 1.179t2.114.99q1.8.65 2.438 1.39q.639.741.639 1.791q0 .706-.28 1.237q-.278.53-.72.88q-.441.349-.981.538t-1.07.237v.683q0 .196-.147.343t-.343.148t-.343-.148t-.147-.343v-.733q-.893-.2-1.568-.682t-1.113-1.294q-.092-.177-.016-.368q.076-.19.253-.257q.17-.068.361-.007q.19.06.289.226q.426.727 1.06 1.126t1.399.399M12 22q-3.05 0-5.467-1.621q-2.418-1.621-3.63-4.362v2.79q0 .214-.142.358t-.357.143t-.357-.143t-.143-.357v-3.692q0-.349.23-.578q.23-.23.578-.23h3.692q.213 0 .357.143t.143.357t-.143.357t-.357.143H3.698q.97 2.569 3.249 4.13Q9.227 21 12 21q3.448 0 5.976-2.254t2.955-5.717q.03-.227.177-.378q.146-.151.373-.151q.213 0 .35.166q.136.167.106.388q-.195 1.894-1.043 3.52t-2.178 2.835t-3.051 1.9T12 22m0-19Q8.667 3 6.091 5.187T3.07 10.952q-.03.227-.177.388q-.146.16-.373.16q-.233 0-.36-.166q-.126-.167-.096-.407q.233-1.971 1.11-3.607q.877-1.635 2.208-2.815t3.031-1.842T12 2q2.992 0 5.467 1.63t3.63 4.43V5.192q0-.213.143-.356t.356-.144t.357.144t.143.356v3.693q0 .348-.23.578t-.577.23h-3.693q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.144h2.706Q19.391 6.2 17.101 4.6T12 3"/></svg> </template>
CSS
.icon-currency-exchange-rounded {
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.15%2016.535q.883%200%201.653-.465q.77-.464.77-1.52q0-.84-.555-1.32t-2.168-1.072q-1.61-.583-2.287-1.231q-.678-.648-.678-1.727q0-.91.683-1.68t1.967-.962v-.683q0-.196.147-.343t.343-.148t.343.148t.147.343v.683q.687.05%201.29.43t.997.966q.098.14.025.299t-.25.226q-.171.067-.352.025t-.304-.202q-.327-.396-.788-.641q-.462-.245-1.083-.245q-.99%200-1.588.509T9.865%209.2t.46%201.179t2.114.99q1.8.65%202.438%201.39q.639.741.639%201.791q0%20.706-.28%201.237q-.278.53-.72.88q-.441.349-.981.538t-1.07.237v.683q0%20.196-.147.343t-.343.148t-.343-.148t-.147-.343v-.733q-.893-.2-1.568-.682t-1.113-1.294q-.092-.177-.016-.368q.076-.19.253-.257q.17-.068.361-.007q.19.06.289.226q.426.727%201.06%201.126t1.399.399M12%2022q-3.05%200-5.467-1.621q-2.418-1.621-3.63-4.362v2.79q0%20.214-.142.358t-.357.143t-.357-.143t-.143-.357v-3.692q0-.349.23-.578q.23-.23.578-.23h3.692q.213%200%20.357.143t.143.357t-.143.357t-.357.143H3.698q.97%202.569%203.249%204.13Q9.227%2021%2012%2021q3.448%200%205.976-2.254t2.955-5.717q.03-.227.177-.378q.146-.151.373-.151q.213%200%20.35.166q.136.167.106.388q-.195%201.894-1.043%203.52t-2.178%202.835t-3.051%201.9T12%2022m0-19Q8.667%203%206.091%205.187T3.07%2010.952q-.03.227-.177.388q-.146.16-.373.16q-.233%200-.36-.166q-.126-.167-.096-.407q.233-1.971%201.11-3.607q.877-1.635%202.208-2.815t3.031-1.842T12%202q2.992%200%205.467%201.63t3.63%204.43V5.192q0-.213.143-.356t.356-.144t.357.144t.143.356v3.693q0%20.348-.23.578t-.577.23h-3.693q-.213%200-.356-.144t-.144-.357t.144-.356t.356-.144h2.706Q19.391%206.2%2017.101%204.6T12%203%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.15%2016.535q.883%200%201.653-.465q.77-.464.77-1.52q0-.84-.555-1.32t-2.168-1.072q-1.61-.583-2.287-1.231q-.678-.648-.678-1.727q0-.91.683-1.68t1.967-.962v-.683q0-.196.147-.343t.343-.148t.343.148t.147.343v.683q.687.05%201.29.43t.997.966q.098.14.025.299t-.25.226q-.171.067-.352.025t-.304-.202q-.327-.396-.788-.641q-.462-.245-1.083-.245q-.99%200-1.588.509T9.865%209.2t.46%201.179t2.114.99q1.8.65%202.438%201.39q.639.741.639%201.791q0%20.706-.28%201.237q-.278.53-.72.88q-.441.349-.981.538t-1.07.237v.683q0%20.196-.147.343t-.343.148t-.343-.148t-.147-.343v-.733q-.893-.2-1.568-.682t-1.113-1.294q-.092-.177-.016-.368q.076-.19.253-.257q.17-.068.361-.007q.19.06.289.226q.426.727%201.06%201.126t1.399.399M12%2022q-3.05%200-5.467-1.621q-2.418-1.621-3.63-4.362v2.79q0%20.214-.142.358t-.357.143t-.357-.143t-.143-.357v-3.692q0-.349.23-.578q.23-.23.578-.23h3.692q.213%200%20.357.143t.143.357t-.143.357t-.357.143H3.698q.97%202.569%203.249%204.13Q9.227%2021%2012%2021q3.448%200%205.976-2.254t2.955-5.717q.03-.227.177-.378q.146-.151.373-.151q.213%200%20.35.166q.136.167.106.388q-.195%201.894-1.043%203.52t-2.178%202.835t-3.051%201.9T12%2022m0-19Q8.667%203%206.091%205.187T3.07%2010.952q-.03.227-.177.388q-.146.16-.373.16q-.233%200-.36-.166q-.126-.167-.096-.407q.233-1.971%201.11-3.607q.877-1.635%202.208-2.815t3.031-1.842T12%202q2.992%200%205.467%201.63t3.63%204.43V5.192q0-.213.143-.356t.356-.144t.357.144t.143.356v3.693q0%20.348-.23.578t-.577.23h-3.693q-.213%200-.356-.144t-.144-.357t.144-.356t.356-.144h2.706Q19.391%206.2%2017.101%204.6T12%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/currency-exchange-rounded.svg?color=%231a73e8&size=48