Banque Pop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Banque Pop 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/336949.svg" alt="Banque Pop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336949.svg" alt="Banque Pop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336949.svg" alt="Banque Pop icon" :width="24" :height="24" />
CSS background
.icon-banque-pop {
background-image: url('https://proicons.com/icon/336949.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="m5.5749,22.7916l6.3413.0214v-6.352h3.9673l-.1497,6.3306h6.1382v4.0636h-6.0633l.0855,6.5659h-3.978l-.2139-6.5766h-6.1275v15.6555h26.0283l10.822-10.7257V5.5h-25.9321l-10.9182,10.961v6.3306Z"/><path class="b" d="m20.9202,16.461l6.0526,8.1592-6.0526,8.5014h4.5127l3.7535-5.2506,3.6251,5.2506h4.5555l-5.8387-8.5014,5.8387-8.1165h-4.5555l-3.6251,5.0688-3.7535-5.1329-4.5127.0214Z"/></svg>
Copied!