Offline Games Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Offline Games 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/345103.svg" alt="Offline Games icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345103.svg" alt="Offline Games icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345103.svg" alt="Offline Games icon" :width="24" :height="24" />
CSS background
.icon-offline-games {
background-image: url('https://proicons.com/icon/345103.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.t{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><circle id="c" class="t" cx="22.3313" cy="21.6843" r="1.1692"/><circle id="d" class="t" cx="29.6937" cy="17.6218" r="1.1692"/><path id="e" class="t" d="M12.3289,15.2325h31.1847c1.6133,0,2.923,1.3098,2.923,2.923v11.69c0,1.6127-1.3093,2.922-2.922,2.922H12.3309c-1.6138,0-2.9239-1.3102-2.9239-2.9239v-11.6891c0-1.6127,1.3093-2.922,2.922-2.922Z" transform="translate(-2.5145 44.7186) rotate(-74.9244)"/><path id="f" class="t" d="M26.9982,16.3397l-3.3324,12.3802"/><path id="g" class="t" d="M32.6603,17.663l-3.3451,12.4273"/><path id="h" class="t" d="M20.9158,24.5462l12.3288,3.3209"/><path id="i" class="t" d="M22.7603,18.6313l12.0935,3.2576"/><path id="j" class="t" d="M27.1763,21.5373l1.8532,3.4274"/><path id="k" class="t" d="M29.73,22.1747l-3.2633,1.9987"/><path id="l" class="t" d="M31.0202,28.6311l1.96,3.4057"/><path id="m" class="t" d="M33.7151,29.3065l-3.3574,1.9734"/><circle id="n" class="t" cx="23.8826" cy="16.0561" r="1.1692"/></g><circle id="o" class="t" cx="13.7199" cy="18.8702" r="1.169"/><path id="p" class="t" d="M10.7238,16.7459c1.3401-1.4627,4.0917-1.8053,5.4093,0"/><path id="q" class="t" d="M9.408,14.7959c2.2254-2.4422,6.4977-2.637,8.4307,0"/><path id="r" class="t" d="M7.4587,13.0897c2.778-3.4904,8.9125-3.4263,12.3293,0"/><path id="s" class="t" d="M9.6517,8.4585l6.9685,12.0684"/></svg>
Copied!