Banco Pan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Banco Pan 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/322358.svg" alt="Banco Pan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322358.svg" alt="Banco Pan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322358.svg" alt="Banco Pan icon" :width="24" :height="24" />
CSS background
.icon-banco-pan {
background-image: url('https://proicons.com/icon/322358.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M28.608,26.36c.0006,2.6659-2.1682,4.8274-4.844,4.828h0c-2.6758,0-4.845-2.1611-4.845-4.827s2.1692-4.827,4.845-4.827c2.6754.0005,4.844,2.1615,4.844,4.827h0M23.764,13.986c6.86,0,12.42,5.54,12.42,12.375h0c0,6.834-5.56,12.375-12.42,12.375-1.667,0-3.318-.335-4.85-.992l.004,5.756h-7.102v-17.9c0-7.102,6.838-11.614,11.948-11.614ZM11.816,4.5h7.102v7.076h-7.102v-7.076Z"/></svg>
Copied!