nintendo switch icon
nintendo-switch from IconPark by ByteDance · Color · Game · Apache-2.0 Free for personal and commercial use.
- Name
- nintendo-switch
- Set
- IconPark
- Style
- Color
- Category
- Game
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More game icons from IconPark
Use the nintendo switch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M6 18C6 12.3431 6 9.51472 7.75736 7.75736C9.51472 6 12.3431 6 18 6H20V42H18C12.3431 42 9.51472 42 7.75736 40.2426C6 38.4853 6 35.6569 6 30V18Z"/><path fill="#2F88FF" stroke="#000" d="M42 18C42 12.3431 42 9.51472 40.2426 7.75736C38.4853 6 35.6569 6 30 6H28V42H30C35.6569 42 38.4853 42 40.2426 40.2426C42 38.4853 42 35.6569 42 30V18Z"/><path stroke="#fff" d="M35 13V15"/><path stroke="#fff" d="M13 33V35"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkNintendoSwitch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M6 18C6 12.3431 6 9.51472 7.75736 7.75736C9.51472 6 12.3431 6 18 6H20V42H18C12.3431 42 9.51472 42 7.75736 40.2426C6 38.4853 6 35.6569 6 30V18Z"/><path fill="#2F88FF" stroke="#000" d="M42 18C42 12.3431 42 9.51472 40.2426 7.75736C38.4853 6 35.6569 6 30 6H28V42H30C35.6569 42 38.4853 42 40.2426 40.2426C42 38.4853 42 35.6569 42 30V18Z"/><path stroke="#fff" d="M35 13V15"/><path stroke="#fff" d="M13 33V35"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M6 18C6 12.3431 6 9.51472 7.75736 7.75736C9.51472 6 12.3431 6 18 6H20V42H18C12.3431 42 9.51472 42 7.75736 40.2426C6 38.4853 6 35.6569 6 30V18Z"/><path fill="#2F88FF" stroke="#000" d="M42 18C42 12.3431 42 9.51472 40.2426 7.75736C38.4853 6 35.6569 6 30 6H28V42H30C35.6569 42 38.4853 42 40.2426 40.2426C42 38.4853 42 35.6569 42 30V18Z"/><path stroke="#fff" d="M35 13V15"/><path stroke="#fff" d="M13 33V35"/></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M6%2018C6%2012.3431%206%209.51472%207.75736%207.75736C9.51472%206%2012.3431%206%2018%206H20V42H18C12.3431%2042%209.51472%2042%207.75736%2040.2426C6%2038.4853%206%2035.6569%206%2030V18Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M42%2018C42%2012.3431%2042%209.51472%2040.2426%207.75736C38.4853%206%2035.6569%206%2030%206H28V42H30C35.6569%2042%2038.4853%2042%2040.2426%2040.2426C42%2038.4853%2042%2035.6569%2042%2030V18Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M35%2013V15%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M13%2033V35%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M6%2018C6%2012.3431%206%209.51472%207.75736%207.75736C9.51472%206%2012.3431%206%2018%206H20V42H18C12.3431%2042%209.51472%2042%207.75736%2040.2426C6%2038.4853%206%2035.6569%206%2030V18Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M42%2018C42%2012.3431%2042%209.51472%2040.2426%207.75736C38.4853%206%2035.6569%206%2030%206H28V42H30C35.6569%2042%2038.4853%2042%2040.2426%2040.2426C42%2038.4853%2042%2035.6569%2042%2030V18Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M35%2013V15%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M13%2033V35%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/nintendo-switch.svg?color=%231a73e8&size=48