currency exchange icon

currency-exchange from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
currency-exchange
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the currency exchange icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2"><path d="M21.448 13c-.5 4.777-4.539 8.5-9.448 8.5A9.5 9.5 0 0 1 3.38 16m-.88 4.5v-5h3M2.552 11C3.052 6.223 7.09 2.5 12 2.5A9.5 9.5 0 0 1 20.62 8m.88-4.5v5h-3"/><path d="M14.5 8H12m0 0h-1a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-1m0-8V7m0 9H9.5m2.5 0v1"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignCurrencyExchange(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2"><path d="M21.448 13c-.5 4.777-4.539 8.5-9.448 8.5A9.5 9.5 0 0 1 3.38 16m-.88 4.5v-5h3M2.552 11C3.052 6.223 7.09 2.5 12 2.5A9.5 9.5 0 0 1 20.62 8m.88-4.5v5h-3"/><path d="M14.5 8H12m0 0h-1a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-1m0-8V7m0 9H9.5m2.5 0v1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2"><path d="M21.448 13c-.5 4.777-4.539 8.5-9.448 8.5A9.5 9.5 0 0 1 3.38 16m-.88 4.5v-5h3M2.552 11C3.052 6.223 7.09 2.5 12 2.5A9.5 9.5 0 0 1 20.62 8m.88-4.5v5h-3"/><path d="M14.5 8H12m0 0h-1a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-1m0-8V7m0 9H9.5m2.5 0v1"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M21.448%2013c-.5%204.777-4.539%208.5-9.448%208.5A9.5%209.5%200%200%201%203.38%2016m-.88%204.5v-5h3M2.552%2011C3.052%206.223%207.09%202.5%2012%202.5A9.5%209.5%200%200%201%2020.62%208m.88-4.5v5h-3%22%2F%3E%3Cpath%20d%3D%22M14.5%208H12m0%200h-1a2%202%200%201%200%200%204h2a2%202%200%201%201%200%204h-1m0-8V7m0%209H9.5m2.5%200v1%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M21.448%2013c-.5%204.777-4.539%208.5-9.448%208.5A9.5%209.5%200%200%201%203.38%2016m-.88%204.5v-5h3M2.552%2011C3.052%206.223%207.09%202.5%2012%202.5A9.5%209.5%200%200%201%2020.62%208m.88-4.5v5h-3%22%2F%3E%3Cpath%20d%3D%22M14.5%208H12m0%200h-1a2%202%200%201%200%200%204h2a2%202%200%201%201%200%204h-1m0-8V7m0%209H9.5m2.5%200v1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/currency-exchange.svg?color=%231a73e8&size=48