nintendo switch logo
nintendo-switch from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- nintendo-switch
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Related icons in CoreUI Brands
Use the nintendo switch logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.901 32h4.901c4.5 0 8.198-3.698 8.198-8.198V8.198C32 3.698 28.302 0 23.802 0h-5c-.099 0-.203.099-.203.198v31.604c0 .099.099.198.302.198M25 14.401c1.802 0 3.198 1.5 3.198 3.198c0 1.802-1.5 3.198-3.198 3.198c-1.802 0-3.198-1.396-3.198-3.198c-.104-1.797 1.396-3.198 3.198-3.198M15.198 0h-7C3.698 0 0 3.698 0 8.198v15.604C0 28.302 3.698 32 8.198 32h7c.099 0 .203-.099.203-.198V.198c0-.099-.099-.198-.203-.198m-2.297 29.401H8.198a5.59 5.59 0 0 1-5.599-5.599V8.198a5.59 5.59 0 0 1 5.599-5.599h4.604zM5 9.599c0 1.698 1.302 3 3 3s3-1.302 3-3s-1.302-3-3-3s-3 1.302-3 3"/></svg>
React
import type { SVGProps } from "react";
export function CibNintendoSwitch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.901 32h4.901c4.5 0 8.198-3.698 8.198-8.198V8.198C32 3.698 28.302 0 23.802 0h-5c-.099 0-.203.099-.203.198v31.604c0 .099.099.198.302.198M25 14.401c1.802 0 3.198 1.5 3.198 3.198c0 1.802-1.5 3.198-3.198 3.198c-1.802 0-3.198-1.396-3.198-3.198c-.104-1.797 1.396-3.198 3.198-3.198M15.198 0h-7C3.698 0 0 3.698 0 8.198v15.604C0 28.302 3.698 32 8.198 32h7c.099 0 .203-.099.203-.198V.198c0-.099-.099-.198-.203-.198m-2.297 29.401H8.198a5.59 5.59 0 0 1-5.599-5.599V8.198a5.59 5.59 0 0 1 5.599-5.599h4.604zM5 9.599c0 1.698 1.302 3 3 3s3-1.302 3-3s-1.302-3-3-3s-3 1.302-3 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.901 32h4.901c4.5 0 8.198-3.698 8.198-8.198V8.198C32 3.698 28.302 0 23.802 0h-5c-.099 0-.203.099-.203.198v31.604c0 .099.099.198.302.198M25 14.401c1.802 0 3.198 1.5 3.198 3.198c0 1.802-1.5 3.198-3.198 3.198c-1.802 0-3.198-1.396-3.198-3.198c-.104-1.797 1.396-3.198 3.198-3.198M15.198 0h-7C3.698 0 0 3.698 0 8.198v15.604C0 28.302 3.698 32 8.198 32h7c.099 0 .203-.099.203-.198V.198c0-.099-.099-.198-.203-.198m-2.297 29.401H8.198a5.59 5.59 0 0 1-5.599-5.599V8.198a5.59 5.59 0 0 1 5.599-5.599h4.604zM5 9.599c0 1.698 1.302 3 3 3s3-1.302 3-3s-1.302-3-3-3s-3 1.302-3 3"/></svg> </template>
CSS
.icon-nintendo-switch {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.901%2032h4.901c4.5%200%208.198-3.698%208.198-8.198V8.198C32%203.698%2028.302%200%2023.802%200h-5c-.099%200-.203.099-.203.198v31.604c0%20.099.099.198.302.198M25%2014.401c1.802%200%203.198%201.5%203.198%203.198c0%201.802-1.5%203.198-3.198%203.198c-1.802%200-3.198-1.396-3.198-3.198c-.104-1.797%201.396-3.198%203.198-3.198M15.198%200h-7C3.698%200%200%203.698%200%208.198v15.604C0%2028.302%203.698%2032%208.198%2032h7c.099%200%20.203-.099.203-.198V.198c0-.099-.099-.198-.203-.198m-2.297%2029.401H8.198a5.59%205.59%200%200%201-5.599-5.599V8.198a5.59%205.59%200%200%201%205.599-5.599h4.604zM5%209.599c0%201.698%201.302%203%203%203s3-1.302%203-3s-1.302-3-3-3s-3%201.302-3%203%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.901%2032h4.901c4.5%200%208.198-3.698%208.198-8.198V8.198C32%203.698%2028.302%200%2023.802%200h-5c-.099%200-.203.099-.203.198v31.604c0%20.099.099.198.302.198M25%2014.401c1.802%200%203.198%201.5%203.198%203.198c0%201.802-1.5%203.198-3.198%203.198c-1.802%200-3.198-1.396-3.198-3.198c-.104-1.797%201.396-3.198%203.198-3.198M15.198%200h-7C3.698%200%200%203.698%200%208.198v15.604C0%2028.302%203.698%2032%208.198%2032h7c.099%200%20.203-.099.203-.198V.198c0-.099-.099-.198-.203-.198m-2.297%2029.401H8.198a5.59%205.59%200%200%201-5.599-5.599V8.198a5.59%205.59%200%200%201%205.599-5.599h4.604zM5%209.599c0%201.698%201.302%203%203%203s3-1.302%203-3s-1.302-3-3-3s-3%201.302-3%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/nintendo-switch.svg?color=%231a73e8&size=48