Yamato Transport Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yamato Transport 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/349976.svg" alt="Yamato Transport icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349976.svg" alt="Yamato Transport icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349976.svg" alt="Yamato Transport icon" :width="24" :height="24" />
CSS background
.icon-yamato-transport {
background-image: url('https://proicons.com/icon/349976.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M34.1533,20.7966l8.5221-3.3857.8247,2.1914-8.5882,5.5903,2.7751,11.4628h-3.5189l-4.9844-6.1015h-8.1222l-4.9844,6.1015h-3.5189l1.8582-7.6755-1.6518-1.9567v1.9354c0,2.9847-2.0264,5.0102-5.0122,5.0102h-1.9963v-1.028l2.0236-1.3923v-1.726l-2.5031-1.4122v-1.6152l2.3142.09c-1.445-.3257-3.0907-2.1804-3.0907-3.2993v-4.2525l2.3692,2.4804.9399-.0639c-1.0577-.6971-1.9359-3.4233-1.9359-5.3238v-4.4752c0-.5018.6399-.848,1.0293-.3976l3.1568,3.6515h5.9322l3.1568-3.6515c.3894-.4504,1.0293-.1041,1.0293.3976v4.4752c0,1.338-.4354,3.0855-1.0459,4.3081,0,0,15.0216.0623,15.0216.0623Z"/><path id="c" class="g" d="M14.5799,18.4614c.8616-.4908,1.5279-.7687,2.5694-.9035"/><path id="d" class="g" d="M11.3808,18.4614c-.8616-.4908-1.5279-.7687-2.5694-.9035"/><path id="e" class="g" d="M10.3738,24.0269c.6266-.1909,1.1112-.299,1.8686-.3515"/><path id="f" class="g" d="M8.5623,24.0269c-.6266-.1909-1.1112-.299-1.8686-.3515"/></svg>
Copied!