Wii U Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Wii U 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/306920.svg" alt="Wii U icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306920.svg" alt="Wii U icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306920.svg" alt="Wii U icon" :width="24" :height="24" />
CSS background
.icon-wii-u {
background-image: url('https://proicons.com/icon/306920.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="M866 243H134C60 243 0 303 0 377v247c0 73 60 133 134 133h732c74 0 134-60 134-133V377c0-74-60-134-134-134zm-485 29h249c11 0 19 8 19 19 0 10-8 19-19 19H381c-10 0-19-9-19-19 0-11 9-19 19-19zM58 371c0-19 15-34 34-34s34 15 34 34-15 35-34 35-34-16-34-35zm123 129h-29v29h-38v-29H86v-38h28v-29h38v29h29v38zm324 246c-12 0-21-10-21-22 0-11 9-21 21-21s22 10 22 21c0 12-10 22-22 22zm276-74H219V338h562v334zm55-168c-11 0-20-9-20-20s9-19 20-19 19 8 19 19-9 20-19 20zm44 40c-11 0-20-9-20-20 0-10 9-19 20-19s19 9 19 19c0 11-9 20-19 20zm0-79c-11 0-20-8-20-19s9-20 20-20 19 9 19 20-9 19-19 19zm43 39c-11 0-19-9-19-20s8-19 19-19 19 8 19 19-8 20-19 20zm-4-98c-19 0-34-16-34-35s15-34 34-34 35 15 35 34-16 35-35 35z"/></svg>
Copied!