Eq Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eq 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/340054.svg" alt="Eq Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340054.svg" alt="Eq Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340054.svg" alt="Eq Bank icon" :width="24" :height="24" />
CSS background
.icon-eq-bank {
background-image: url('https://proicons.com/icon/340054.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="M19.4901,5.4999c-1.0608.0002-2.0781.4218-2.8281,1.1719l-9.9902,9.9902c-.7501.75-1.1717,1.7673-1.1719,2.8281v19.01c.0002,2.209,1.791,3.9998,4,4h19.01c1.0608-.0002,2.0781-.4218,2.8281-1.1719l9.9902-9.9902c.7501-.75,1.1717-1.7673,1.1719-2.8281V9.4999c-.0002-2.209-1.791-3.9998-4-4h-19.01Z"/><line class="b" x1="15.5321" y1="23.9999" x2="19.3261" y2="23.9999"/><path class="b" d="M21.3471,29.8799h-5.8149v-11.761h5.8149"/><line class="b" x1="32.4681" y1="29.8799" x2="28.6161" y2="26.0319"/><path class="b" d="M28.6155,18.1199h0c2.1276,0,3.8524,1.7442,3.8524,3.8957v3.9696c0,2.1515-1.7248,3.8957-3.8524,3.8957h0c-2.1276,0-3.8524-1.7442-3.8524-3.8957v-3.9696c0-2.1515,1.7248-3.8957,3.8524-3.8957Z"/></svg>
Copied!