Truemoney Biz Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Truemoney Biz Connect 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/334296.svg" alt="Truemoney Biz Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334296.svg" alt="Truemoney Biz Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334296.svg" alt="Truemoney Biz Connect icon" :width="24" :height="24" />
CSS background
.icon-truemoney-biz-connect {
background-image: url('https://proicons.com/icon/334296.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24.008,38.099c-1.599,1.449-4.175,2.385-7.091,2.385h-3.62c-4.874,0-8.797-2.615-8.797-5.864V13.38c0-3.249,3.923-5.864,8.796-5.864h3.62c2.917,0,5.493.936,7.092,2.385"/><path class="b" d="M19.148,40.27c-3.715-.686-6.426-2.949-6.426-5.65V13.38c0-2.701,2.711-4.964,6.426-5.65"/><path class="b" d="M12.745,35.059c.205.908.862,1.554,2.504,1.554,2.09,0,2.584-1.047,2.584-2.346v-6.581c.0033-1.616-1.304-2.9287-2.92-2.932-.004,0-.008,0-.012,0h-2.18M12.747,12.914c.21-.901.867-1.542,2.502-1.542,2.09,0,2.584,1.046,2.584,2.346v4.762c.0033,1.616-1.304,2.9287-2.92,2.932-.004,0-.008,0-.012,0h-2.18M36.935,40.27c-3.714-.686-6.426-2.949-6.426-5.65V13.38c0-2.701,2.712-4.964,6.426-5.65"/><path class="b" d="M30.532,35.059c.206.908.862,1.554,2.505,1.554,2.09,0,2.583-1.047,2.583-2.346v-6.689h7.88v7.042c0,3.249-3.923,5.864-8.796,5.864h-3.62c-4.874,0-8.797-2.615-8.797-5.864V13.38c0-3.249,3.923-5.864,8.796-5.864h3.62c4.874,0,8.797,2.615,8.797,5.864v6.391h-7.88v-6.053c0-1.3-.494-2.346-2.583-2.346-1.636,0-2.294.64-2.502,1.542"/></svg>
Copied!