Ebbanking Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ebbanking 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/339487.svg" alt="Ebbanking icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339487.svg" alt="Ebbanking icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339487.svg" alt="Ebbanking icon" :width="24" :height="24" />
CSS background
.icon-ebbanking {
background-image: url('https://proicons.com/icon/339487.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M9.5,5.5h8.3333v12.3333H5.5v-8.3333c0-2.2077,1.7923-4,4-4Z"/><rect class="b" x="17.8333" y="5.5" width="12.3333" height="12.3333"/><path class="b" d="M30.1667,5.5h8.3333c2.2077,0,4,1.7923,4,4v8.3333h-12.3333V5.5h0Z"/><rect class="b" x="5.5" y="17.8333" width="12.3333" height="12.3333"/><rect class="b" x="30.1667" y="17.8333" width="12.3333" height="12.3333"/><path class="b" d="M5.5,30.1667h12.3333v12.3333h-8.3333c-2.2077,0-4-1.7923-4-4v-8.3333h0Z"/><rect class="b" x="17.8333" y="30.1667" width="12.3333" height="12.3333"/><path class="b" d="M30.1667,30.1667h12.3333v8.3333c0,2.2077-1.7923,4-4,4h-8.3333v-12.3333h0Z"/></svg>
Copied!