There Is No Game Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The There Is No Game 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/348474.svg" alt="There Is No Game icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348474.svg" alt="There Is No Game icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348474.svg" alt="There Is No Game icon" :width="24" :height="24" />
CSS background
.icon-there-is-no-game {
background-image: url('https://proicons.com/icon/348474.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m29.1928,18.1803c1.2533-1.4007,2.9737-2.2971,4.8398-2.5219l.655-.08c4.0346-.5058,7.773,2.1954,8.5596,6.1847m0,0c.036.187.067.377.09.57l.103.833c.5312,4.2436-2.4783,8.1143-6.7219,8.6455-.0113.0014-.0225.0028-.0338.0042l-.655.08c-3.2158.403-6.3424-1.2393-7.8356-4.1158m0,0c-.0511-.0983-.1001-.1976-.147-.298m0,0c-.3377-.728-.561-1.5038-.662-2.2999m11.2105-2.6959l.224,1.8199c.245,1.9899-1.068,3.7798-2.9429,4.0098l-.056.007c-1.2499.154-2.4259-.425-3.1429-1.4179m0,0c-.3729-.5195-.6082-1.125-.684-1.7599l-.262-2.1349c-.245-1.9909,1.067-3.7798,2.9419-4.0098l.056-.008c1.8749-.23,3.5818,1.1869,3.8268,3.1789l.039.315m-11.2095,2.6959l-3.0629,11.8495h0l-6.1477-1.8419-4.5848-12.8164-3.2479,10.9705-4.6498-1.4119m0,0l-1.1919-.362,5.6517-20.6011,5.6327,1.9069,5.1298,13.4854,2.9849-11.7085,5.7057,1.9319-.413,1.5969"/></svg>
Copied!