My Rakuten Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Rakuten Mobile 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/329779.svg" alt="My Rakuten Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329779.svg" alt="My Rakuten Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329779.svg" alt="My Rakuten Mobile icon" :width="24" :height="24" />
CSS background
.icon-my-rakuten-mobile {
background-image: url('https://proicons.com/icon/329779.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>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="k" d="M14.316,4.5h19.368c2.3363,0,4.2171,1.8798,4.2171,4.2148v30.5704c0,2.335-1.8808,4.2148-4.2171,4.2148H14.316c-2.3363,0-4.2171-1.8798-4.2171-4.2148V8.7148c0-2.335,1.8808-4.2148,4.2171-4.2148Z"/><path id="d" class="k" d="M14.2657,7.1367h19.4686c.5841,0,1.0543.47,1.0543,1.0537v27.83c0,.5838-.4702,1.0537-1.0543,1.0537H14.2657c-.5841,0-1.0543-.47-1.0543-1.0537V8.1904c0-.5838.4702-1.0537,1.0543-1.0537Z"/><path id="e" class="k" d="M22.1262,38.8684h3.7477c.7301,0,1.3178.5212,1.3178,1.1685s-.5878,1.1685-1.3178,1.1685h-3.7477c-.7301,0-1.3178-.5212-1.3178-1.1685s.5878-1.1685,1.3178-1.1685Z"/></g><g id="f"><g id="g"><path id="h" class="k" d="M19.9943,25.3261v-10.6212h3.5483c2.0471,0,3.6848,1.5932,3.6848,3.5847s-1.6377,3.5847-3.6848,3.5847h-3.5483"/><path id="i" class="k" d="M23.6759,21.8711l3.415,3.3222"/></g><path id="j" class="k" d="M31.2587,27.6311l-12.4085,1.8748-2.1083-1.8749h14.5168Z"/></g></svg>
Copied!