Japan Post Bank Passbook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Japan Post Bank Passbook 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/327631.svg" alt="Japan Post Bank Passbook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327631.svg" alt="Japan Post Bank Passbook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327631.svg" alt="Japan Post Bank Passbook icon" :width="24" :height="24" />
CSS background
.icon-japan-post-bank-passbook {
background-image: url('https://proicons.com/icon/327631.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M9.0574,12.6747h31.702c-.9119,0-1.4111.892-1.5612,2l-2.5252,18.642c-.1501,1.108-1.1629,2-2.2709,2H5.9911c-1.108,0-1.8792-.892-1.7291-2l2.5252-18.642c.1501-1.108,1.1629-2,2.2709-2h-.0007Z"/><circle class="b" cx="25.871" cy="23.5437" r="3.4496"/><circle class="b" cx="21.591" cy="29.5547" r="1.8134"/><circle class="b" cx="30.276" cy="29.5547" r="1.8134"/><path class="b" d="M25.871,27.1547v4.3345c0,2.0616-1.587,3.8364-2.3026,3.8364"/><path class="b" d="M10.185,14.2867h26.063c.554,0,.8547.4376.788,1l-.1252,1.0558c-.0667.5624-.658,1-1.212,1H9.6358c-.554,0-.8722-.4437-.788-1l.1252-1.0558c.0802-.5827.658-1,1.212-1ZM40.759,12.6744c1.5623,0,1.7955,3.0692,1.7955,3.0692l1.1986,14.457c.0835,1.3348-1.3272,2.7183-2.9059,2.7183h-3.9005"/></svg>
Copied!