money change icon

money-change-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
money-change-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the money change icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 4H7C4 4 2 5.5 2 9v3.56c0 .37.38.6.71.45c.98-.45 2.11-.62 3.3-.41c2.63.47 4.56 2.91 4.49 5.58q-.015.63-.18 1.23c-.08.31.17.6.49.6H17c3 0 5-1.5 5-5V9c0-3.5-2-5-5-5m-5 10.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5m7.25-.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75z"/><path d="M5 14c-1.25 0-2.38.59-3.11 1.49A3.96 3.96 0 0 0 1 18c0 2.21 1.8 4 4 4c1.74 0 3.23-1.11 3.77-2.67c.15-.41.23-.86.23-1.33c0-2.2-1.79-4-4-4m2.36 5.74c-.02.06-.06.12-.1.16l-.72.71c-.09.1-.21.14-.34.14a.46.46 0 0 1-.35-.14a.47.47 0 0 1-.08-.57H3.76c-.64 0-1.16-.52-1.16-1.17v-.1c0-.28.22-.49.49-.49s.49.21.49.49v.1c0 .11.08.2.19.2h2.01c-.1-.19-.08-.42.08-.58c.19-.19.5-.19.68 0l.72.72c.04.04.08.1.11.16c.04.11.04.25-.01.37m.04-2.51c0 .28-.22.49-.49.49s-.49-.21-.49-.49v-.1c0-.11-.08-.2-.19-.2h-2a.483.483 0 0 1-.43.72c-.12 0-.25-.05-.34-.14l-.72-.72a.7.7 0 0 1-.11-.16a.6.6 0 0 1 0-.37c.03-.05.06-.12.11-.16l.72-.71c.19-.2.5-.2.68 0c.16.15.18.39.08.57h2.01c.64 0 1.16.52 1.16 1.17v.1z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMoneyChangeFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 4H7C4 4 2 5.5 2 9v3.56c0 .37.38.6.71.45c.98-.45 2.11-.62 3.3-.41c2.63.47 4.56 2.91 4.49 5.58q-.015.63-.18 1.23c-.08.31.17.6.49.6H17c3 0 5-1.5 5-5V9c0-3.5-2-5-5-5m-5 10.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5m7.25-.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75z"/><path d="M5 14c-1.25 0-2.38.59-3.11 1.49A3.96 3.96 0 0 0 1 18c0 2.21 1.8 4 4 4c1.74 0 3.23-1.11 3.77-2.67c.15-.41.23-.86.23-1.33c0-2.2-1.79-4-4-4m2.36 5.74c-.02.06-.06.12-.1.16l-.72.71c-.09.1-.21.14-.34.14a.46.46 0 0 1-.35-.14a.47.47 0 0 1-.08-.57H3.76c-.64 0-1.16-.52-1.16-1.17v-.1c0-.28.22-.49.49-.49s.49.21.49.49v.1c0 .11.08.2.19.2h2.01c-.1-.19-.08-.42.08-.58c.19-.19.5-.19.68 0l.72.72c.04.04.08.1.11.16c.04.11.04.25-.01.37m.04-2.51c0 .28-.22.49-.49.49s-.49-.21-.49-.49v-.1c0-.11-.08-.2-.19-.2h-2a.483.483 0 0 1-.43.72c-.12 0-.25-.05-.34-.14l-.72-.72a.7.7 0 0 1-.11-.16a.6.6 0 0 1 0-.37c.03-.05.06-.12.11-.16l.72-.71c.19-.2.5-.2.68 0c.16.15.18.39.08.57h2.01c.64 0 1.16.52 1.16 1.17v.1z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 4H7C4 4 2 5.5 2 9v3.56c0 .37.38.6.71.45c.98-.45 2.11-.62 3.3-.41c2.63.47 4.56 2.91 4.49 5.58q-.015.63-.18 1.23c-.08.31.17.6.49.6H17c3 0 5-1.5 5-5V9c0-3.5-2-5-5-5m-5 10.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5m7.25-.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75z"/><path d="M5 14c-1.25 0-2.38.59-3.11 1.49A3.96 3.96 0 0 0 1 18c0 2.21 1.8 4 4 4c1.74 0 3.23-1.11 3.77-2.67c.15-.41.23-.86.23-1.33c0-2.2-1.79-4-4-4m2.36 5.74c-.02.06-.06.12-.1.16l-.72.71c-.09.1-.21.14-.34.14a.46.46 0 0 1-.35-.14a.47.47 0 0 1-.08-.57H3.76c-.64 0-1.16-.52-1.16-1.17v-.1c0-.28.22-.49.49-.49s.49.21.49.49v.1c0 .11.08.2.19.2h2.01c-.1-.19-.08-.42.08-.58c.19-.19.5-.19.68 0l.72.72c.04.04.08.1.11.16c.04.11.04.25-.01.37m.04-2.51c0 .28-.22.49-.49.49s-.49-.21-.49-.49v-.1c0-.11-.08-.2-.19-.2h-2a.483.483 0 0 1-.43.72c-.12 0-.25-.05-.34-.14l-.72-.72a.7.7 0 0 1-.11-.16a.6.6 0 0 1 0-.37c.03-.05.06-.12.11-.16l.72-.71c.19-.2.5-.2.68 0c.16.15.18.39.08.57h2.01c.64 0 1.16.52 1.16 1.17v.1z"/></g></svg>
</template>

CSS

.icon-money-change-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M17%204H7C4%204%202%205.5%202%209v3.56c0%20.37.38.6.71.45c.98-.45%202.11-.62%203.3-.41c2.63.47%204.56%202.91%204.49%205.58q-.015.63-.18%201.23c-.08.31.17.6.49.6H17c3%200%205-1.5%205-5V9c0-3.5-2-5-5-5m-5%2010.5a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%200%205m7.25-.5c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75z%22%2F%3E%3Cpath%20d%3D%22M5%2014c-1.25%200-2.38.59-3.11%201.49A3.96%203.96%200%200%200%201%2018c0%202.21%201.8%204%204%204c1.74%200%203.23-1.11%203.77-2.67c.15-.41.23-.86.23-1.33c0-2.2-1.79-4-4-4m2.36%205.74c-.02.06-.06.12-.1.16l-.72.71c-.09.1-.21.14-.34.14a.46.46%200%200%201-.35-.14a.47.47%200%200%201-.08-.57H3.76c-.64%200-1.16-.52-1.16-1.17v-.1c0-.28.22-.49.49-.49s.49.21.49.49v.1c0%20.11.08.2.19.2h2.01c-.1-.19-.08-.42.08-.58c.19-.19.5-.19.68%200l.72.72c.04.04.08.1.11.16c.04.11.04.25-.01.37m.04-2.51c0%20.28-.22.49-.49.49s-.49-.21-.49-.49v-.1c0-.11-.08-.2-.19-.2h-2a.483.483%200%200%201-.43.72c-.12%200-.25-.05-.34-.14l-.72-.72a.7.7%200%200%201-.11-.16a.6.6%200%200%201%200-.37c.03-.05.06-.12.11-.16l.72-.71c.19-.2.5-.2.68%200c.16.15.18.39.08.57h2.01c.64%200%201.16.52%201.16%201.17v.1z%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%22currentColor%22%3E%3Cpath%20d%3D%22M17%204H7C4%204%202%205.5%202%209v3.56c0%20.37.38.6.71.45c.98-.45%202.11-.62%203.3-.41c2.63.47%204.56%202.91%204.49%205.58q-.015.63-.18%201.23c-.08.31.17.6.49.6H17c3%200%205-1.5%205-5V9c0-3.5-2-5-5-5m-5%2010.5a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%200%205m7.25-.5c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75z%22%2F%3E%3Cpath%20d%3D%22M5%2014c-1.25%200-2.38.59-3.11%201.49A3.96%203.96%200%200%200%201%2018c0%202.21%201.8%204%204%204c1.74%200%203.23-1.11%203.77-2.67c.15-.41.23-.86.23-1.33c0-2.2-1.79-4-4-4m2.36%205.74c-.02.06-.06.12-.1.16l-.72.71c-.09.1-.21.14-.34.14a.46.46%200%200%201-.35-.14a.47.47%200%200%201-.08-.57H3.76c-.64%200-1.16-.52-1.16-1.17v-.1c0-.28.22-.49.49-.49s.49.21.49.49v.1c0%20.11.08.2.19.2h2.01c-.1-.19-.08-.42.08-.58c.19-.19.5-.19.68%200l.72.72c.04.04.08.1.11.16c.04.11.04.25-.01.37m.04-2.51c0%20.28-.22.49-.49.49s-.49-.21-.49-.49v-.1c0-.11-.08-.2-.19-.2h-2a.483.483%200%200%201-.43.72c-.12%200-.25-.05-.34-.14l-.72-.72a.7.7%200%200%201-.11-.16a.6.6%200%200%201%200-.37c.03-.05.06-.12.11-.16l.72-.71c.19-.2.5-.2.68%200c.16.15.18.39.08.57h2.01c.64%200%201.16.52%201.16%201.17v.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/money-change-filled.svg?color=%231a73e8&size=48