wiiu logo
wiiu from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- wiiu
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the wiiu logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.133 8.432a.82.82 0 0 0-.835.814a.826.826 0 0 0 .835.812c.488 0 .873-.358.873-.81c0-.455-.385-.816-.873-.816m2.93 0c-.465 0-.848.359-.848.814c0 .442.383.812.848.812c.477 0 .861-.358.861-.81c0-.455-.385-.816-.861-.816m3.655.011c-.53 0-.99.335-.99.858v3.315c0 .809.56 1.289 1.377 1.289h4.647c.689 0 1.248-.477 1.248-1.162V9.345c0-.412-.308-.86-.688-.86h-1.075v2.799c0 2.122-3.701 2.104-3.701.04v-2.88zm1.679 0v2.453c0 1.636 1.934 1.402 1.934.256V8.445h-1.934zM4.833 8.77c-.465 0-.776.232-.938.756c-.152.533-1.116 4.242-1.116 4.242l-1.267-4.94H0s1.451 5.264 1.65 5.881c.15.476.521.86 1.058.86c.627 0 .917-.454 1.045-.86c.14-.421 1.08-3.895 1.08-3.895s.942 3.476 1.069 3.895c.14.406.431.86 1.047.86c.547 0 .906-.385 1.07-.86c.196-.617 1.65-5.881 1.65-5.881H8.148l-1.258 4.94s-.963-3.709-1.125-4.242c-.15-.526-.479-.756-.93-.756zm5.605 2.09v4.662h1.441V10.86zm2.916 0v4.662h1.442V10.86z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsWiiu(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.133 8.432a.82.82 0 0 0-.835.814a.826.826 0 0 0 .835.812c.488 0 .873-.358.873-.81c0-.455-.385-.816-.873-.816m2.93 0c-.465 0-.848.359-.848.814c0 .442.383.812.848.812c.477 0 .861-.358.861-.81c0-.455-.385-.816-.861-.816m3.655.011c-.53 0-.99.335-.99.858v3.315c0 .809.56 1.289 1.377 1.289h4.647c.689 0 1.248-.477 1.248-1.162V9.345c0-.412-.308-.86-.688-.86h-1.075v2.799c0 2.122-3.701 2.104-3.701.04v-2.88zm1.679 0v2.453c0 1.636 1.934 1.402 1.934.256V8.445h-1.934zM4.833 8.77c-.465 0-.776.232-.938.756c-.152.533-1.116 4.242-1.116 4.242l-1.267-4.94H0s1.451 5.264 1.65 5.881c.15.476.521.86 1.058.86c.627 0 .917-.454 1.045-.86c.14-.421 1.08-3.895 1.08-3.895s.942 3.476 1.069 3.895c.14.406.431.86 1.047.86c.547 0 .906-.385 1.07-.86c.196-.617 1.65-5.881 1.65-5.881H8.148l-1.258 4.94s-.963-3.709-1.125-4.242c-.15-.526-.479-.756-.93-.756zm5.605 2.09v4.662h1.441V10.86zm2.916 0v4.662h1.442V10.86z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.133 8.432a.82.82 0 0 0-.835.814a.826.826 0 0 0 .835.812c.488 0 .873-.358.873-.81c0-.455-.385-.816-.873-.816m2.93 0c-.465 0-.848.359-.848.814c0 .442.383.812.848.812c.477 0 .861-.358.861-.81c0-.455-.385-.816-.861-.816m3.655.011c-.53 0-.99.335-.99.858v3.315c0 .809.56 1.289 1.377 1.289h4.647c.689 0 1.248-.477 1.248-1.162V9.345c0-.412-.308-.86-.688-.86h-1.075v2.799c0 2.122-3.701 2.104-3.701.04v-2.88zm1.679 0v2.453c0 1.636 1.934 1.402 1.934.256V8.445h-1.934zM4.833 8.77c-.465 0-.776.232-.938.756c-.152.533-1.116 4.242-1.116 4.242l-1.267-4.94H0s1.451 5.264 1.65 5.881c.15.476.521.86 1.058.86c.627 0 .917-.454 1.045-.86c.14-.421 1.08-3.895 1.08-3.895s.942 3.476 1.069 3.895c.14.406.431.86 1.047.86c.547 0 .906-.385 1.07-.86c.196-.617 1.65-5.881 1.65-5.881H8.148l-1.258 4.94s-.963-3.709-1.125-4.242c-.15-.526-.479-.756-.93-.756zm5.605 2.09v4.662h1.441V10.86zm2.916 0v4.662h1.442V10.86z"/></svg> </template>
CSS
.icon-wiiu {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.133%208.432a.82.82%200%200%200-.835.814a.826.826%200%200%200%20.835.812c.488%200%20.873-.358.873-.81c0-.455-.385-.816-.873-.816m2.93%200c-.465%200-.848.359-.848.814c0%20.442.383.812.848.812c.477%200%20.861-.358.861-.81c0-.455-.385-.816-.861-.816m3.655.011c-.53%200-.99.335-.99.858v3.315c0%20.809.56%201.289%201.377%201.289h4.647c.689%200%201.248-.477%201.248-1.162V9.345c0-.412-.308-.86-.688-.86h-1.075v2.799c0%202.122-3.701%202.104-3.701.04v-2.88zm1.679%200v2.453c0%201.636%201.934%201.402%201.934.256V8.445h-1.934zM4.833%208.77c-.465%200-.776.232-.938.756c-.152.533-1.116%204.242-1.116%204.242l-1.267-4.94H0s1.451%205.264%201.65%205.881c.15.476.521.86%201.058.86c.627%200%20.917-.454%201.045-.86c.14-.421%201.08-3.895%201.08-3.895s.942%203.476%201.069%203.895c.14.406.431.86%201.047.86c.547%200%20.906-.385%201.07-.86c.196-.617%201.65-5.881%201.65-5.881H8.148l-1.258%204.94s-.963-3.709-1.125-4.242c-.15-.526-.479-.756-.93-.756zm5.605%202.09v4.662h1.441V10.86zm2.916%200v4.662h1.442V10.86z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.133%208.432a.82.82%200%200%200-.835.814a.826.826%200%200%200%20.835.812c.488%200%20.873-.358.873-.81c0-.455-.385-.816-.873-.816m2.93%200c-.465%200-.848.359-.848.814c0%20.442.383.812.848.812c.477%200%20.861-.358.861-.81c0-.455-.385-.816-.861-.816m3.655.011c-.53%200-.99.335-.99.858v3.315c0%20.809.56%201.289%201.377%201.289h4.647c.689%200%201.248-.477%201.248-1.162V9.345c0-.412-.308-.86-.688-.86h-1.075v2.799c0%202.122-3.701%202.104-3.701.04v-2.88zm1.679%200v2.453c0%201.636%201.934%201.402%201.934.256V8.445h-1.934zM4.833%208.77c-.465%200-.776.232-.938.756c-.152.533-1.116%204.242-1.116%204.242l-1.267-4.94H0s1.451%205.264%201.65%205.881c.15.476.521.86%201.058.86c.627%200%20.917-.454%201.045-.86c.14-.421%201.08-3.895%201.08-3.895s.942%203.476%201.069%203.895c.14.406.431.86%201.047.86c.547%200%20.906-.385%201.07-.86c.196-.617%201.65-5.881%201.65-5.881H8.148l-1.258%204.94s-.963-3.709-1.125-4.242c-.15-.526-.479-.756-.93-.756zm5.605%202.09v4.662h1.441V10.86zm2.916%200v4.662h1.442V10.86z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/wiiu.svg?color=%231a73e8&size=48