Currency Conveter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Currency Conveter 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/338743.svg" alt="Currency Conveter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338743.svg" alt="Currency Conveter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338743.svg" alt="Currency Conveter icon" :width="24" :height="24" />
CSS background
.icon-currency-conveter {
background-image: url('https://proicons.com/icon/338743.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.z{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><path id="d" class="z" d="M9.5,5.5c-2.2091,0-4,1.7909-4,4v8.5526c0,2.2091,1.7909,4,4,4h8.5526c2.2091,0,4-1.7909,4-4v-8.5526c0-2.2091-1.7909-4-4-4h-8.5526Z"/><g id="e"><path id="f" class="z" d="M11.1924,17.1742c.5067.6371,1.1146.9557,2.0266.9557h1.216c1.1146,0,2.0266-.9557,2.0266-2.1237h0c0-1.168-.912-2.1237-2.0266-2.1237h-1.3173c-1.1146,0-2.0266-.9557-2.0266-2.1237h0c0-1.168.912-2.1237,2.0266-2.1237h1.216c.912,0,1.52.2124,2.0266.9557"/><path id="g" class="z" d="M13.7256,19.0855v-10.6184"/></g></g><g id="h"><path id="i" class="z" d="M9.5,25.9474h8.5526c2.216,0,4,1.784,4,4v8.5526c0,2.216-1.784,4-4,4h-8.5526c-2.216,0-4-1.784-4-4v-8.5526c0-2.216,1.784-4,4-4Z"/><g id="j"><path id="k" class="z" d="M17.3382,31.6801c0-1.6065-1.2097-2.8114-2.8227-2.8114h0c-1.613,0-2.8227,1.2049-2.8227,2.8114v5.0873c0,.5355-.1344,1.2049-.5376,1.6065l-.9409,1.2049h7.1238"/><path id="l" class="z" d="M13.3058,34.4915h-2.9571"/></g></g><g id="m"><path id="n" class="z" d="M29.9474,5.5h8.5526c2.216,0,4,1.784,4,4v8.5526c0,2.216-1.784,4-4,4h-8.5526c-2.216,0-4-1.784-4-4v-8.5526c0-2.216,1.784-4,4-4Z"/><g id="o"><path id="p" class="z" d="M38.0824,17.7926c-.677.8033-1.6247,1.3388-2.8433,1.3388h0c-2.0309,0-3.6556-1.6065-3.6556-3.6146v-3.4808c0-2.0081,1.6247-3.6146,3.6556-3.6146h0c1.0832,0,2.1663.5355,2.8433,1.3387"/><path id="q" class="z" d="M30.365,12.4375h4.0618"/><path id="r" class="z" d="M30.365,14.9812h4.0618"/></g></g><g id="s"><path id="t" class="z" d="M29.9474,25.9474c-2.2091,0-4,1.7909-4,4v8.5526c0,2.2091,1.7909,4,4,4h8.5526c2.2091,0,4-1.7909,4-4v-8.5526c0-2.2091-1.7909-4-4-4h-8.5526Z"/><g id="u"><path id="v" class="z" d="M37.7114,28.8687l-3.4877,5.355-3.4877-5.355"/><path id="w" class="z" d="M34.2237,39.5787v-5.355"/><path id="x" class="z" d="M30.8701,34.2237h6.7071"/><path id="y" class="z" d="M30.8701,36.9012h6.7071"/></g></g></g></svg>
Copied!