Thinky Games Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thinky 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/348481.svg" alt="Thinky Games icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348481.svg" alt="Thinky Games icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348481.svg" alt="Thinky Games icon" :width="24" :height="24" />
CSS background
.icon-thinky-games {
background-image: url('https://proicons.com/icon/348481.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="M30.707,35.5121c-1.6593.0664-5.8827.1405-6.9912.1457-1.4705.0068-3.7873-.2241-4.5151-.2622-.9037-.0472-1.8352-.2622-2.7091-.5535-1.0487-.3787-1.9226-1.1361-2.476-2.0973-.5243-.8156-.8739-2.7091-.9613-3.6412-.1456-2.7091-.1866-5.4188-.0291-8.1272.0474-.8159.1445-2.4475.2039-3.2625.1785-2.4489.4952-5.3599,1.0778-6.962.2622-.7282.6409-1.3982,1.1652-1.9517.6409-.6409,1.7769-.7282,2.6799-.8448,1.3108-.1456,4.8356-.2622,6.4668-.2622,1.6604.0291,4.9521.1748,6.5833.3787,2.5926.3204,3.4373,1.4274,4.2238,2.3304.6409.6991,1.2235,2.5926,1.4274,3.5247.4952,2.0973.5535,6.4668.5826,8.6224.0291,1.8061,0,5.4182-.1748,7.1659-.233,1.6895-.1748,2.6799-1.7478,4.4277-.6409.6991-2.6508,1.0487-3.583,1.2235-.3496.0583-.7568.127-1.2235.1456Z"/><path id="d" class="f" d="M24.8519,10.7517c-2.8547-.2039-5.7968.4661-6.5251,3.7869-.7282,3.2334,1.6313,5.3599,3.9617,6.1173,6.729,2.1265,9.9624-.0874,10.4285-2.7382.9322-5.4764-5.2142-6.962-7.8651-7.1659"/><path id="e" class="f" d="M26.6457,13.123c-.2562.1773-.6108.7488-.1379,1.3793.2562.335.9655.8276,1.5961.3941.5714-.3744.532-.9261.2168-1.3793-.2759-.3941-.9655-.8473-1.6749-.3941"/><path class="f" d="M16.246,6.3527c-1.0712-1.598-2.1341-2.3858-3.7297-.7003s.2272,3.9665.2272,3.9665"/><path class="f" d="M13.1147,19.4735c-2.517-1.0338-6.9622-4.7586-6.5314-6.8769.4106-2.019,5.7004-3.7236,5.7004-3.7236"/><path class="f" d="M20.4579,35.4999c-.5047,2.5514.3925,7.2336.3925,7.2336-1.5421.3364-4.4322-.1121-4.4322-.1121"/><path class="f" d="M29.4299,35.7242c.5047,2.5514-.3925,7.2336-.3925,7.2336,1.5421.3364,4.5826.3319,4.5826.3319"/></svg>
Copied!