Brand Bmw Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Bmw 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/305089.svg" alt="Brand Bmw icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305089.svg" alt="Brand Bmw icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305089.svg" alt="Brand Bmw icon" :width="24" :height="24" />
CSS background
.icon-brand-bmw {
background-image: url('https://proicons.com/icon/305089.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="M0 478c2-16 3-31 5-47 5-43 17-84 34-124 28-67 68-125 122-174 61-57 132-96 213-117 33-9 66-14 100-16h49l30 3c44 4 86 14 127 30 72 28 134 70 186 126 63 68 104 147 124 238 6 30 9 60 10 91 0 1 0 3 1 5v14l-3 42c-4 38-12 75-24 111-24 70-61 131-112 185-70 74-156 122-256 144-32 7-64 10-96 11-124 2-235-37-331-117-76-63-129-143-158-239-11-37-18-76-20-115 0-2-1-4-1-6v-45zm500 505c266 0 481-215 483-479 2-272-218-487-482-487C233 17 18 233 17 500c0 264 214 483 483 483zM37 500C37 244 245 35 504 37c254 2 463 210 459 471-4 251-211 459-471 455-250-4-455-208-455-463zm463-296c-162 0-292 130-296 289-3 168 131 303 296 303 163 0 296-132 296-296 0-165-134-296-296-296zm0 296h277c-1 67-22 127-65 178-55 65-126 97-212 99V507v-7zm0 0H224c-4-149 127-281 276-276v276z"/></svg>
Copied!