Rakuten Omatome Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rakuten Omatome 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/346475.svg" alt="Rakuten Omatome icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346475.svg" alt="Rakuten Omatome icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346475.svg" alt="Rakuten Omatome icon" :width="24" :height="24" />
CSS background
.icon-rakuten-omatome {
background-image: url('https://proicons.com/icon/346475.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="22" height="17"/><rect class="c" x="5.5" y="34.5" width="14" height="8"/><rect class="c" x="5.5" y="25.5" width="14" height="7"/><rect class="c" x="22.5" y="25.5" width="20" height="17"/><rect class="c" x="30.5" y="5.5" width="12" height="17"/><path class="c" d="M14.066,15.759v-6.4584h2.1559c1.2438,0,2.2388.9688,2.2388,2.1797s-.995,2.1797-2.2388,2.1797h-2.1559"/><path class="c" d="M16.303,13.658l2.0749,2.0201"/><path class="c" d="M20.91,17.5599h0s-7.5392,1.1401-7.5392,1.1401l-1.281-1.1401"/></svg>
Copied!