Currencies Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Currencies 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/338740.svg" alt="Currencies icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338740.svg" alt="Currencies icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338740.svg" alt="Currencies icon" :width="24" :height="24" />
CSS background
.icon-currencies {
background-image: url('https://proicons.com/icon/338740.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M17.5,19.125,4.5,31.0417l13,11.9166"/><path class="a" d="M30.5,5.0417l13,13-13,13"/><path class="a" d="M13.8167,33.9667a2.5826,2.5826,0,0,0,2.1666.975h1.3a2.1667,2.1667,0,0,0,0-4.3334H15.875a2.1667,2.1667,0,1,1,0-4.3333h1.3a2.3263,2.3263,0,0,1,2.1667.975M16.525,25.0833V35.9167"/><path class="a" d="M34.8333,21.2917a2.88,2.88,0,0,1-2.275,1.0833,2.9128,2.9128,0,0,1-2.925-2.925V16.6333a2.9128,2.9128,0,0,1,2.925-2.925,3.0489,3.0489,0,0,1,2.275,1.0834m-6.5,2.0583h3.6834m-3.6834,2.1667h3.6834"/></svg>
Copied!