Gamedeck Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gamedeck 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/340929.svg" alt="Gamedeck icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340929.svg" alt="Gamedeck icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340929.svg" alt="Gamedeck icon" :width="24" :height="24" />
CSS background
.icon-gamedeck {
background-image: url('https://proicons.com/icon/340929.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M25,2.543v42.914c11.458-.5335,20.48-9.9686,20.5-21.439-.0011-11.484-9.0279-20.94-20.5-21.475ZM23,2.5782C11.542,3.1117,2.52,12.5468,2.5,24.0172c.0199,11.471,9.0415,20.906,20.5,21.439v-21.457H7.625"/><circle class="cls-1" cx="31.375" cy="23.9996" r="1.75"/><circle class="cls-1" cx="39.125" cy="23.9996" r="1.75"/><circle class="cls-1" cx="35.25" cy="20.1246" r="1.75"/><circle class="cls-1" cx="35.25" cy="27.8746" r="1.75"/><path class="cls-1" d="M13.25,29.6246v-11.25"/></svg>
Copied!