Remitly Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Remitly 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/332069.svg" alt="Remitly icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332069.svg" alt="Remitly icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332069.svg" alt="Remitly icon" :width="24" :height="24" />
CSS background
.icon-remitly {
background-image: url('https://proicons.com/icon/332069.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M8,30.70000076V5.5h32v25.20000076"/><path class="e" d="M24,42.5l-16-11.79999924"/><path class="e" d="M24,42.5l16-11.79999924"/><path class="e" d="M40,30.70000076l-16-11.79999924"/><path class="e" d="M40,6.5l-10,7.5"/><path class="e" d="M20,15.35000038l-4.6875,3.5156002"/><path class="e" d="M20,15.35000038l2.8125-2.1093998"/><path class="e" d="M22.8125,13.24080658c2.8125-2.109375,5.3125-1.74080658,7.1875.75919342"/><path class="e" d="M8,6.5l12,8.8501997"/><path class="e" d="M24,18.89999962l-5.92110062,4.33189964"/><path class="e" d="M15.31200027,18.86599922c-2.9605999,2.16600037-.19414997,6.53210068,2.76639938,4.36619949"/><path class="e" d="M20,33.65000153l4.6875,3.5155983"/><path class="e" d="M16,36.59999847l5.92110062,4.33190155"/><path class="e" d="M24.68799973,37.16500092c2.9605999,2.16600037.19415092,5.93230057-2.76639938,3.7663002"/><path class="e" d="M24,30.70000076l4.6875,3.5155983"/><path class="e" d="M20,33.65000153l5.92110062,4.33190155"/><path class="e" d="M28.68799973,34.21500015c2.9605999,2.16600037.19415092,5.93230057-2.76639938,3.7663002"/><path class="e" d="M28,27.75l4.6875,3.5156002"/><path class="e" d="M24,30.70000076l5.92110062,4.33190155"/><path class="e" d="M32.68799973,31.26499939c2.96059799,2.16600037.19414902,5.93230057-2.76639938,3.7663002"/><path class="e" d="M32,24.79999924l4.6875,3.5156002"/><path class="e" d="M28,27.75l5.92110062,4.33190155"/><path class="e" d="M36.68799973,28.31500053c2.96059799,2.16600037.19414902,5.93229866-2.76639938,3.76629829"/></svg>
Copied!