Brand Bada Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Bada 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/305085.svg" alt="Brand Bada icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305085.svg" alt="Brand Bada icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305085.svg" alt="Brand Bada icon" :width="24" :height="24" />
CSS background
.icon-brand-bada {
background-image: url('https://proicons.com/icon/305085.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="M7 444c35 255 343 399 513 378 223-27 467-272 424-533 90 130 62 381-61 533-135 167-378 225-585 138C103 879-19 664 7 444zm139-291c182-203 519-204 695-5 80 92 99 196 59 310-28 77-75 140-137 203 129-274-92-508-323-549-102-18-200-10-294 41zm148 576C177 671 80 594 56 454c-26-155 84-296 241-305 47-3 94 0 141 1-83 12-147 59-196 121-25 33-50 65-63 106-37 115 12 232 88 322l27 30zm-35-40S40 397 355 176l-65-11-182 165 85 315 66 44z"/></svg>
Copied!