Quick Game Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quick 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/346365.svg" alt="Quick Game icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346365.svg" alt="Quick Game icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346365.svg" alt="Quick Game icon" :width="24" :height="24" />
CSS background
.icon-quick-game {
background-image: url('https://proicons.com/icon/346365.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 48 48"><path d="M17.461 5.182c-6.788 0-12.292 5.502-12.292 12.29V27.57a2.32 2.32 0 0 0 2.325 2.325h19.932a2.32 2.32 0 0 0 2.325-2.325V17.472c0-6.788-5.502-12.29-12.29-12.29" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M14.884 16.37a2.466 2.466 0 0 1-2.465 2.466 2.466 2.466 0 0 1-2.466-2.466 2.466 2.466 0 0 1 2.466-2.465 2.466 2.466 0 0 1 2.465 2.465M24.967 16.37a2.466 2.466 0 0 1-2.465 2.466 2.466 2.466 0 0 1-2.466-2.466 2.466 2.466 0 0 1 2.466-2.465 2.466 2.466 0 0 1 2.465 2.465M29.856 16.11a13.357 13.357 0 0 1 12.975 13.351v0a13.357 13.357 0 0 1-13.356 13.357 13.357 13.357 0 0 1-13.343-12.74" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M37.938 28.396a2.466 2.466 0 0 1-2.466 2.466 2.466 2.466 0 0 1-2.465-2.466 2.466 2.466 0 0 1 2.465-2.466 2.466 2.466 0 0 1 2.466 2.466M13.037 37.565a2.715 2.715 0 0 1-2.715 2.715 2.715 2.715 0 0 1-2.715-2.715 2.715 2.715 0 0 1 2.715-2.715 2.715 2.715 0 0 1 2.715 2.715M37.375 7.733l4.717 4.716M37.375 12.45l4.717-4.717" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!