global loan and trial icon

global-loan-and-trial from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
global-loan-and-trial
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the global loan and trial icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m15 22l-1.41 1.41L16.17 26H4V8H2v18c0 1.103.897 2 2 2h12.17l-2.58 2.59L15 32l5-5z"/><circle cx="11" cy="16" r="1" fill="currentColor"/><path fill="currentColor" d="M24 20H8c-1.103 0-2-.897-2-2v-4c0-1.103.897-2 2-2h16c1.103 0 2 .897 2 2v4c0 1.103-.897 2-2 2M8 14v4h16v-4z"/><path fill="currentColor" d="M28 4H15.83l2.58-2.59L17 0l-5 5l5 5l1.41-1.41L15.83 6H28v18h2V6c0-1.102-.897-2-2-2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonGlobalLoanAndTrial(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m15 22l-1.41 1.41L16.17 26H4V8H2v18c0 1.103.897 2 2 2h12.17l-2.58 2.59L15 32l5-5z"/><circle cx="11" cy="16" r="1" fill="currentColor"/><path fill="currentColor" d="M24 20H8c-1.103 0-2-.897-2-2v-4c0-1.103.897-2 2-2h16c1.103 0 2 .897 2 2v4c0 1.103-.897 2-2 2M8 14v4h16v-4z"/><path fill="currentColor" d="M28 4H15.83l2.58-2.59L17 0l-5 5l5 5l1.41-1.41L15.83 6H28v18h2V6c0-1.102-.897-2-2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m15 22l-1.41 1.41L16.17 26H4V8H2v18c0 1.103.897 2 2 2h12.17l-2.58 2.59L15 32l5-5z"/><circle cx="11" cy="16" r="1" fill="currentColor"/><path fill="currentColor" d="M24 20H8c-1.103 0-2-.897-2-2v-4c0-1.103.897-2 2-2h16c1.103 0 2 .897 2 2v4c0 1.103-.897 2-2 2M8 14v4h16v-4z"/><path fill="currentColor" d="M28 4H15.83l2.58-2.59L17 0l-5 5l5 5l1.41-1.41L15.83 6H28v18h2V6c0-1.102-.897-2-2-2"/></svg>
</template>

CSS

.icon-global-loan-and-trial {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15%2022l-1.41%201.41L16.17%2026H4V8H2v18c0%201.103.897%202%202%202h12.17l-2.58%202.59L15%2032l5-5z%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2020H8c-1.103%200-2-.897-2-2v-4c0-1.103.897-2%202-2h16c1.103%200%202%20.897%202%202v4c0%201.103-.897%202-2%202M8%2014v4h16v-4z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%204H15.83l2.58-2.59L17%200l-5%205l5%205l1.41-1.41L15.83%206H28v18h2V6c0-1.102-.897-2-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15%2022l-1.41%201.41L16.17%2026H4V8H2v18c0%201.103.897%202%202%202h12.17l-2.58%202.59L15%2032l5-5z%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2020H8c-1.103%200-2-.897-2-2v-4c0-1.103.897-2%202-2h16c1.103%200%202%20.897%202%202v4c0%201.103-.897%202-2%202M8%2014v4h16v-4z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%204H15.83l2.58-2.59L17%200l-5%205l5%205l1.41-1.41L15.83%206H28v18h2V6c0-1.102-.897-2-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/global-loan-and-trial.svg?color=%231a73e8&size=48