Air Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Air Bank 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/336049.svg" alt="Air Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336049.svg" alt="Air Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336049.svg" alt="Air Bank icon" :width="24" :height="24" />
CSS background
.icon-air-bank {
background-image: url('https://proicons.com/icon/336049.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><path class="c" d="m6.4533,17.0631c.8781-1.1568,1.4274-.9875,1.367-.663-.6592,3.5414-1.5393,5.3965-2.3203,8.0386,2.0342-2.948,4.2074-6.212,6.5907-7.8994-.4197,2.7313-1.0843,5.0832-1.0954,7.044,1.6548-2.3539,3.0593-5.2118,5.3672-7.1379.0375,3.1123-.619,3.9422-.4845,5.5598.0873,1.05,1.2119,1.6553,2.6872.3927"/><path class="c" d="m19.7528,16.4537c.8918-.6826,1.529-.3552,1.4101.1205-.6107,2.4431-2.1443,5.4829-1.1111,6.443,1.352,1.2562,4.1508-3.5012,5.7412-6.4581-2.593,5.2913-2.7832,9.3184-4.3249,13.9549-.5521,1.6605-2.5752,2.0856-2.5093.0843.1593-4.8374,4.3806-7.7848,7.3624-10.0482"/><path class="c" d="m39.5145,26.8861c0-1.6488,1.3366-2.9855,2.9855-2.9855h0"/><line class="c" x1="39.5145" y1="23.9007" x2="39.5145" y2="31.8122"/><circle class="d" cx="35.8611" cy="20.2434" r=".75"/><line class="c" x1="35.8611" y1="23.9007" x2="35.8611" y2="31.8122"/><path class="c" d="m32.016,28.8267c0,1.6488-1.3366,2.9855-2.9855,2.9855h0c-1.6488,0-2.9855-1.3366-2.9855-2.9855v-1.9406c0-1.6488,1.3366-2.9855,2.9855-2.9855h0c1.6488,0,2.9855,1.3366,2.9855,2.9855"/><line class="c" x1="32.016" y1="31.8122" x2="32.016" y2="23.9007"/></svg>
Copied!