Super Mario 64 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Super Mario 64 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/333470.svg" alt="Super Mario 64 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333470.svg" alt="Super Mario 64 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333470.svg" alt="Super Mario 64 icon" :width="24" :height="24" />
CSS background
.icon-super-mario-64 {
background-image: url('https://proicons.com/icon/333470.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24.845,5.9166l4.9835,11.1318c.1346.3006.4188.5071.7463.5422l12.127,1.2997c.7953.0852,1.1155,1.0709.5222,1.6073l-9.047,8.1795c-.2443.2209-.3529.555-.2851.8774l2.5113,11.9351c.1647.7827-.6737,1.3918-1.3672.9933l-10.5749-6.0766c-.2856-.1641-.6369-.1641-.9225,0l-10.5749,6.0766c-.6935.3985-1.5319-.2106-1.3672-.9933l2.5113-11.9351c.0678-.3223-.0407-.6565-.2851-.8774l-9.047-8.1795c-.5933-.5364-.273-1.522.5222-1.6073l12.127-1.2997c.3275-.0351.6117-.2416.7463-.5422l4.9835-11.1318c.3268-.73,1.3632-.73,1.69,0Z"/><line class="b" x1="18.9845" y1="25.8554" x2="18.9845" y2="21.3918"/><line class="b" x1="29.0155" y1="25.8554" x2="29.0155" y2="21.3918"/></svg>
Copied!