Mingww64 Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Mingww64 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/315197.svg" alt="Mingww64 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315197.svg" alt="Mingww64 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315197.svg" alt="Mingww64 icon" :width="24" :height="24" />
CSS background
.icon-mingww64 {
background-image: url('https://proicons.com/icon/315197.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>MinGW-w64</title><path d="m -3e-4,9.3955 4.187,-4.187 4.1869,4.187 -4.187,4.187 z m 0,10.417 4.187,-4.1869 4.1869,4.187 -4.187,4.1869 z m 5.2086,-5.2085 4.1869,-4.187 4.187,4.187 -4.187,4.187 z m 0,-10.417 L 9.3953,0 13.5822,4.187 9.3952,8.3738 Z m 5.2085,5.2084 4.187,-4.1869 4.1869,4.187 -4.187,4.1869 z M 15.6253,4.187 19.8123,0 l 4.1869,4.187 -4.187,4.1869 z m -5.208,15.626 4.187,-4.1869 4.1869,4.187 L 14.6042,24 Z m 5.2086,-5.2085 4.187,-4.187 4.1868,4.187 -4.1869,4.187 z"/></svg>
Copied!