money exchange icon
money-exchange from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- money-exchange
- Set
- Mage Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
Use the money 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="round" stroke-linejoin="round" stroke-width="1.5"><path d="m5.795 14.306l-1.772-1.775l-1.773 1.775m15.955-4.579l1.772 1.776l1.773-1.776"/><path d="M19.977 11.503c0-2.12-.84-4.151-2.336-5.65A7.97 7.97 0 0 0 12 3.513a7.9 7.9 0 0 0-2.97.577a7.98 7.98 0 0 0-4.555 4.75m-.452 3.69a8 8 0 0 0 1.827 5.082a7.97 7.97 0 0 0 9.966 1.927a8 8 0 0 0 3.585-4.034"/><path d="M9.58 13.978A2.28 2.28 0 0 0 12 16.054c1.952 0 2.42-1.123 2.42-2.076s-.807-1.963-2.42-1.963s-2.42-.638-2.42-1.938a2.22 2.22 0 0 1 1.537-2.003c.285-.092.585-.125.883-.097a2.33 2.33 0 0 1 2.42 2.1M12 17.264v-1.051m0-9.45v1.21"/></g></svg>
React
import type { SVGProps } from "react";
export function MageMoneyExchange(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="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m5.795 14.306l-1.772-1.775l-1.773 1.775m15.955-4.579l1.772 1.776l1.773-1.776"/><path d="M19.977 11.503c0-2.12-.84-4.151-2.336-5.65A7.97 7.97 0 0 0 12 3.513a7.9 7.9 0 0 0-2.97.577a7.98 7.98 0 0 0-4.555 4.75m-.452 3.69a8 8 0 0 0 1.827 5.082a7.97 7.97 0 0 0 9.966 1.927a8 8 0 0 0 3.585-4.034"/><path d="M9.58 13.978A2.28 2.28 0 0 0 12 16.054c1.952 0 2.42-1.123 2.42-2.076s-.807-1.963-2.42-1.963s-2.42-.638-2.42-1.938a2.22 2.22 0 0 1 1.537-2.003c.285-.092.585-.125.883-.097a2.33 2.33 0 0 1 2.42 2.1M12 17.264v-1.051m0-9.45v1.21"/></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="round" stroke-linejoin="round" stroke-width="1.5"><path d="m5.795 14.306l-1.772-1.775l-1.773 1.775m15.955-4.579l1.772 1.776l1.773-1.776"/><path d="M19.977 11.503c0-2.12-.84-4.151-2.336-5.65A7.97 7.97 0 0 0 12 3.513a7.9 7.9 0 0 0-2.97.577a7.98 7.98 0 0 0-4.555 4.75m-.452 3.69a8 8 0 0 0 1.827 5.082a7.97 7.97 0 0 0 9.966 1.927a8 8 0 0 0 3.585-4.034"/><path d="M9.58 13.978A2.28 2.28 0 0 0 12 16.054c1.952 0 2.42-1.123 2.42-2.076s-.807-1.963-2.42-1.963s-2.42-.638-2.42-1.938a2.22 2.22 0 0 1 1.537-2.003c.285-.092.585-.125.883-.097a2.33 2.33 0 0 1 2.42 2.1M12 17.264v-1.051m0-9.45v1.21"/></g></svg> </template>
CSS
.icon-money-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%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m5.795%2014.306l-1.772-1.775l-1.773%201.775m15.955-4.579l1.772%201.776l1.773-1.776%22%2F%3E%3Cpath%20d%3D%22M19.977%2011.503c0-2.12-.84-4.151-2.336-5.65A7.97%207.97%200%200%200%2012%203.513a7.9%207.9%200%200%200-2.97.577a7.98%207.98%200%200%200-4.555%204.75m-.452%203.69a8%208%200%200%200%201.827%205.082a7.97%207.97%200%200%200%209.966%201.927a8%208%200%200%200%203.585-4.034%22%2F%3E%3Cpath%20d%3D%22M9.58%2013.978A2.28%202.28%200%200%200%2012%2016.054c1.952%200%202.42-1.123%202.42-2.076s-.807-1.963-2.42-1.963s-2.42-.638-2.42-1.938a2.22%202.22%200%200%201%201.537-2.003c.285-.092.585-.125.883-.097a2.33%202.33%200%200%201%202.42%202.1M12%2017.264v-1.051m0-9.45v1.21%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%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m5.795%2014.306l-1.772-1.775l-1.773%201.775m15.955-4.579l1.772%201.776l1.773-1.776%22%2F%3E%3Cpath%20d%3D%22M19.977%2011.503c0-2.12-.84-4.151-2.336-5.65A7.97%207.97%200%200%200%2012%203.513a7.9%207.9%200%200%200-2.97.577a7.98%207.98%200%200%200-4.555%204.75m-.452%203.69a8%208%200%200%200%201.827%205.082a7.97%207.97%200%200%200%209.966%201.927a8%208%200%200%200%203.585-4.034%22%2F%3E%3Cpath%20d%3D%22M9.58%2013.978A2.28%202.28%200%200%200%2012%2016.054c1.952%200%202.42-1.123%202.42-2.076s-.807-1.963-2.42-1.963s-2.42-.638-2.42-1.938a2.22%202.22%200%200%201%201.537-2.003c.285-.092.585-.125.883-.097a2.33%202.33%200%200%201%202.42%202.1M12%2017.264v-1.051m0-9.45v1.21%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/money-exchange.svg?color=%231a73e8&size=48