Nintendo Switch Parental Controls Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nintendo Switch Parental Controls 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/344795.svg" alt="Nintendo Switch Parental Controls icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344795.svg" alt="Nintendo Switch Parental Controls icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344795.svg" alt="Nintendo Switch Parental Controls icon" :width="24" :height="24" />
CSS background
.icon-nintendo-switch-parental-controls {
background-image: url('https://proicons.com/icon/344795.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="36.1946 24.4756 41.5976 24.4756 41.5976 17.8171 6.4024 17.8171 6.4024 24.4756 16.6185 24.4756 16.6185 41.5976 29.2983 41.5976"/><line class="c" x1="31.838" y1="28.7941" x2="31.838" y2="28.6895"/><circle class="c" cx="24" cy="11.1585" r="6.6585"/><line class="c" x1="31.838" y1="28.7941" x2="31.838" y2="28.6895"/><circle class="c" cx="24" cy="11.1585" r="6.6585"/><line class="c" x1="24" y1="36.8415" x2="24" y2="41.5976"/><polygon class="c" points="23.7746 28.7927 23.7746 32.378 29.3027 32.378 29.3027 43.5 36.276 43.5 36.276 32.378 41.5976 32.378 41.5976 28.7927 23.7746 28.7927"/><circle class="c" cx="32.6861" cy="25.2073" r="3.5854"/><line class="c" x1="32.6861" y1="38.9634" x2="32.6861" y2="43.5"/></svg>
Copied!