Nintendo Today Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nintendo Today 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/344796.svg" alt="Nintendo Today icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344796.svg" alt="Nintendo Today icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344796.svg" alt="Nintendo Today icon" :width="24" :height="24" />
CSS background
.icon-nintendo-today {
background-image: url('https://proicons.com/icon/344796.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><path class="c" d="M27.4115,36.9452v-4.07h-6.64v4.07h6.64Z"/><path class="c" d="M27.4115,26.4452l.763-.763h4.31l3.12-3.12v-8.54l-3.01-3.01H15.3945l-3.01,3.01v6.56h6.64v-4.07l.94-.94h8.06l.94.94v4.07l-.73.73h-4.49l-2.98,2.98v6.23h6.64v-4.07"/><circle class="c" cx="37.99" cy="9.91" r="1.35"/><circle class="c" cx="38.09" cy="37.99" r="1.35"/><circle class="c" cx="9.94" cy="38.09" r="1.35"/><circle class="c" cx="9.91" cy="9.94" r="1.35"/><path class="c" d="M40.5,42.5H7.5l-2-2V7.5l2-2h33l2,2v33l-2,2Z"/></svg>
Copied!