nintendo-wii from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.

Name
nintendo-wii
Set
Material Design Icons
Style
Filled
Category
Brand / Logo
Viewbox
24×24
License
Apache 2.0
Aliases
wii

More brand / logo icons from Material Design Icons

Use the nintendo wii icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.84 16.94h-1.87v-6.15h1.87zM18 8.58c0 .61-.5 1.11-1.1 1.11a1.11 1.11 0 0 1-1.11-1.11c0-.62.5-1.12 1.11-1.12c.6 0 1.1.5 1.1 1.12m3.82 8.36h-1.88v-6.15h1.88zM22 8.58c0 .61-.5 1.11-1.12 1.11a1.11 1.11 0 0 1-1.11-1.11a1.116 1.116 0 1 1 2.23 0m-9.1-.53h2l-2.12 7.45s-.28 1.54-1.5 1.54c-1.21 0-1.49-1.54-1.49-1.54l-1.34-4.86l-1.34 4.86s-.29 1.54-1.5 1.54s-1.49-1.54-1.49-1.54L2 8.05h2l1.72 6.62L7.11 9.3c.32-1.35 1.34-1.33 1.34-1.33s1.02-.02 1.34 1.33l1.38 5.37z"/></svg>

React

import type { SVGProps } from "react";

export function MdiNintendoWii(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="M17.84 16.94h-1.87v-6.15h1.87zM18 8.58c0 .61-.5 1.11-1.1 1.11a1.11 1.11 0 0 1-1.11-1.11c0-.62.5-1.12 1.11-1.12c.6 0 1.1.5 1.1 1.12m3.82 8.36h-1.88v-6.15h1.88zM22 8.58c0 .61-.5 1.11-1.12 1.11a1.11 1.11 0 0 1-1.11-1.11a1.116 1.116 0 1 1 2.23 0m-9.1-.53h2l-2.12 7.45s-.28 1.54-1.5 1.54c-1.21 0-1.49-1.54-1.49-1.54l-1.34-4.86l-1.34 4.86s-.29 1.54-1.5 1.54s-1.49-1.54-1.49-1.54L2 8.05h2l1.72 6.62L7.11 9.3c.32-1.35 1.34-1.33 1.34-1.33s1.02-.02 1.34 1.33l1.38 5.37z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.84 16.94h-1.87v-6.15h1.87zM18 8.58c0 .61-.5 1.11-1.1 1.11a1.11 1.11 0 0 1-1.11-1.11c0-.62.5-1.12 1.11-1.12c.6 0 1.1.5 1.1 1.12m3.82 8.36h-1.88v-6.15h1.88zM22 8.58c0 .61-.5 1.11-1.12 1.11a1.11 1.11 0 0 1-1.11-1.11a1.116 1.116 0 1 1 2.23 0m-9.1-.53h2l-2.12 7.45s-.28 1.54-1.5 1.54c-1.21 0-1.49-1.54-1.49-1.54l-1.34-4.86l-1.34 4.86s-.29 1.54-1.5 1.54s-1.49-1.54-1.49-1.54L2 8.05h2l1.72 6.62L7.11 9.3c.32-1.35 1.34-1.33 1.34-1.33s1.02-.02 1.34 1.33l1.38 5.37z"/></svg>
</template>

CSS

.icon-nintendo-wii {
  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%22M17.84%2016.94h-1.87v-6.15h1.87zM18%208.58c0%20.61-.5%201.11-1.1%201.11a1.11%201.11%200%200%201-1.11-1.11c0-.62.5-1.12%201.11-1.12c.6%200%201.1.5%201.1%201.12m3.82%208.36h-1.88v-6.15h1.88zM22%208.58c0%20.61-.5%201.11-1.12%201.11a1.11%201.11%200%200%201-1.11-1.11a1.116%201.116%200%201%201%202.23%200m-9.1-.53h2l-2.12%207.45s-.28%201.54-1.5%201.54c-1.21%200-1.49-1.54-1.49-1.54l-1.34-4.86l-1.34%204.86s-.29%201.54-1.5%201.54s-1.49-1.54-1.49-1.54L2%208.05h2l1.72%206.62L7.11%209.3c.32-1.35%201.34-1.33%201.34-1.33s1.02-.02%201.34%201.33l1.38%205.37z%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%22M17.84%2016.94h-1.87v-6.15h1.87zM18%208.58c0%20.61-.5%201.11-1.1%201.11a1.11%201.11%200%200%201-1.11-1.11c0-.62.5-1.12%201.11-1.12c.6%200%201.1.5%201.1%201.12m3.82%208.36h-1.88v-6.15h1.88zM22%208.58c0%20.61-.5%201.11-1.12%201.11a1.11%201.11%200%200%201-1.11-1.11a1.116%201.116%200%201%201%202.23%200m-9.1-.53h2l-2.12%207.45s-.28%201.54-1.5%201.54c-1.21%200-1.49-1.54-1.49-1.54l-1.34-4.86l-1.34%204.86s-.29%201.54-1.5%201.54s-1.49-1.54-1.49-1.54L2%208.05h2l1.72%206.62L7.11%209.3c.32-1.35%201.34-1.33%201.34-1.33s1.02-.02%201.34%201.33l1.38%205.37z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/nintendo-wii.svg?color=%231a73e8&size=48