Banco Estado Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Banco Estado 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/322355.svg" alt="Banco Estado icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322355.svg" alt="Banco Estado icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322355.svg" alt="Banco Estado icon" :width="24" :height="24" />
CSS background
.icon-banco-estado {
background-image: url('https://proicons.com/icon/322355.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M18.708,36.3375h10.5964V8.2125h0c-2.7151,3.1795-6.4785,5.2814-10.6089,5.925h0v4.1875l-13.1955,5.7875v4.1375l13.1955-5.7875v-4.1375l4.2361-1.85v4.1l-4.2236,1.875v4.05l4.2361-1.85v4.0375l-4.2361,1.8625v-4.05l-13.208,5.7875v4.05l13.208-5.7875v5.7875Z"/><polygon id="c" class="f" points="18.708 26.5 18.708 26.5 18.708 22.45 18.6955 22.4625 18.6955 22.4625 5.5 28.25 5.5 32.3 18.708 26.5 18.708 26.5"/><polygon id="d" class="f" points="29.317 36.3375 42.5 36.3375 42.5 18.9875 29.3045 8.2125 29.317 36.3375"/><path id="e" class="f" d="M42.5,36.3375H5.5"/><rect class="f" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!