Game Booster Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Game Booster 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/340921.svg" alt="Game Booster icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340921.svg" alt="Game Booster icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340921.svg" alt="Game Booster icon" :width="24" :height="24" />
CSS background
.icon-game-booster {
background-image: url('https://proicons.com/icon/340921.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:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><line class="d" x1="14.25" y1="20.8401" x2="14.25" y2="15.4132"/><line class="d" x1="11.5366" y1="18.1267" x2="16.9634" y2="18.1267"/><path class="d" d="m17.1869,10.8372v-1.6128c0-.581-.471-1.052-1.052-1.052h-3.7698c-.581,0-1.052.471-1.052,1.052v1.7708"/><path class="d" d="m29.0435,24.8808l4.5534,6.83c1.485,2.2276,4.377,3.0323,6.7991,1.8919,2.2669-1.0672,3.5041-3.5476,2.9874-5.9993-.9842-4.6705-1.7692-9.0259-2.5726-11.9826-.8457-3.1124-3.8836-5.2804-7.2842-5.2804-2.0521,0-3.9114.8108-5.2876,2.1236h-8.4779c-1.3763-1.3128-3.2355-2.1236-5.2876-2.1236-3.4006,0-6.4386,2.1681-7.2842,5.2804-.8034,2.9567-1.5884,7.3122-2.5726,11.9826-.5167,2.4517.7205,4.9321,2.9874,5.9993,2.4221,1.1404,5.3141.3357,6.7991-1.8919l4.5534-6.83h10.087Z"/><path class="d" d="m30.8131,10.8372v-1.6128c0-.581.471-1.052,1.052-1.052h3.7698c.581,0,1.052.471,1.052,1.052v1.7708"/><circle class="c" cx="31.03" cy="18.1267" r=".75"/><circle class="c" cx="36.4634" cy="18.1267" r=".75"/><circle class="c" cx="33.75" cy="15.4132" r=".75"/><circle class="c" cx="33.75" cy="20.8401" r=".785"/></g><g><path class="d" d="m20.8882,34.6779s.2691,3.6048,4.1955,5.1496c-1.5126-2.8643,2.3172-5.4068,2.2206-7.2091.7724,1.4482.2896,3.0574.2896,3.0574,0,0,4.0551-5.3746-2.3816-8.6895,1.0299,1.8988,1.223,1.9632,1.223,3.7976"/><path class="d" d="m26.3767,29.597s-2.9022,2.0559-2.5803,4.7593c-1.3267-1.3611-1.2874-1.931-1.223-3.8942-2.1715-.0043-.8818-2.2473.2575-3.4758-4.5378,1.7057-4.2804,6.5654-2.4459,8.9148.4184-1.6092,1.3302-2.1501,1.3302-2.1501"/></g></svg>
Copied!