Rakuten Travel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rakuten Travel 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/331923.svg" alt="Rakuten Travel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331923.svg" alt="Rakuten Travel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331923.svg" alt="Rakuten Travel icon" :width="24" :height="24" />
CSS background
.icon-rakuten-travel {
background-image: url('https://proicons.com/icon/331923.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="4.5" y="14.5" width="39" height="25" rx="2" ry="2"/><path class="b" d="M18,14.5c0-3.3137,2.6863-6,6-6s6,2.6863,6,6"/><path class="b" d="M12.3,14.5v25"/><path class="b" d="M35.7,14.5v25"/><path class="b" d="M21.35,29.5v-8h2.619c1.4807,0,2.681,1.2029,2.681,2.6867s-1.2003,2.6867-2.681,2.6867h-2.619"/><line class="b" x1="23.97" y1="26.873" x2="26.59" y2="29.498"/><path class="b" d="M20.35,31.15l7.24-.002-5.84,1.352-1.4-1.35Z"/></svg>
Copied!