nintendo switch icon
nintendo-switch from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- nintendo-switch
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the nintendo switch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M10.5 4.318v11.364c0 .763 0 1.144-.136 1.441a1.5 1.5 0 0 1-.74.741C9.326 18 8.944 18 8.182 18c-2.035 0-3.052 0-3.844-.361a4 4 0 0 1-1.977-1.977C2 14.87 2 13.852 2 11.818V8.182c0-2.035 0-3.052.361-3.844a4 4 0 0 1 1.977-1.977C5.13 2 6.148 2 8.182 2c.763 0 1.144 0 1.441.136a1.5 1.5 0 0 1 .741.74c.136.298.136.68.136 1.442"/><path d="M6.375 14H6.25m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Zm11.375-4h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/><path stroke-linejoin="round" d="M6.25 5.5v3M4.75 7h3m5.75 12.682V8.318c0-.763 0-1.144.136-1.441a1.5 1.5 0 0 1 .74-.741C14.675 6 15.057 6 15.819 6c2.035 0 3.052 0 3.844.361a4 4 0 0 1 1.977 1.977c.361.792.361 1.81.361 3.844v3.636c0 2.035 0 3.052-.361 3.844a4 4 0 0 1-1.977 1.977c-.792.361-1.81.361-3.844.361c-.763 0-1.144 0-1.441-.136a1.5 1.5 0 0 1-.741-.74c-.136-.298-.136-.68-.136-1.442M17.75 18.5v-3m1.5 1.5h-3"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsNintendoSwitch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M10.5 4.318v11.364c0 .763 0 1.144-.136 1.441a1.5 1.5 0 0 1-.74.741C9.326 18 8.944 18 8.182 18c-2.035 0-3.052 0-3.844-.361a4 4 0 0 1-1.977-1.977C2 14.87 2 13.852 2 11.818V8.182c0-2.035 0-3.052.361-3.844a4 4 0 0 1 1.977-1.977C5.13 2 6.148 2 8.182 2c.763 0 1.144 0 1.441.136a1.5 1.5 0 0 1 .741.74c.136.298.136.68.136 1.442"/><path d="M6.375 14H6.25m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Zm11.375-4h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/><path strokeLinejoin="round" d="M6.25 5.5v3M4.75 7h3m5.75 12.682V8.318c0-.763 0-1.144.136-1.441a1.5 1.5 0 0 1 .74-.741C14.675 6 15.057 6 15.819 6c2.035 0 3.052 0 3.844.361a4 4 0 0 1 1.977 1.977c.361.792.361 1.81.361 3.844v3.636c0 2.035 0 3.052-.361 3.844a4 4 0 0 1-1.977 1.977c-.792.361-1.81.361-3.844.361c-.763 0-1.144 0-1.441-.136a1.5 1.5 0 0 1-.741-.74c-.136-.298-.136-.68-.136-1.442M17.75 18.5v-3m1.5 1.5h-3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M10.5 4.318v11.364c0 .763 0 1.144-.136 1.441a1.5 1.5 0 0 1-.74.741C9.326 18 8.944 18 8.182 18c-2.035 0-3.052 0-3.844-.361a4 4 0 0 1-1.977-1.977C2 14.87 2 13.852 2 11.818V8.182c0-2.035 0-3.052.361-3.844a4 4 0 0 1 1.977-1.977C5.13 2 6.148 2 8.182 2c.763 0 1.144 0 1.441.136a1.5 1.5 0 0 1 .741.74c.136.298.136.68.136 1.442"/><path d="M6.375 14H6.25m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Zm11.375-4h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/><path stroke-linejoin="round" d="M6.25 5.5v3M4.75 7h3m5.75 12.682V8.318c0-.763 0-1.144.136-1.441a1.5 1.5 0 0 1 .74-.741C14.675 6 15.057 6 15.819 6c2.035 0 3.052 0 3.844.361a4 4 0 0 1 1.977 1.977c.361.792.361 1.81.361 3.844v3.636c0 2.035 0 3.052-.361 3.844a4 4 0 0 1-1.977 1.977c-.792.361-1.81.361-3.844.361c-.763 0-1.144 0-1.441-.136a1.5 1.5 0 0 1-.741-.74c-.136-.298-.136-.68-.136-1.442M17.75 18.5v-3m1.5 1.5h-3"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10.5%204.318v11.364c0%20.763%200%201.144-.136%201.441a1.5%201.5%200%200%201-.74.741C9.326%2018%208.944%2018%208.182%2018c-2.035%200-3.052%200-3.844-.361a4%204%200%200%201-1.977-1.977C2%2014.87%202%2013.852%202%2011.818V8.182c0-2.035%200-3.052.361-3.844a4%204%200%200%201%201.977-1.977C5.13%202%206.148%202%208.182%202c.763%200%201.144%200%201.441.136a1.5%201.5%200%200%201%20.741.74c.136.298.136.68.136%201.442%22%2F%3E%3Cpath%20d%3D%22M6.375%2014H6.25m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Zm11.375-4h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.25%205.5v3M4.75%207h3m5.75%2012.682V8.318c0-.763%200-1.144.136-1.441a1.5%201.5%200%200%201%20.74-.741C14.675%206%2015.057%206%2015.819%206c2.035%200%203.052%200%203.844.361a4%204%200%200%201%201.977%201.977c.361.792.361%201.81.361%203.844v3.636c0%202.035%200%203.052-.361%203.844a4%204%200%200%201-1.977%201.977c-.792.361-1.81.361-3.844.361c-.763%200-1.144%200-1.441-.136a1.5%201.5%200%200%201-.741-.74c-.136-.298-.136-.68-.136-1.442M17.75%2018.5v-3m1.5%201.5h-3%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10.5%204.318v11.364c0%20.763%200%201.144-.136%201.441a1.5%201.5%200%200%201-.74.741C9.326%2018%208.944%2018%208.182%2018c-2.035%200-3.052%200-3.844-.361a4%204%200%200%201-1.977-1.977C2%2014.87%202%2013.852%202%2011.818V8.182c0-2.035%200-3.052.361-3.844a4%204%200%200%201%201.977-1.977C5.13%202%206.148%202%208.182%202c.763%200%201.144%200%201.441.136a1.5%201.5%200%200%201%20.741.74c.136.298.136.68.136%201.442%22%2F%3E%3Cpath%20d%3D%22M6.375%2014H6.25m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Zm11.375-4h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.25%205.5v3M4.75%207h3m5.75%2012.682V8.318c0-.763%200-1.144.136-1.441a1.5%201.5%200%200%201%20.74-.741C14.675%206%2015.057%206%2015.819%206c2.035%200%203.052%200%203.844.361a4%204%200%200%201%201.977%201.977c.361.792.361%201.81.361%203.844v3.636c0%202.035%200%203.052-.361%203.844a4%204%200%200%201-1.977%201.977c-.792.361-1.81.361-3.844.361c-.763%200-1.144%200-1.441-.136a1.5%201.5%200%200%201-.741-.74c-.136-.298-.136-.68-.136-1.442M17.75%2018.5v-3m1.5%201.5h-3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/nintendo-switch.svg?color=%231a73e8&size=48