Rakuten Pay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rakuten Pay 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/331918.svg" alt="Rakuten Pay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331918.svg" alt="Rakuten Pay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331918.svg" alt="Rakuten Pay icon" :width="24" :height="24" />
CSS background
.icon-rakuten-pay {
background-image: url('https://proicons.com/icon/331918.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>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><path id="d" class="j" d="M12.3097,30.5516V4h8.8729c5.119,0,9.2142,3.9827,9.2142,8.9611s-4.0952,8.9611-9.2142,8.9611h-8.8729"/><path id="e" class="j" d="M21.516,21.9146l8.5396,8.3051"/></g><path id="f" class="j" d="M29.9152,37.9091l-20.4663,3.0914-5.2721-4.6871,25.7164.0002"/><g id="g"><path id="h" class="j" d="M43.8232,37.0012c0,3.8653-3.1335,6.9988-6.9988,6.9988s-6.9988-3.1335-6.9988-6.9988,3.1335-6.9988,6.9988-6.9988,6.9988,3.1335,6.9988,6.9988Z"/><path id="i" class="j" d="M34.8099,41.0005v-7.9986h2.5996c1.4997,0,2.6995,1.1998,2.6995,2.6995s-1.1998,2.6995-2.6995,2.6995h-2.5996"/></g></g></svg>
Copied!