Money Exchange Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Money Exchange icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310870.svg" alt="Money Exchange icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310870.svg" alt="Money Exchange icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310870.svg" alt="Money Exchange icon" :width="24" :height="24" />
CSS background
.icon-money-exchange {
background-image: url('https://proicons.com/icon/310870.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5.79545 14.3063L4.02273 12.5308L2.25 14.3063" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M18.2046 9.72739L19.9773 11.5029L21.75 9.72739" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M19.9772 11.5029C19.9772 9.38389 19.1368 7.35168 17.6408 5.85333C16.1447 4.35497 14.1157 3.51321 12 3.51321C10.9823 3.5117 9.97395 3.70765 9.03067 4.09024C7.97787 4.51211 7.02696 5.15392 6.24136 5.9729C5.45575 6.79187 4.8535 7.76918 4.47476 8.83966" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4.02271 12.5308C4.02439 14.3857 4.67042 16.1822 5.85 17.6122C7.02957 19.0422 8.66918 20.0166 10.4876 20.3683C12.3061 20.7199 14.19 20.4269 15.8163 19.5395C17.4427 18.6522 18.71 17.2257 19.4011 15.5047" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.58044 13.9782C9.6319 14.5727 9.9142 15.1232 10.3667 15.5114C10.8191 15.8996 11.4056 16.0945 12 16.0542C13.9518 16.0542 14.4195 14.9314 14.4195 13.9782C14.4195 13.0251 13.613 12.0154 12 12.0154C10.387 12.0154 9.58044 11.3772 9.58044 10.0767C9.59549 9.77752 9.67079 9.48448 9.80183 9.21519C9.93288 8.94591 10.1169 8.70595 10.343 8.50975C10.569 8.31356 10.8323 8.16518 11.1171 8.07354C11.4018 7.9819 11.7022 7.94889 12 7.97651C12.5948 7.95085 13.1769 8.15415 13.6268 8.54468C14.0767 8.93521 14.3604 9.48337 14.4195 10.0767" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 17.2637V16.2129M12 6.76268V7.97343" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!