currency exchange icon

currency-exchange-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
currency-exchange-rounded
Set
Material Symbols
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
currency-exchange-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

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.15 16.15q.825 0 1.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.25v-.375q0-.35.263-.612T12.025 5t.613.263t.262.612v.375q.725.05 1.338.488t.987 1.062q.175.275.025.588t-.5.437q-.325.125-.65.025t-.525-.375q-.25-.3-.625-.487t-.9-.188q-.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.362v.375q0 .35-.263.613t-.612.262t-.612-.262t-.263-.613V17.7q-.95-.2-1.625-.75T8.4 15.55q-.15-.35.013-.675t.512-.45q.325-.125.65.012t.5.438q.35.65.888.962t1.187.313M12 23q-2.8 0-5.15-1.275T3 18.325V20q0 .425-.288.713T2 21t-.712-.288T1 20v-4q0-.425.288-.712T2 15h4q.425 0 .713.288T7 16t-.288.713T6 17H4.525q1.2 1.8 3.163 2.9T12 21q3.525 0 6.063-2.35t2.887-5.775q.05-.4.35-.638T22 12q.425 0 .725.263t.25.637q-.175 2.125-1.1 3.962t-2.4 3.2t-3.387 2.15T12 23m0-20Q8.475 3 5.938 5.35T3.05 11.125q-.05.4-.35.638T2 12q-.425 0-.725-.262t-.25-.638q.175-2.125 1.1-3.962t2.4-3.2t3.388-2.15T12 1q2.8 0 5.15 1.275t3.85 3.4V4q0-.425.288-.712T22 3t.713.288T23 4v4q0 .425-.288.713T22 9h-4q-.425 0-.712-.288T17 8t.288-.712T18 7h1.475q-1.2-1.8-3.162-2.9T12 3"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCurrencyExchangeRounded(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.15q.825 0 1.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.25v-.375q0-.35.263-.612T12.025 5t.613.263t.262.612v.375q.725.05 1.338.488t.987 1.062q.175.275.025.588t-.5.437q-.325.125-.65.025t-.525-.375q-.25-.3-.625-.487t-.9-.188q-.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.362v.375q0 .35-.263.613t-.612.262t-.612-.262t-.263-.613V17.7q-.95-.2-1.625-.75T8.4 15.55q-.15-.35.013-.675t.512-.45q.325-.125.65.012t.5.438q.35.65.888.962t1.187.313M12 23q-2.8 0-5.15-1.275T3 18.325V20q0 .425-.288.713T2 21t-.712-.288T1 20v-4q0-.425.288-.712T2 15h4q.425 0 .713.288T7 16t-.288.713T6 17H4.525q1.2 1.8 3.163 2.9T12 21q3.525 0 6.063-2.35t2.887-5.775q.05-.4.35-.638T22 12q.425 0 .725.263t.25.637q-.175 2.125-1.1 3.962t-2.4 3.2t-3.387 2.15T12 23m0-20Q8.475 3 5.938 5.35T3.05 11.125q-.05.4-.35.638T2 12q-.425 0-.725-.262t-.25-.638q.175-2.125 1.1-3.962t2.4-3.2t3.388-2.15T12 1q2.8 0 5.15 1.275t3.85 3.4V4q0-.425.288-.712T22 3t.713.288T23 4v4q0 .425-.288.713T22 9h-4q-.425 0-.712-.288T17 8t.288-.712T18 7h1.475q-1.2-1.8-3.162-2.9T12 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.15q.825 0 1.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.25v-.375q0-.35.263-.612T12.025 5t.613.263t.262.612v.375q.725.05 1.338.488t.987 1.062q.175.275.025.588t-.5.437q-.325.125-.65.025t-.525-.375q-.25-.3-.625-.487t-.9-.188q-.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.362v.375q0 .35-.263.613t-.612.262t-.612-.262t-.263-.613V17.7q-.95-.2-1.625-.75T8.4 15.55q-.15-.35.013-.675t.512-.45q.325-.125.65.012t.5.438q.35.65.888.962t1.187.313M12 23q-2.8 0-5.15-1.275T3 18.325V20q0 .425-.288.713T2 21t-.712-.288T1 20v-4q0-.425.288-.712T2 15h4q.425 0 .713.288T7 16t-.288.713T6 17H4.525q1.2 1.8 3.163 2.9T12 21q3.525 0 6.063-2.35t2.887-5.775q.05-.4.35-.638T22 12q.425 0 .725.263t.25.637q-.175 2.125-1.1 3.962t-2.4 3.2t-3.387 2.15T12 23m0-20Q8.475 3 5.938 5.35T3.05 11.125q-.05.4-.35.638T2 12q-.425 0-.725-.262t-.25-.638q.175-2.125 1.1-3.962t2.4-3.2t3.388-2.15T12 1q2.8 0 5.15 1.275t3.85 3.4V4q0-.425.288-.712T22 3t.713.288T23 4v4q0 .425-.288.713T22 9h-4q-.425 0-.712-.288T17 8t.288-.712T18 7h1.475q-1.2-1.8-3.162-2.9T12 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.15q.825%200%201.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.25v-.375q0-.35.263-.612T12.025%205t.613.263t.262.612v.375q.725.05%201.338.488t.987%201.062q.175.275.025.588t-.5.437q-.325.125-.65.025t-.525-.375q-.25-.3-.625-.487t-.9-.188q-.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.362v.375q0%20.35-.263.613t-.612.262t-.612-.262t-.263-.613V17.7q-.95-.2-1.625-.75T8.4%2015.55q-.15-.35.013-.675t.512-.45q.325-.125.65.012t.5.438q.35.65.888.962t1.187.313M12%2023q-2.8%200-5.15-1.275T3%2018.325V20q0%20.425-.288.713T2%2021t-.712-.288T1%2020v-4q0-.425.288-.712T2%2015h4q.425%200%20.713.288T7%2016t-.288.713T6%2017H4.525q1.2%201.8%203.163%202.9T12%2021q3.525%200%206.063-2.35t2.887-5.775q.05-.4.35-.638T22%2012q.425%200%20.725.263t.25.637q-.175%202.125-1.1%203.962t-2.4%203.2t-3.387%202.15T12%2023m0-20Q8.475%203%205.938%205.35T3.05%2011.125q-.05.4-.35.638T2%2012q-.425%200-.725-.262t-.25-.638q.175-2.125%201.1-3.962t2.4-3.2t3.388-2.15T12%201q2.8%200%205.15%201.275t3.85%203.4V4q0-.425.288-.712T22%203t.713.288T23%204v4q0%20.425-.288.713T22%209h-4q-.425%200-.712-.288T17%208t.288-.712T18%207h1.475q-1.2-1.8-3.162-2.9T12%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.15q.825%200%201.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.25v-.375q0-.35.263-.612T12.025%205t.613.263t.262.612v.375q.725.05%201.338.488t.987%201.062q.175.275.025.588t-.5.437q-.325.125-.65.025t-.525-.375q-.25-.3-.625-.487t-.9-.188q-.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.362v.375q0%20.35-.263.613t-.612.262t-.612-.262t-.263-.613V17.7q-.95-.2-1.625-.75T8.4%2015.55q-.15-.35.013-.675t.512-.45q.325-.125.65.012t.5.438q.35.65.888.962t1.187.313M12%2023q-2.8%200-5.15-1.275T3%2018.325V20q0%20.425-.288.713T2%2021t-.712-.288T1%2020v-4q0-.425.288-.712T2%2015h4q.425%200%20.713.288T7%2016t-.288.713T6%2017H4.525q1.2%201.8%203.163%202.9T12%2021q3.525%200%206.063-2.35t2.887-5.775q.05-.4.35-.638T22%2012q.425%200%20.725.263t.25.637q-.175%202.125-1.1%203.962t-2.4%203.2t-3.387%202.15T12%2023m0-20Q8.475%203%205.938%205.35T3.05%2011.125q-.05.4-.35.638T2%2012q-.425%200-.725-.262t-.25-.638q.175-2.125%201.1-3.962t2.4-3.2t3.388-2.15T12%201q2.8%200%205.15%201.275t3.85%203.4V4q0-.425.288-.712T22%203t.713.288T23%204v4q0%20.425-.288.713T22%209h-4q-.425%200-.712-.288T17%208t.288-.712T18%207h1.475q-1.2-1.8-3.162-2.9T12%203%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-rounded.svg?color=%231a73e8&size=48