Brand Msi Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Msi 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/305182.svg" alt="Brand Msi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305182.svg" alt="Brand Msi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305182.svg" alt="Brand Msi icon" :width="24" :height="24" />
CSS background
.icon-brand-msi {
background-image: url('https://proicons.com/icon/305182.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="M909 625l69-189s-51 0-102 10l-65 179h98zm-11-240l-13 36c51-10 102-10 102-10l13-36s-51 0-102 10zM541 580c31 6 62 9 95 9s57-8 60-30c1-11-9-19-28-29-21-12-39-18-57-30-19-12-27-32-21-53 8-24 24-38 50-51 30-15 54-21 113-21 36 0 72 4 107 10l-12 35c-31-6-63-9-95-9-34 0-58 8-60 30-1 11 9 19 27 29 22 12 39 18 58 30 18 12 26 32 20 53-7 24-24 38-50 51-30 15-54 21-112 21-37 0-73-4-108-10l13-35zm-149 45l57-158c19-52-50-33-66-21-12 10-35 31-43 54l-45 125h-99l57-158c19-52-50-33-66-21-12 10-35 31-43 54L99 625H0l91-250c31 0 48 7 62 21 6 5 9 12 11 19 18-11 34-19 45-24 21-8 46-16 78-16s48 7 62 21c5 5 9 12 11 19 18-11 34-19 45-24 21-8 46-16 78-16 31 0 48 7 62 21 15 14 14 40 9 54l-63 175h-99z"/></svg>
Copied!