Video Game Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Video Game icon is commonly used in media galleries, video players and content feeds. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/349294.svg" alt="Video Game icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349294.svg" alt="Video Game icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349294.svg" alt="Video Game icon" :width="24" :height="24" />
CSS background
.icon-video-game {
background-image: url('https://proicons.com/icon/349294.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="M7.9609,13.3293h32.0782c1.9081-.0033,3.4576,1.5408,3.4609,3.4489,0,.005,0,.01,0,.015v14.4136c.005,1.9081-1.5378,3.4589-3.4459,3.4639-.005,0-.01,0-.015,0H7.9599c-1.9081.0028-3.4571-1.5418-3.4599-3.4499,0-.0047,0-.0093,0-.014v-14.4136c-.005-1.9081,1.5378-3.4589,3.4459-3.4639.005,0,.01,0,.015,0"/><path class="c" d="M13.2498,16.9382v5.4009h-5.1399v3.3849h5.1399v5.3379h3.5769v-5.3379h5.3339v-3.3839h-5.3339v-5.4009l-3.5769-.001ZM32.7633,26.6179c-.0006,1.4271-1.1565,2.5835-2.5819,2.5829h0c-1.425,0-2.5804-1.1563-2.5809-2.5829,0-1.4271,1.1555-2.5839,2.5809-2.5839,1.4254-.0006,2.5814,1.1559,2.5819,2.5829v.001M39.8391,21.3821c0,1.4271-1.1555,2.5839-2.5809,2.5839h0c-1.4254.0006-2.5814-1.1559-2.5819-2.5829v-.001c.0011-1.4271,1.1575-2.583,2.5829-2.5819h0c1.425,0,2.5804,1.1563,2.5809,2.5829"/></svg>
Copied!