Game Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Game Launcher 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/326366.svg" alt="Game Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326366.svg" alt="Game Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326366.svg" alt="Game Launcher icon" :width="24" :height="24" />
CSS background
.icon-game-launcher {
background-image: url('https://proicons.com/icon/326366.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:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m27.1631,26.9476c1.7358,1.5947,4.044,2.5764,6.5869,2.5764,5.3848,0,9.75-4.3652,9.75-9.75,0-5.3848-4.3652-9.75-9.75-9.75-2.293,0-4.397.7969-6.0619,2.1218h-7.3762c-1.6649-1.3248-3.7689-2.1218-6.0619-2.1218-5.3848,0-9.75,4.3652-9.75,9.75s4.3652,9.75,9.75,9.75c2.543,0,4.8511-.9817,6.5869-2.5764h6.3261Z"/><path class="d" d="m43.5,19.774v12.645c0,3.069-2.4879,5.557-5.557,5.557-1.2609,0-2.4958-.3357-3.3428-1.1437-1.5448-1.4734-4.6254-4.4744-6.1624-5.9709-.4484-.4365-1.0497-.6807-1.6755-.6807h-5.5247c-.6258,0-1.2271.2441-1.6755.6807-1.537,1.4964-4.6176,4.4974-6.1624,5.9709-.8471.808-2.082,1.1437-3.3428,1.1437-3.0691,0-5.557-2.488-5.557-5.557v-12.645"/><circle class="d" cx="14.25" cy="19.774" r="3.003"/><circle class="d" cx="14.25" cy="19.774" r="6.6067"/><circle class="d" cx="33.75" cy="19.774" r="6.6067"/><circle class="c" cx="30.3476" cy="19.774" r=".75"/><circle class="c" cx="37.1524" cy="19.774" r=".75"/><circle class="c" cx="33.75" cy="16.3716" r=".75"/><circle class="c" cx="33.75" cy="23.1764" r=".75"/></svg>
Copied!