Auto Mobile Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Auto Mobile 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/304946.svg" alt="Auto Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304946.svg" alt="Auto Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304946.svg" alt="Auto Mobile icon" :width="24" :height="24" />
CSS background
.icon-auto-mobile {
background-image: url('https://proicons.com/icon/304946.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="M937 469l-10-31c-5-18-23-31-39-31h-36c-28-82-61-180-71-204-15-35-63-52-89-60 0 0-44-17-192-17l-192 17c-30 11-74 27-91 62-8 16-42 118-69 202h-36c-16 0-33 13-39 31l-10 31c-5 17 54 31 54 31-4 14-7 23-7 23-3 5-5 28-5 34v285c0 18 14 33 31 33h114c17 0 31-15 31-33v-61h439v61c0 18 13 33 30 33h114c17 0 31-15 31-33V557c0-6-2-29-5-34 0 0-2-9-7-23 0 0 60-14 54-31zM269 243c3-11 8-42 176-47 3 7 9 12 17 12h66c7 0 14-6 16-13 179 5 184 41 185 42 7 22 34 88 56 182 0 0-94 34-285 34s-285-34-285-34c23-102 48-160 54-176zm11 400h-47c-42 0-84-6-84-35v-34c0-33 18-34 38-34 19 0 57 17 82 29 27 13 57 23 57 45 0 20-11 29-46 29zm253-11h-76c-10 0-17-7-17-17s7-18 17-18h76c9 0 17 8 17 18s-8 17-17 17zm318-24c0 15-10 24-26 29s-37 6-58 6h-47c-35 0-46-9-46-29 0-22 31-32 58-45 25-12 63-29 81-29 20 0 38 1 38 34v34z"/></svg>
Copied!