Truck Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Truck Alt 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/306717.svg" alt="Truck Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306717.svg" alt="Truck Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306717.svg" alt="Truck Alt icon" :width="24" :height="24" />
CSS background
.icon-truck-alt {
background-image: url('https://proicons.com/icon/306717.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M97 629v3c0 16 10 29 24 33 12-30 41-51 75-51s63 22 75 52h373v-70H131c-19 0-34 15-34 33zm96-3c-33 0-59 27-59 60 0 32 26 59 59 59s59-27 59-59-26-60-59-60zm0 101c-23 0-41-19-41-41s18-41 41-41 41 18 41 41-18 41-41 41zm661-347c-7-9-17-11-23-11H682c-6 0-11 5-11 11v269c0 7 5 12 11 12h40c13-28 40-47 72-47s60 19 73 47h59c6 0 11-5 11-12V515l-83-135zm19 117H715c-6 0-11-5-11-11v-84c0-7 5-12 11-12h93c17 0 22 4 26 12l51 84c0 6-5 11-12 11zm56 138c0 6-5 10-11 10s-10-4-10-10v-20c0-6 4-11 10-11s11 5 11 11v20zm-137-9c-33 0-59 27-59 60 0 32 26 59 59 59s59-27 59-59c0-33-26-60-59-60zm0 101c-23 0-41-19-41-41s18-41 41-41 41 18 41 41-18 41-41 41zM78 575h550c9 0 16-7 16-15V270c0-9-7-16-16-16H78c-8 0-15 7-15 16v290c0 8 7 15 15 15z"/></svg>
Copied!