Gameboy Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Gameboy 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/310738.svg" alt="Gameboy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310738.svg" alt="Gameboy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310738.svg" alt="Gameboy icon" :width="24" :height="24" />
CSS background
.icon-gameboy {
background-image: url('https://proicons.com/icon/310738.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17 2.75H7C5.34315 2.75 4 4.09315 4 5.75V18.25C4 19.9069 5.34315 21.25 7 21.25H17C18.6569 21.25 20 19.9069 20 18.25V5.75C20 4.09315 18.6569 2.75 17 2.75Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16.5 5.55969H7.5C6.94772 5.55969 6.5 5.94345 6.5 6.41684V10.7025C6.5 11.1759 6.94772 11.5597 7.5 11.5597H16.5C17.0523 11.5597 17.5 11.1759 17.5 10.7025V6.41684C17.5 5.94345 17.0523 5.55969 16.5 5.55969Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.53326 14.1115V17.5852" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.79645 15.8483H10.2557" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 19H14" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.1362 16.0963V16.4963" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16.9003 14.1115V14.5115" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!