Rakuten Card Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rakuten Card 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/346465.svg" alt="Rakuten Card icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346465.svg" alt="Rakuten Card icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346465.svg" alt="Rakuten Card icon" :width="24" :height="24" />
CSS background
.icon-rakuten-card {
background-image: url('https://proicons.com/icon/346465.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="h" d="M8.5,8.5h31c2.216,0,4,1.784,4,4v23c0,2.216-1.784,4-4,4H8.5c-2.216,0-4-1.784-4-4V12.5c0-2.216,1.784-4,4-4Z"/><g id="d"><path id="e" class="h" d="M17.6958,29.0651V12.3501h5.5841c3.2216,0,5.7989,2.5073,5.7989,5.6413s-2.5773,5.6413-5.7989,5.6413h-5.5841"/><path id="f" class="h" d="M23.4897,23.6279l5.3743,5.2283"/></g><path id="g" class="h" d="M35.4229,32.6926l-19.5275,2.9505-3.318-2.9507,22.8455.0002Z"/></g></svg>
Copied!