Choice Of Games Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Choice Of Games 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/338222.svg" alt="Choice Of Games icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338222.svg" alt="Choice Of Games icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338222.svg" alt="Choice Of Games icon" :width="24" :height="24" />
CSS background
.icon-choice-of-games {
background-image: url('https://proicons.com/icon/338222.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:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M39.2028,39.2028c-3.8907,3.8907-9.2657,6.2972-15.2028,6.2972s-11.312-2.4065-15.2028-6.2972"/><path class="c" d="M39.2028,8.7972c3.8907,3.8907,6.2972,9.2657,6.2972,15.2028"/><path class="c" d="M2.5,24C2.5,12.1259,12.1259,2.5,24,2.5"/><path class="c" d="M16.85,24c0-1.9744.8003-3.7619,2.0942-5.0558s3.0814-2.0942,5.0558-2.0942"/><path class="c" d="M24,31.15c-1.9744,0-3.7619-.8003-5.0558-2.0942"/><path class="c" d="M29.0558,18.9442c1.2939,1.2939,2.0942,3.0814,2.0942,5.0558s-.8003,3.7619-2.0942,5.0558"/><path class="c" d="M13.8707,13.8707c2.5923-2.5923,6.1736-4.1957,10.1293-4.1957s7.537,1.6034,10.1293,4.1957"/><path class="c" d="M9.675,24c0-1.9779.4008-3.8621,1.1257-5.5759"/><path class="c" d="M24,38.325c-3.9557,0-7.537-1.6034-10.1293-4.1957"/><path class="c" d="M38.325,24c0,3.9557-1.6034,7.537-4.1957,10.1293"/><line class="c" x1="24" y1="31.15" x2="24" y2="38.325"/><line class="c" x1="13.8707" y1="34.1293" x2="8.7998" y2="39.2002"/><line class="c" x1="24" y1="16.85" x2="24" y2="9.675"/><line class="c" x1="34.1293" y1="13.8707" x2="39.1967" y2="8.8033"/><line class="c" x1="31.15" y1="24" x2="38.325" y2="24"/><line class="c" x1="9.675" y1="24" x2="2.5" y2="24"/><line class="c" x1="13.8796" y1="13.8796" x2="8.8004" y2="8.8004"/><path class="c" d="M3.9966,31.897c-.9659-2.4447-1.4966-5.1089-1.4966-7.897"/><path class="c" d="M24,2.5c2.6239.1578,5.2627.8027,7.7896,1.981"/><path class="c" d="M43.7285,32.5605c-1.0457,2.4117-2.5542,4.6708-4.5257,6.6423"/><line class="c" x1="34.108" y1="34.108" x2="39.1918" y2="39.1918"/><circle class="c" cx="24" cy="24" r="2"/></svg>
Copied!