Nintendo Switch Online Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nintendo Switch Online icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/344794.svg" alt="Nintendo Switch Online icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344794.svg" alt="Nintendo Switch Online icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344794.svg" alt="Nintendo Switch Online icon" :width="24" :height="24" />
CSS background
.icon-nintendo-switch-online {
background-image: url('https://proicons.com/icon/344794.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="13.5" cy="16.2" r="3.4"/><circle class="b" cx="34.5" cy="26.2" r="3.4"/><path class="b" d="M21.5,5.5h-7.3c-4.8,0-8.7,3.9-8.7,8.6v19.9c0,4.7,3.9,8.6,8.7,8.6h7.3V5.5Z"/><path class="b" d="M33.8,5.5h-7.3V42.6h7.3c4.8,0,8.7-3.9,8.7-8.6V14.1c0-4.7-3.9-8.6-8.7-8.6Z"/></svg>
Copied!