money exchange 03 icon
money-exchange-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- money-exchange-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
money-01money-02money-03money-04money-add-01money-add-02money-bag-01money-bag-02money-exchange-01money-exchange-02money-lockmoney-not-found-01money-not-found-02money-not-found-03money-not-found-04money-receive-01money-receive-02money-receive-circlemoney-receive-flow-01money-receive-flow-02money-receive-squaremoney-remove-01money-remove-02money-safe
Use the money exchange 03 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="M3 11c0-2.764 2.236-5 5-5L7 8.5M21 13c0 2.764-2.236 5-5 5l1-2.5m1.333-5.5h-3.666c-1.729 0-2.593 0-3.13-.513C11 8.975 11 8.15 11 6.5s0-2.475.537-2.987C12.074 3 12.938 3 14.667 3h3.666c1.729 0 2.593 0 3.13.513C22 4.025 22 4.85 22 6.5s0 2.475-.537 2.987c-.537.513-1.401.513-3.13.513m-9 11H5.667c-1.729 0-2.593 0-3.13-.513C2 19.975 2 19.15 2 17.5s0-2.475.537-2.987C3.074 14 3.938 14 5.667 14h3.666c1.729 0 2.593 0 3.13.513C13 15.025 13 15.85 13 17.5s0 2.475-.537 2.987c-.537.513-1.401.513-3.13.513"/><path d="M7.75 17.5H7.5m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m8.75-11h-.25m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMoneyExchange03(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="M3 11c0-2.764 2.236-5 5-5L7 8.5M21 13c0 2.764-2.236 5-5 5l1-2.5m1.333-5.5h-3.666c-1.729 0-2.593 0-3.13-.513C11 8.975 11 8.15 11 6.5s0-2.475.537-2.987C12.074 3 12.938 3 14.667 3h3.666c1.729 0 2.593 0 3.13.513C22 4.025 22 4.85 22 6.5s0 2.475-.537 2.987c-.537.513-1.401.513-3.13.513m-9 11H5.667c-1.729 0-2.593 0-3.13-.513C2 19.975 2 19.15 2 17.5s0-2.475.537-2.987C3.074 14 3.938 14 5.667 14h3.666c1.729 0 2.593 0 3.13.513C13 15.025 13 15.85 13 17.5s0 2.475-.537 2.987c-.537.513-1.401.513-3.13.513"/><path d="M7.75 17.5H7.5m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m8.75-11h-.25m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></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="M3 11c0-2.764 2.236-5 5-5L7 8.5M21 13c0 2.764-2.236 5-5 5l1-2.5m1.333-5.5h-3.666c-1.729 0-2.593 0-3.13-.513C11 8.975 11 8.15 11 6.5s0-2.475.537-2.987C12.074 3 12.938 3 14.667 3h3.666c1.729 0 2.593 0 3.13.513C22 4.025 22 4.85 22 6.5s0 2.475-.537 2.987c-.537.513-1.401.513-3.13.513m-9 11H5.667c-1.729 0-2.593 0-3.13-.513C2 19.975 2 19.15 2 17.5s0-2.475.537-2.987C3.074 14 3.938 14 5.667 14h3.666c1.729 0 2.593 0 3.13.513C13 15.025 13 15.85 13 17.5s0 2.475-.537 2.987c-.537.513-1.401.513-3.13.513"/><path d="M7.75 17.5H7.5m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m8.75-11h-.25m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></g></svg> </template>
CSS
.icon-money-exchange-03 {
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%22M3%2011c0-2.764%202.236-5%205-5L7%208.5M21%2013c0%202.764-2.236%205-5%205l1-2.5m1.333-5.5h-3.666c-1.729%200-2.593%200-3.13-.513C11%208.975%2011%208.15%2011%206.5s0-2.475.537-2.987C12.074%203%2012.938%203%2014.667%203h3.666c1.729%200%202.593%200%203.13.513C22%204.025%2022%204.85%2022%206.5s0%202.475-.537%202.987c-.537.513-1.401.513-3.13.513m-9%2011H5.667c-1.729%200-2.593%200-3.13-.513C2%2019.975%202%2019.15%202%2017.5s0-2.475.537-2.987C3.074%2014%203.938%2014%205.667%2014h3.666c1.729%200%202.593%200%203.13.513C13%2015.025%2013%2015.85%2013%2017.5s0%202.475-.537%202.987c-.537.513-1.401.513-3.13.513%22%2F%3E%3Cpath%20d%3D%22M7.75%2017.5H7.5m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m8.75-11h-.25m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%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%22M3%2011c0-2.764%202.236-5%205-5L7%208.5M21%2013c0%202.764-2.236%205-5%205l1-2.5m1.333-5.5h-3.666c-1.729%200-2.593%200-3.13-.513C11%208.975%2011%208.15%2011%206.5s0-2.475.537-2.987C12.074%203%2012.938%203%2014.667%203h3.666c1.729%200%202.593%200%203.13.513C22%204.025%2022%204.85%2022%206.5s0%202.475-.537%202.987c-.537.513-1.401.513-3.13.513m-9%2011H5.667c-1.729%200-2.593%200-3.13-.513C2%2019.975%202%2019.15%202%2017.5s0-2.475.537-2.987C3.074%2014%203.938%2014%205.667%2014h3.666c1.729%200%202.593%200%203.13.513C13%2015.025%2013%2015.85%2013%2017.5s0%202.475-.537%202.987c-.537.513-1.401.513-3.13.513%22%2F%3E%3Cpath%20d%3D%22M7.75%2017.5H7.5m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m8.75-11h-.25m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/money-exchange-03.svg?color=%231a73e8&size=48