Game Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Game 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/307180.svg" alt="Game icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307180.svg" alt="Game icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307180.svg" alt="Game icon" :width="24" :height="24" />
CSS background
.icon-game {
background-image: url('https://proicons.com/icon/307180.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M5.5 6C5.776 6 6 6.224 6 6.5V8H7.5C7.776 8 8 8.224 8 8.5C8 8.776 7.776 9 7.5 9H6V10.5C6 10.776 5.776 11 5.5 11C5.224 11 5 10.776 5 10.5V9H3.5C3.224 9 3 8.776 3 8.5C3 8.224 3.224 8 3.5 8H5V6.5C5 6.224 5.224 6 5.5 6Z"/><path d="M11 9C11.552 9 12 9.448 12 10C12 10.552 11.552 11 11 11C10.448 11 10 10.552 10 10C10 9.448 10.448 9 11 9Z"/><path d="M12 6C12.552 6 13 6.448 13 7C13 7.552 12.552 8 12 8C11.448 8 11 7.552 11 7C11 6.448 11.448 6 12 6Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12 3C14.209 3 16 4.791 16 7V10C16 12.209 14.209 14 12 14H4C1.791 14 0 12.209 0 10V7C0 4.791 1.791 3 4 3H12ZM4 4C2.343 4 1 5.343 1 7V10C1 11.657 2.343 13 4 13H12C13.657 13 15 11.657 15 10V7C15 5.343 13.657 4 12 4H4Z"/></svg>
Game in other icon packs
Copied!