Post Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Post 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/346075.svg" alt="Post Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346075.svg" alt="Post Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346075.svg" alt="Post Bank icon" :width="24" :height="24" />
CSS background
.icon-post-bank {
background-image: url('https://proicons.com/icon/346075.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>.t{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line id="b" class="t" x1="29.3282" y1="14.5754" x2="34.4469" y2="14.5754"/><line id="c" class="t" x1="31.8875" y1="22.352" x2="31.8875" y2="14.5754"/><path id="d" class="t" d="M18.1823,22.5489h0c-1.4766,0-2.6578-1.1813-2.6578-2.6578v-2.6578c0-1.4766,1.1813-2.6578,2.5594-2.6578h0c1.4766,0,2.5594,1.1813,2.5594,2.6578v2.6578c0,1.575-.9844,2.6578-2.4609,2.6578h0Z"/><line id="e" class="t" x1="29.6554" y1="25.6481" x2="29.6554" y2="33.4246"/><path id="f" class="t" d="M29.7189,29.4834h.9605c.9605,0,1.8248-.4802,2.4011-1.2486l1.7288-2.5932"/><path id="g" class="t" d="M29.6562,29.4722h.9859c.9859,0,1.8732.493,2.4648,1.2817l1.7746,2.662"/><path id="h" class="t" d="M27.5462,14.5754v4.9219h-2.4609c-1.4766,0-2.7563-1.2797-2.7563-2.7563v-2.1656"/><line id="i" class="t" x1="27.5462" y1="19.4973" x2="27.5462" y2="22.3521"/><line id="j" class="t" x1="19.634" y1="30.8514" x2="16.0902" y2="30.8514"/><polyline id="k" class="t" points="15.2043 33.4108 17.8621 25.5357 20.5199 33.4108"/><line id="l" class="t" x1="38.6473" y1="19.9862" x2="35.1035" y2="19.9862"/><polyline id="m" class="t" points="34.2508 22.352 36.8754 14.5754 39.5 22.352"/><polyline id="n" class="t" points="8.5 22.352 8.5 14.5754 13.6188 14.5754 13.6188 22.352"/><path id="o" class="t" d="M8.5361,29.4796h3.2485c1.0828,0,1.9688.8859,1.9688,1.9688s-.8859,1.9688-1.9688,1.9688h-3.2485v-7.875h4.2328"/><line id="p" class="t" x1="22.5497" y1="25.6388" x2="22.5497" y2="33.4154"/><line id="q" class="t" x1="27.6685" y1="25.6388" x2="27.6685" y2="33.4154"/><line id="r" class="t" x1="22.5497" y1="29.4778" x2="27.6685" y2="29.4778"/><rect id="s" class="t" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!