365bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 365bank 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/321191.svg" alt="365bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321191.svg" alt="365bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321191.svg" alt="365bank icon" :width="24" :height="24" />
CSS background
.icon-365bank {
background-image: url('https://proicons.com/icon/321191.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M4.5,31.2107c0-10.7696,8.7304-19.5,19.5-19.5s19.5,8.7304,19.5,19.5"/><ellipse class="c" cx="23.937" cy="32.9246" rx="3.3157" ry="3.3647"/><path class="c" d="M26.965,27.3707c-.5525-.7343-1.3945-1.2388-2.7898-1.2388h-.2328c-1.8312,0-3.3157,1.5064-3.3157,3.3647v3.4282"/><path class="c" d="M10.925,35.4316c.691.5876,1.437.8568,3.1125.8568h.3904c1.3817,0,2.5018-1.1366,2.5018-2.5387s-1.1201-2.5387-2.5018-2.5387"/><path class="c" d="M10.925,26.9796c.6925-.5857,1.4392-.8528,3.1147-.8483l.3892.0023c1.3817,0,2.5018,1.1366,2.5018,2.5387s-1.1201,2.5387-2.5018,2.5387"/><path class="c" d="M30.944,35.4316c.691.5876,1.3614.8568,3.0369.8568h.2879c1.5497,0,2.8062-1.2749,2.8062-2.8477s-1.2563-2.8477-2.8062-2.8477h-3.3247v-4.4623h6.1309"/></svg>
Copied!