Game Of Life Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Game Of Life 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/340926.svg" alt="Game Of Life icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340926.svg" alt="Game Of Life icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340926.svg" alt="Game Of Life icon" :width="24" :height="24" />
CSS background
.icon-game-of-life {
background-image: url('https://proicons.com/icon/340926.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="14.1056" y="4.5" width="3.3314" height="3.3314"/><rect class="a" x="36.6261" y="12.0068" width="3.3314" height="3.3314"/><rect class="a" x="14.1056" y="40.1686" width="3.3314" height="3.3314"/><rect class="a" x="36.6261" y="32.6617" width="3.3314" height="3.3314"/><path class="a" d="M14.1056,7.8314H8.0424V17.648h3.3315V11.1629h2.7317V7.8314"/><path class="a" d="M11.3739,17.648h9.8167v3.3314H11.3739V17.648"/><path class="a" d="M30.5629,21.4015V17.648h-4.775V14.9163H19.3027V11.5848h9.8166v3.7534h7.5068v6.0633H30.5629"/><path class="a" d="M11.3739,27.0205h9.8167V30.352H11.3739Z"/><path class="a" d="M30.5629,26.5985V29.33h-4.775v4.7751H19.3027v2.31h9.8166V32.6617h7.5068V26.5985H30.5629"/><path class="a" d="M8.0424,30.352v9.8166h6.0632V36.8371H11.3739V30.352H8.0424"/></svg>
Copied!