Supertuxkart Beta Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Supertuxkart Beta 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/348052.svg" alt="Supertuxkart Beta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348052.svg" alt="Supertuxkart Beta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348052.svg" alt="Supertuxkart Beta icon" :width="24" :height="24" />
CSS background
.icon-supertuxkart-beta {
background-image: url('https://proicons.com/icon/348052.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="m33.4309,43.3266c-2.8474,1.3921-6.0479,2.1734-9.4309,2.1734-11.8741,0-21.5-9.6259-21.5-21.5S12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5c0,3.3832-.7814,6.5839-2.1736,9.4314"/><path class="c" d="m25.9468,19.96c.9146.4426,1.6541,1.1794,2.1,2.0923l10.7018-2.8111c-1.5347-4.7391-5.2499-8.4543-9.989-9.989l-2.8128,10.7078Z"/><path class="c" d="m19.96,22.0532c.4426-.9146,1.1794-1.6541,2.0923-2.1l-2.8116-10.7015c-4.7391,1.5347-8.4543,5.2499-9.989,9.989l10.7083,2.8125Z"/><path class="c" d="m37.5206,31.569c.4964-.8854.9091-1.8253,1.2277-2.8094l-10.7078-2.8128c-.4426.9146-1.1794,1.6541-2.0923,2.1l2.8111,10.7018c.9842-.3187,1.9243-.7315,2.8098-1.228"/><path class="c" d="m22.0518,28.0465c-.9129-.4459-1.6497-1.1854-2.0923-2.1l-10.7078,2.8128c1.5347,4.7391,5.2499,8.4543,9.989,9.989l2.8111-10.7018Z"/><circle class="c" cx="24" cy="24" r="4.5"/><circle class="c" cx="38.5" cy="38.5" r="7"/><g><path class="c" d="m39.5357,38.5c1.1046,0,2,.8954,2,2s-.8954,2-2,2h-3.3v-8h3.3c1.1046,0,2,.8954,2,2s-.8954,2-2,2h0Z"/><line class="c" x1="39.5357" y1="38.5" x2="36.2357" y2="38.5"/></g></svg>
Copied!