Brand Mazda Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Mazda 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/305174.svg" alt="Brand Mazda icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305174.svg" alt="Brand Mazda icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305174.svg" alt="Brand Mazda icon" :width="24" :height="24" />
CSS background
.icon-brand-mazda {
background-image: url('https://proicons.com/icon/305174.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="M527 94c66 1 159 9 247 44 134 52 206 151 222 293 7 60 5 120-7 179-27 122-99 207-215 248-181 63-365 65-546 0C90 809 19 703 4 559c-7-65-5-130 13-193 38-136 133-212 265-247 71-19 144-25 245-25zm343 322c-63 23-122 45-183 66-70 25-123 70-159 134-9 17-18 33-29 52-6-11-10-19-14-27-40-79-101-133-187-158-48-14-95-32-143-48-26-9-27-9-29 19-3 41-2 82 4 122 17 123 89 205 209 235 99 25 200 24 300 5 78-15 146-49 188-120 53-86 54-181 43-280zM500 544c48-113 140-164 241-203 23-9 45-21 68-30 18-8 16-16 6-30-36-45-82-75-136-90-119-32-239-32-358 0-59 17-107 50-143 101-9 13-9 20 6 26 31 13 61 29 93 40 94 35 173 87 223 186z"/></svg>
Copied!