Japan Transit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Japan Transit 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/327634.svg" alt="Japan Transit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327634.svg" alt="Japan Transit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327634.svg" alt="Japan Transit icon" :width="24" :height="24" />
CSS background
.icon-japan-transit {
background-image: url('https://proicons.com/icon/327634.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>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="l" d="M38.0328,12.6112v19.9685c0,.7684-.6199,1.387-1.3899,1.387H11.3571c-.77,0-1.3899-.6186-1.3899-1.387V12.6112s1.8508-5.0029,14.0328-5.0029,14.0328,5.0029,14.0328,5.0029Z"/><path id="d" class="l" d="M9.9655,26.5046h28.0674"/></g><g id="e"><path id="f" class="l" d="M40.3007,11.0081v27.3116c0,.8921-.7201,1.6104-1.6145,1.6104H9.3139c-.8944,0-1.6145-.7182-1.6145-1.6104V11.0081s2.1499-5.8086,16.3007-5.8086,16.3007,5.8086,16.3007,5.8086Z"/><path id="g" class="l" d="M18.4599,4.5h11.0801"/><path id="h" class="l" d="M38.4879,39.9298v2.0117c0,.8634-.6968,1.5585-1.5624,1.5585H11.0745c-.8655,0-1.5624-.6951-1.5624-1.5585v-2.0117"/></g><g id="i"><path id="j" class="l" d="M10.0952,35.7499h6.112v2.4172h-6.112v-2.4172Z"/><path id="k" class="l" d="M31.7927,35.7499h6.112v2.4172h-6.112v-2.4172Z"/></g></svg>
Copied!