Global Loan And Trial Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Global Loan And Trial 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/317860.svg" alt="Global Loan And Trial icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317860.svg" alt="Global Loan And Trial icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317860.svg" alt="Global Loan And Trial icon" :width="24" :height="24" />
CSS background
.icon-global-loan-and-trial {
background-image: url('https://proicons.com/icon/317860.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="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="m15,22l-1.4099,1.4102,2.5798,2.5898H4V8h-2v18c0,1.1025.8972,2,2,2h12.1699l-2.5798,2.5898,1.4099,1.4102,5-5-5-5Z"/>
<circle cx="11" cy="16" r="1"/>
<path d="m24,20H8c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h16c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-16-6v4h16v-4H8Z"/>
<path d="m28,4h-12.1699l2.5801-2.5898L17,0l-5,5,5,5,1.4102-1.4102-2.5801-2.5898h12.1699v18h2V6c0-1.1025-.8972-2-2-2Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!