Games 3 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Games 3 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/326375.svg" alt="Games 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326375.svg" alt="Games 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326375.svg" alt="Games 3 icon" :width="24" :height="24" />
CSS background
.icon-games-3 {
background-image: url('https://proicons.com/icon/326375.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m6.3445,11.297c.5361-1.397,1.9521-2.3771,3.4031-2.2918,3.575.0152,7.153,0,10.728.0091,1.1888,1.2418,2.3746,2.4866,3.5663,3.7254,4.8483.0182,9.6995-.0335,14.5478.0243,1.9259.0639,3.4731,1.9479,3.3944,3.9323.0146,6.1603.0291,12.3236-.0058,18.4869.032,1.9357-1.518,3.7709-3.3973,3.8105-9.6121.0213-19.2242-.0121-28.8363,0-1.8735.1218-3.6158-1.5492-3.6945-3.5001-.0641-1.5583-.0728-3.1197.0087-4.675,2.599.0579,5.2009.0335,7.8027.0122,1.62,1.6009,3.1555,3.2932,4.7522,4.9215.8216.8644,1.9521,1.3422,3.103,1.4548,1.6113.1857,3.2662-.9161,3.7295-2.5505.4458-1.2631.3205-2.6327.0641-3.9232-.5798-3.3662-1.1218-6.7416-1.7016-10.1078-.3788-2.3222-1.9113-4.4041-4.0063-5.2958-1.145-.5357-2.4154-.6057-3.6507-.6149-3.3536.0031-6.7102.0031-10.0638,0,.0495-1.1352-.1836-2.3374.2564-3.4179Z"/><circle class="b" cx="13.7383" cy="18.7116" r="2"/><circle class="b" cx="13.7383" cy="26.7116" r="2"/><circle class="b" cx="17.7383" cy="22.7116" r="2"/><circle class="b" cx="9.7383" cy="22.7116" r="2"/></svg>
Copied!