Shinkansen Smartex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shinkansen Smartex 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/347237.svg" alt="Shinkansen Smartex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347237.svg" alt="Shinkansen Smartex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347237.svg" alt="Shinkansen Smartex icon" :width="24" :height="24" />
CSS background
.icon-shinkansen-smartex {
background-image: url('https://proicons.com/icon/347237.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m9.5 42.5 33-7.5463"/><path class="d" d="m42.5 32.954-11.893-7.8653h-2.7502c-7.284-1.9517-12.579 2.5691-13.13 3.1196-.99887.99887-2.9826 1.3763-4.8891 1.8872-7.918 2.1216-4.3382 8.4049 5.6338 7.3947l27.028-2.5361"/><path class="d" d="m28.268 28.186 14.232 5.7682-12.105-2.391z"/><path class="d" d="m14.727 28.208s4.5077-.33889 6.0329.16371 3.6068-.49054 4.3924-.8933c.78555-.40276.47666-1.2366-1.2157-1.036s-6.1116-.05994-7.3979.41144"/><path class="d" d="m15.472 37.49-9.9721 1.0102"/><line class="d" x1="26.67" x2="32.81" y1="5.5" y2="20.806"/><line class="d" x1="36.81" x2="22.67" y1="5.5" y2="20.806"/><line class="d" x1="13.19" x2="18.164" y1="13.153" y2="13.153"/><path class="d" d="m18.843 20.806h-7.6532l4-15.306h7.6532"/></svg>
Copied!