Rakuten Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rakuten 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/331903.svg" alt="Rakuten Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331903.svg" alt="Rakuten Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331903.svg" alt="Rakuten Bank icon" :width="24" :height="24" />
CSS background
.icon-rakuten-bank {
background-image: url('https://proicons.com/icon/331903.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>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><path id="d" class="m" d="M12.3077,30.5527V3.9966h8.8744c5.1199,0,9.2158,3.9834,9.2158,8.9627s-4.0959,8.9627-9.2158,8.9627h-8.8744"/><path id="e" class="m" d="M21.5155,21.9142l8.5411,8.3065"/></g><path id="f" class="m" d="M29.9162,37.9115l-20.4698,3.0919-5.273-4.6879,25.7208.0002"/><g id="g"><path id="h" class="m" d="M43.8266,37.0034c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7Z"/><path id="i" class="m" d="M39.4266,33.3402l-2.6,4-2.6-4"/><path id="j" class="m" d="M36.8266,41.3402v-4"/><path id="k" class="m" d="M34.3266,37.3402h5"/><path id="l" class="m" d="M34.3266,39.3402h5"/></g></g></svg>
Copied!