Supertuxkart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Supertuxkart 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/348051.svg" alt="Supertuxkart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348051.svg" alt="Supertuxkart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348051.svg" alt="Supertuxkart icon" :width="24" :height="24" />
CSS background
.icon-supertuxkart {
background-image: url('https://proicons.com/icon/348051.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M25.9468,19.96a4.536,4.536,0,0,1,2.1,2.0923l10.7018-2.8111a15.5285,15.5285,0,0,0-9.989-9.989Z"/><path class="a" d="M19.96,22.0532a4.5365,4.5365,0,0,1,2.0923-2.1L19.2407,9.2517a15.5285,15.5285,0,0,0-9.989,9.989Z"/><path class="a" d="M28.0405,25.9468a4.536,4.536,0,0,1-2.0923,2.1l2.8111,10.7018a15.5285,15.5285,0,0,0,9.989-9.989Z"/><path class="a" d="M22.0518,28.0465a4.5365,4.5365,0,0,1-2.0923-2.1L9.2517,28.7593a15.5285,15.5285,0,0,0,9.989,9.989Z"/><circle class="a" cx="24" cy="24" r="4.5"/></svg>
Copied!